Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
The QuarterWidgetPlugin makes the QuarterWidget available to QT designer. More...
#include <QuarterWidgetPlugin.h>
Public Member Functions | |
QuarterWidgetPlugin (QObject *parent=0) | |
constructor | |
~QuarterWidgetPlugin () | |
bool | isContainer (void) const |
bool | isInitialized (void) const |
QIcon | icon (void) const |
QString | domXml (void) const |
QString | group (void) const |
QString | includeFile (void) const |
QString | name (void) const |
QString | toolTip (void) const |
QString | whatsThis (void) const |
QWidget * | createWidget (QWidget *parent) |
void | initialize (QDesignerFormEditorInterface *core) |
The QuarterWidgetPlugin makes the QuarterWidget available to QT designer.
QuarterWidgetPlugin::~QuarterWidgetPlugin | ( | ) |
destructor
bool QuarterWidgetPlugin::isContainer | ( | void | ) | const |
See QDesignerCustomWidgetInterface::isContainer
bool QuarterWidgetPlugin::isInitialized | ( | void | ) | const |
bool | wether the initalize function has been called at least once. |
QIcon QuarterWidgetPlugin::icon | ( | void | ) | const |
See QDesignerCustomWidgetInterface::icon
QString QuarterWidgetPlugin::domXml | ( | void | ) | const |
See QDesignerCustomWidgetInterface::domXml
QString QuarterWidgetPlugin::group | ( | void | ) | const |
See QDesignerCustomWidgetInterface::group
QString QuarterWidgetPlugin::includeFile | ( | void | ) | const |
See QDesignerCustomWidgetInterface::includeFile
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
QWidget * QuarterWidgetPlugin::createWidget | ( | QWidget * | parent | ) |
Creates a QuarterWidget initialized for the formloader
void QuarterWidgetPlugin::initialize | ( | QDesignerFormEditorInterface * | formeditor | ) |
Initializes the plugin