#include <QRootWindowPlugin.h>
Public Member Functions | |
QRootWindowPlugin (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 QRootWindowPlugin.h.
QRootWindowPlugin::QRootWindowPlugin | ( | QObject * | parent = 0 |
) |
Definition at line 20 of file QRootWindowPlugin.cpp.
References initialized.
QWidget * QRootWindowPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 38 of file QRootWindowPlugin.cpp.
QString QRootWindowPlugin::domXml | ( | ) | const |
Definition at line 78 of file QRootWindowPlugin.cpp.
QString QRootWindowPlugin::group | ( | ) | const |
Definition at line 53 of file QRootWindowPlugin.cpp.
QIcon QRootWindowPlugin::icon | ( | ) | const |
Definition at line 58 of file QRootWindowPlugin.cpp.
QString QRootWindowPlugin::includeFile | ( | ) | const |
Definition at line 92 of file QRootWindowPlugin.cpp.
void QRootWindowPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 26 of file QRootWindowPlugin.cpp.
References initialized.
bool QRootWindowPlugin::isContainer | ( | ) | const |
Definition at line 73 of file QRootWindowPlugin.cpp.
bool QRootWindowPlugin::isInitialized | ( | ) | const |
Definition at line 33 of file QRootWindowPlugin.cpp.
References initialized.
QString QRootWindowPlugin::name | ( | ) | const |
Definition at line 48 of file QRootWindowPlugin.cpp.
QString QRootWindowPlugin::toolTip | ( | ) | const |
Definition at line 63 of file QRootWindowPlugin.cpp.
QString QRootWindowPlugin::whatsThis | ( | ) | const |
Definition at line 68 of file QRootWindowPlugin.cpp.
bool QRootWindowPlugin::initialized [private] |
Definition at line 40 of file QRootWindowPlugin.h.
Referenced by initialize(), isInitialized(), and QRootWindowPlugin().