#include </home/clem/local/src/opie/library/styleinterface.h>
Inheritance diagram for StyleExtendedInterface:


Public Member Functions | |
| virtual QString | description () const =0 |
| virtual bool | hasSettings () const =0 |
| virtual QWidget * | create (QWidget *parent, const char *name=0)=0 |
| virtual bool | accept ()=0 |
| virtual void | reject ()=0 |
If you want to create a new QStyle for Opie use this class.
key(ushort,ushort,ushort,bool,bool)
Definition at line 49 of file styleinterface.h.
|
|
Callback for appearance app when OK is clicked (return true when style has to re-applied). Implemented in LiquidInterface, and ThemeInterface. |
|
||||||||||||
|
Return a new settings page. Implemented in LiquidInterface, and ThemeInterface. |
|
|
Return a (longer) description for the style. Implemented in LiquidInterface, and ThemeInterface. |
|
|
Does this style support customization Implemented in LiquidInterface, and ThemeInterface. |
|
|
Callback for appeaeance app when Cancel is clicked. Implemented in LiquidInterface, and ThemeInterface. |
1.4.2