|
rock_widget_collection
0.1
|
#include <TimelinePlugin.h>
Inherits QObject, and QDesignerCustomWidgetInterface.
Public Member Functions | |
| TimelinePlugin (QObject *parent=0) | |
| virtual | ~TimelinePlugin () |
| 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 TimelinePlugin.h.
| TimelinePlugin::TimelinePlugin | ( | QObject * | parent = 0 | ) |
Definition at line 3 of file TimelinePlugin.cc.
|
virtual |
Definition at line 9 of file TimelinePlugin.cc.
| QWidget * TimelinePlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 71 of file TimelinePlugin.cc.
| QString TimelinePlugin::domXml | ( | ) | const |
Definition at line 28 of file TimelinePlugin.cc.
| QString TimelinePlugin::group | ( | ) | const |
Definition at line 50 of file TimelinePlugin.cc.
| QIcon TimelinePlugin::icon | ( | ) | const |
Definition at line 23 of file TimelinePlugin.cc.
| QString TimelinePlugin::includeFile | ( | ) | const |
Definition at line 54 of file TimelinePlugin.cc.
| void TimelinePlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 76 of file TimelinePlugin.cc.
| bool TimelinePlugin::isContainer | ( | ) | const |
Definition at line 13 of file TimelinePlugin.cc.
| bool TimelinePlugin::isInitialized | ( | ) | const |
Definition at line 18 of file TimelinePlugin.cc.
| QString TimelinePlugin::name | ( | ) | const |
Definition at line 58 of file TimelinePlugin.cc.
| QString TimelinePlugin::toolTip | ( | ) | const |
Definition at line 62 of file TimelinePlugin.cc.
| QString TimelinePlugin::whatsThis | ( | ) | const |
Definition at line 66 of file TimelinePlugin.cc.
1.8.13