|
rock_widget_collection
0.1
|
#include <artificialhorizonplugin.h>
Inherits QObject, and QDesignerCustomWidgetInterface.
Public Member Functions | |
| ArtificialHorizonPlugin (QObject *parent=0) | |
| virtual | ~ArtificialHorizonPlugin () |
| 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 artificialhorizonplugin.h.
| ArtificialHorizonPlugin::ArtificialHorizonPlugin | ( | QObject * | parent = 0 | ) |
Definition at line 5 of file artificialhorizonplugin.cc.
|
virtual |
Definition at line 11 of file artificialhorizonplugin.cc.
| QWidget * ArtificialHorizonPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 27 of file artificialhorizonplugin.cc.
| QString ArtificialHorizonPlugin::domXml | ( | ) | const |
Definition at line 62 of file artificialhorizonplugin.cc.
| QString ArtificialHorizonPlugin::group | ( | ) | const |
Definition at line 37 of file artificialhorizonplugin.cc.
| QIcon ArtificialHorizonPlugin::icon | ( | ) | const |
Definition at line 42 of file artificialhorizonplugin.cc.
| QString ArtificialHorizonPlugin::includeFile | ( | ) | const |
Definition at line 82 of file artificialhorizonplugin.cc.
| void ArtificialHorizonPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 15 of file artificialhorizonplugin.cc.
| bool ArtificialHorizonPlugin::isContainer | ( | ) | const |
Definition at line 57 of file artificialhorizonplugin.cc.
| bool ArtificialHorizonPlugin::isInitialized | ( | ) | const |
Definition at line 22 of file artificialhorizonplugin.cc.
| QString ArtificialHorizonPlugin::name | ( | ) | const |
Definition at line 32 of file artificialhorizonplugin.cc.
| QString ArtificialHorizonPlugin::toolTip | ( | ) | const |
Definition at line 47 of file artificialhorizonplugin.cc.
| QString ArtificialHorizonPlugin::whatsThis | ( | ) | const |
Definition at line 52 of file artificialhorizonplugin.cc.
1.8.13