#include <QGo4BrowserTreeWidgetPlugin.h>
Public Member Functions | |
QGo4BrowserTreeWidgetPlugin (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 19 of file QGo4BrowserTreeWidgetPlugin.h.
QGo4BrowserTreeWidgetPlugin::QGo4BrowserTreeWidgetPlugin | ( | QObject * | parent = 0 |
) |
Definition at line 20 of file QGo4BrowserTreeWidgetPlugin.cpp.
References initialized.
QWidget * QGo4BrowserTreeWidgetPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 39 of file QGo4BrowserTreeWidgetPlugin.cpp.
QString QGo4BrowserTreeWidgetPlugin::domXml | ( | ) | const |
Definition at line 75 of file QGo4BrowserTreeWidgetPlugin.cpp.
QString QGo4BrowserTreeWidgetPlugin::group | ( | ) | const |
Definition at line 49 of file QGo4BrowserTreeWidgetPlugin.cpp.
QIcon QGo4BrowserTreeWidgetPlugin::icon | ( | ) | const |
Definition at line 54 of file QGo4BrowserTreeWidgetPlugin.cpp.
QString QGo4BrowserTreeWidgetPlugin::includeFile | ( | ) | const |
Definition at line 89 of file QGo4BrowserTreeWidgetPlugin.cpp.
void QGo4BrowserTreeWidgetPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 26 of file QGo4BrowserTreeWidgetPlugin.cpp.
References initialized.
bool QGo4BrowserTreeWidgetPlugin::isContainer | ( | ) | const |
Definition at line 70 of file QGo4BrowserTreeWidgetPlugin.cpp.
bool QGo4BrowserTreeWidgetPlugin::isInitialized | ( | ) | const |
Definition at line 34 of file QGo4BrowserTreeWidgetPlugin.cpp.
References initialized.
QString QGo4BrowserTreeWidgetPlugin::name | ( | ) | const |
Definition at line 44 of file QGo4BrowserTreeWidgetPlugin.cpp.
QString QGo4BrowserTreeWidgetPlugin::toolTip | ( | ) | const |
Definition at line 59 of file QGo4BrowserTreeWidgetPlugin.cpp.
QString QGo4BrowserTreeWidgetPlugin::whatsThis | ( | ) | const |
Definition at line 65 of file QGo4BrowserTreeWidgetPlugin.cpp.
bool QGo4BrowserTreeWidgetPlugin::initialized [private] |
Definition at line 40 of file QGo4BrowserTreeWidgetPlugin.h.
Referenced by initialize(), isInitialized(), and QGo4BrowserTreeWidgetPlugin().