StyleExtendedInterface Struct Reference
The Plugin Interface for all Opie styles. More...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 |
Detailed Description
The Plugin Interface for all Opie styles.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.
Member Function Documentation
|
|
Return a (longer) description for the style. |
|
|
Does this style support customization |
|
||||||||||||
|
Return a new settings page. |
|
|
Callback for appearance app when OK is clicked (return true when style has to re-applied). |
|
|
Callback for appeaeance app when Cancel is clicked. |
The documentation for this struct was generated from the following file:
