#include <QGo4WidgetPlugin.h>
Public Member Functions | |
QGo4WidgetPlugin (QObject *parent=0) | |
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) |
Private Attributes | |
bool | initialized |
Definition at line 20 of file QGo4WidgetPlugin.h.
QGo4WidgetPlugin::QGo4WidgetPlugin | ( | QObject * | parent = 0 |
) |
Definition at line 21 of file QGo4WidgetPlugin.cpp.
References initialized.
QWidget * QGo4WidgetPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 40 of file QGo4WidgetPlugin.cpp.
QString QGo4WidgetPlugin::domXml | ( | ) | const |
Definition at line 75 of file QGo4WidgetPlugin.cpp.
QString QGo4WidgetPlugin::group | ( | ) | const |
Definition at line 50 of file QGo4WidgetPlugin.cpp.
QIcon QGo4WidgetPlugin::icon | ( | ) | const |
Definition at line 55 of file QGo4WidgetPlugin.cpp.
QString QGo4WidgetPlugin::includeFile | ( | ) | const |
Definition at line 89 of file QGo4WidgetPlugin.cpp.
void QGo4WidgetPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 27 of file QGo4WidgetPlugin.cpp.
References initialized.
bool QGo4WidgetPlugin::isContainer | ( | ) | const |
Definition at line 70 of file QGo4WidgetPlugin.cpp.
bool QGo4WidgetPlugin::isInitialized | ( | ) | const |
Definition at line 35 of file QGo4WidgetPlugin.cpp.
References initialized.
QString QGo4WidgetPlugin::name | ( | ) | const |
Definition at line 45 of file QGo4WidgetPlugin.cpp.
QString QGo4WidgetPlugin::toolTip | ( | ) | const |
Definition at line 60 of file QGo4WidgetPlugin.cpp.
QString QGo4WidgetPlugin::whatsThis | ( | ) | const |
Definition at line 65 of file QGo4WidgetPlugin.cpp.
bool QGo4WidgetPlugin::initialized [private] |
Definition at line 41 of file QGo4WidgetPlugin.h.
Referenced by initialize(), isInitialized(), and QGo4WidgetPlugin().