|
rock_widget_collection
0.1
|
#include <StreamAlignerWidgetPlugin.h>
Inherits QObject, and QDesignerCustomWidgetInterface.
Public Member Functions | |
| StreamAlignerWidgetPlugin (QObject *parent=0) | |
| virtual | ~StreamAlignerWidgetPlugin () |
| 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 7 of file StreamAlignerWidgetPlugin.h.
| StreamAlignerWidgetPlugin::StreamAlignerWidgetPlugin | ( | QObject * | parent = 0 | ) |
Definition at line 19 of file StreamAlignerWidgetPlugin.cpp.
|
virtual |
Definition at line 25 of file StreamAlignerWidgetPlugin.cpp.
| QWidget * StreamAlignerWidgetPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 41 of file StreamAlignerWidgetPlugin.cpp.
| QString StreamAlignerWidgetPlugin::domXml | ( | ) | const |
Definition at line 76 of file StreamAlignerWidgetPlugin.cpp.
| QString StreamAlignerWidgetPlugin::group | ( | ) | const |
Definition at line 51 of file StreamAlignerWidgetPlugin.cpp.
| QIcon StreamAlignerWidgetPlugin::icon | ( | ) | const |
Definition at line 56 of file StreamAlignerWidgetPlugin.cpp.
| QString StreamAlignerWidgetPlugin::includeFile | ( | ) | const |
Definition at line 99 of file StreamAlignerWidgetPlugin.cpp.
| void StreamAlignerWidgetPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 29 of file StreamAlignerWidgetPlugin.cpp.
| bool StreamAlignerWidgetPlugin::isContainer | ( | ) | const |
Definition at line 71 of file StreamAlignerWidgetPlugin.cpp.
| bool StreamAlignerWidgetPlugin::isInitialized | ( | ) | const |
Definition at line 36 of file StreamAlignerWidgetPlugin.cpp.
| QString StreamAlignerWidgetPlugin::name | ( | ) | const |
Definition at line 46 of file StreamAlignerWidgetPlugin.cpp.
| QString StreamAlignerWidgetPlugin::toolTip | ( | ) | const |
Definition at line 61 of file StreamAlignerWidgetPlugin.cpp.
| QString StreamAlignerWidgetPlugin::whatsThis | ( | ) | const |
Definition at line 66 of file StreamAlignerWidgetPlugin.cpp.
1.8.13