|
rock_widget_collection
0.1
|
#include <compassplugin.h>
Inherits QObject, and QDesignerCustomWidgetInterface.
Public Member Functions | |
| CompassPlugin (QObject *parent=0) | |
| virtual | ~CompassPlugin () |
| bool | isContainer () const |
| bool | isInitialized () const |
| QIcon | icon () const |
| QString | domXml () const |
| QString | group () const |
| QString | includeFile () const |
| QString | name () const |
| QString | toolTip () const |
| QString | whatsThis () const |
| QWidget * | createWidget (QWidget *parent) |
| void | initialize (QDesignerFormEditorInterface *core) |
Definition at line 8 of file compassplugin.h.
| CompassPlugin::CompassPlugin | ( | QObject * | parent = 0 | ) |
Definition at line 5 of file compassplugin.cc.
|
virtual |
Definition at line 10 of file compassplugin.cc.
| QWidget * CompassPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 26 of file compassplugin.cc.
| QString CompassPlugin::domXml | ( | ) | const |
Definition at line 61 of file compassplugin.cc.
| QString CompassPlugin::group | ( | ) | const |
Definition at line 36 of file compassplugin.cc.
| QIcon CompassPlugin::icon | ( | ) | const |
Definition at line 41 of file compassplugin.cc.
| QString CompassPlugin::includeFile | ( | ) | const |
Definition at line 81 of file compassplugin.cc.
| void CompassPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 14 of file compassplugin.cc.
| bool CompassPlugin::isContainer | ( | ) | const |
Definition at line 56 of file compassplugin.cc.
| bool CompassPlugin::isInitialized | ( | ) | const |
Definition at line 21 of file compassplugin.cc.
| QString CompassPlugin::name | ( | ) | const |
Definition at line 31 of file compassplugin.cc.
| QString CompassPlugin::toolTip | ( | ) | const |
Definition at line 46 of file compassplugin.cc.
| QString CompassPlugin::whatsThis | ( | ) | const |
Definition at line 51 of file compassplugin.cc.
1.8.6