|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <QRootCanvasPlugin.h>
Inheritance diagram for QRootCanvasPlugin:Public Member Functions | |
| QRootCanvasPlugin (QObject *parent=nullptr) | |
| QWidget * | createWidget (QWidget *parent) |
| QString | domXml () const |
| QString | group () const |
| QIcon | icon () const |
| QString | includeFile () const |
| void | initialize (QDesignerFormEditorInterface *core) |
| bool | isContainer () const |
| bool | isInitialized () const |
| QString | name () const |
| QString | toolTip () const |
| QString | whatsThis () const |
Private Attributes | |
| bool | initialized |
Definition at line 19 of file QRootCanvasPlugin.h.
| QRootCanvasPlugin::QRootCanvasPlugin | ( | QObject * | parent = nullptr | ) |
Definition at line 21 of file QRootCanvasPlugin.cpp.
References initialized.
| QWidget * QRootCanvasPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 39 of file QRootCanvasPlugin.cpp.
| QString QRootCanvasPlugin::domXml | ( | ) | const |
Definition at line 81 of file QRootCanvasPlugin.cpp.
| QString QRootCanvasPlugin::group | ( | ) | const |
Definition at line 56 of file QRootCanvasPlugin.cpp.
| QIcon QRootCanvasPlugin::icon | ( | ) | const |
Definition at line 61 of file QRootCanvasPlugin.cpp.
| QString QRootCanvasPlugin::includeFile | ( | ) | const |
Definition at line 95 of file QRootCanvasPlugin.cpp.
| void QRootCanvasPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 27 of file QRootCanvasPlugin.cpp.
References initialized.
| bool QRootCanvasPlugin::isContainer | ( | ) | const |
Definition at line 76 of file QRootCanvasPlugin.cpp.
| bool QRootCanvasPlugin::isInitialized | ( | ) | const |
Definition at line 34 of file QRootCanvasPlugin.cpp.
References initialized.
| QString QRootCanvasPlugin::name | ( | ) | const |
Definition at line 51 of file QRootCanvasPlugin.cpp.
| QString QRootCanvasPlugin::toolTip | ( | ) | const |
Definition at line 66 of file QRootCanvasPlugin.cpp.
| QString QRootCanvasPlugin::whatsThis | ( | ) | const |
Definition at line 71 of file QRootCanvasPlugin.cpp.
|
private |
Definition at line 40 of file QRootCanvasPlugin.h.
Referenced by QRootCanvasPlugin(), initialize(), and isInitialized().