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