#include </home/clem/local/src/opie/core/apps/oapp/oappplugin.h>
Inheritance diagram for OAppPlugin:


Public Member Functions | |
| OAppPlugin (OAppPos pos=midPos) | |
| OAppPlugin (QWidget *widget, OAppPos pos=midPos) | |
| virtual | ~OAppPlugin () |
| QList< QWidget > | widgets () |
| OAppPos | position () const |
| QRESULT | queryInterface (const QUuid &uuid, QUnknownInterface **iface) |
Private Attributes | |
| QList< QWidget > | m_widgets |
| OAppPos | m_position |
|
|
Definition at line 4 of file oappplugin.cpp. References m_position. |
|
||||||||||||
|
Definition at line 9 of file oappplugin.cpp. References m_position, and m_widgets. |
|
|
Definition at line 15 of file oappplugin.cpp. |
|
|
Implements OAppInterface. Definition at line 24 of file oappplugin.cpp. References m_position. |
|
||||||||||||
|
Implements QUnknownInterface. Definition at line 29 of file oappplugin.cpp. References IID_OAppInterface, IID_QUnknown, and QS_OK. |
|
|
Implements OAppInterface. Definition at line 19 of file oappplugin.cpp. References m_widgets. |
|
|
Definition at line 27 of file oappplugin.h. Referenced by OAppPlugin(), and position(). |
|
|
Definition at line 26 of file oappplugin.h. Referenced by OAppPlugin(), and widgets(). |
1.4.2