|
rock_widget_collection
0.1
|
#include <SonarDisplayPlugin.h>
Inherits QObject, and QDesignerCustomWidgetInterface.
Public Member Functions | |
| SonarDisplayPlugin (QObject *parent=0) | |
| virtual | ~SonarDisplayPlugin () |
| 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) |
Definition at line 8 of file SonarDisplayPlugin.h.
| SonarDisplayPlugin::SonarDisplayPlugin | ( | QObject * | parent = 0 | ) |
Definition at line 5 of file SonarDisplayPlugin.cc.
|
virtual |
Definition at line 11 of file SonarDisplayPlugin.cc.
| QWidget * SonarDisplayPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 27 of file SonarDisplayPlugin.cc.
| QString SonarDisplayPlugin::domXml | ( | ) | const |
Definition at line 62 of file SonarDisplayPlugin.cc.
| QString SonarDisplayPlugin::group | ( | ) | const |
Definition at line 37 of file SonarDisplayPlugin.cc.
| QIcon SonarDisplayPlugin::icon | ( | ) | const |
Definition at line 42 of file SonarDisplayPlugin.cc.
| QString SonarDisplayPlugin::includeFile | ( | ) | const |
Definition at line 82 of file SonarDisplayPlugin.cc.
| void SonarDisplayPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 15 of file SonarDisplayPlugin.cc.
| bool SonarDisplayPlugin::isContainer | ( | ) | const |
Definition at line 57 of file SonarDisplayPlugin.cc.
| bool SonarDisplayPlugin::isInitialized | ( | ) | const |
Definition at line 22 of file SonarDisplayPlugin.cc.
| QString SonarDisplayPlugin::name | ( | ) | const |
Definition at line 32 of file SonarDisplayPlugin.cc.
| QString SonarDisplayPlugin::toolTip | ( | ) | const |
Definition at line 47 of file SonarDisplayPlugin.cc.
| QString SonarDisplayPlugin::whatsThis | ( | ) | const |
Definition at line 52 of file SonarDisplayPlugin.cc.
1.8.11