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