#include </home/clem/local/src/opie/noncore/styles/liquid/plugin.h>
Inheritance diagram for LiquidInterface:


Public Member Functions | |
| LiquidInterface () | |
| virtual | ~LiquidInterface () |
| QRESULT | queryInterface (const QUuid &, QUnknownInterface **) |
| virtual Q_REFCOUNT QStyle * | style () |
| virtual QString | name () const |
| virtual QString | description () const |
| virtual bool | hasSettings () const |
| virtual QWidget * | create (QWidget *parent, const char *name=0) |
| virtual bool | accept () |
| virtual void | reject () |
Private Attributes | |
| LiquidSettings * | m_widget |
|
|
Definition at line 9 of file plugin.cpp. References m_widget. |
|
|
Definition at line 14 of file plugin.cpp. |
|
|
Callback for appearance app when OK is clicked (return true when style has to re-applied). Implements StyleExtendedInterface. Definition at line 45 of file plugin.cpp. References m_widget. |
|
||||||||||||
|
Return a new settings page. Implements StyleExtendedInterface. Definition at line 38 of file plugin.cpp. References m_widget. |
|
|
Return a (longer) description for the style. Implements StyleExtendedInterface. Definition at line 28 of file plugin.cpp. References qApp. |
|
|
Does this style support customization Implements StyleExtendedInterface. Definition at line 33 of file plugin.cpp. |
|
|
Return a short name for the style. Implements StyleInterface. Definition at line 23 of file plugin.cpp. References qApp. |
|
||||||||||||
|
Implements QUnknownInterface. Definition at line 58 of file plugin.cpp. References QUnknownInterface::addRef(), IID_QUnknown, IID_Style, IID_StyleExtended, QS_FALSE, and QS_OK. |
|
|
Callback for appeaeance app when Cancel is clicked. Implements StyleExtendedInterface. Definition at line 53 of file plugin.cpp. |
|
|
Return a new style. Implements StyleInterface. Definition at line 18 of file plugin.cpp. |
|
|
Definition at line 30 of file plugin.h. Referenced by accept(), create(), and LiquidInterface(). |
1.4.2