![]() |
Quarter
1.2.3
Coin3D GUI binding for Qt
|
The QuarterWidgetPlugin makes the QuarterWidget available to Qt Designer. More...
#include <QuarterWidgetPlugin.h>
Public Member Functions | |
| QuarterWidgetPlugin (QObject *parent=0) | |
| constructor | |
| ~QuarterWidgetPlugin () | |
| QWidget * | createWidget (QWidget *parent) |
| QString | domXml (void) const |
| QString | group (void) const |
| QIcon | icon (void) const |
| QString | includeFile (void) const |
| void | initialize (QDesignerFormEditorInterface *core) |
| bool | isContainer (void) const |
| bool | isInitialized (void) const |
| QString | name (void) const |
| QString | toolTip (void) const |
| QString | whatsThis (void) const |
The QuarterWidgetPlugin makes the QuarterWidget available to Qt Designer.
| QuarterWidgetPlugin::~QuarterWidgetPlugin | ( | ) |
destructor
| QWidget * QuarterWidgetPlugin::createWidget | ( | QWidget * | parent | ) |
Creates a QuarterWidget initialized for the form loader
| QString QuarterWidgetPlugin::domXml | ( | void | ) | const |
See QDesignerCustomWidgetInterface::domXml
| QString QuarterWidgetPlugin::group | ( | void | ) | const |
See QDesignerCustomWidgetInterface::group
| QIcon QuarterWidgetPlugin::icon | ( | void | ) | const |
See QDesignerCustomWidgetInterface::icon
| QString QuarterWidgetPlugin::includeFile | ( | void | ) | const |
See QDesignerCustomWidgetInterface::includeFile
| void QuarterWidgetPlugin::initialize | ( | QDesignerFormEditorInterface * | formeditor | ) |
Initializes the plugin
| bool QuarterWidgetPlugin::isContainer | ( | void | ) | const |
See QDesignerCustomWidgetInterface::isContainer
| bool QuarterWidgetPlugin::isInitialized | ( | void | ) | const |
| bool | whether the initialize function has been called at least once. |
| QString QuarterWidgetPlugin::name | ( | void | ) | const |
Name of the widget
| QString QuarterWidgetPlugin::toolTip | ( | void | ) | const |
See QDesignerCustomWidgetInterface::toolTip
| QString QuarterWidgetPlugin::whatsThis | ( | void | ) | const |
See QDesignerCustomWidgetInterface::whatsThis