Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
SIM::Coin3D::Quarter::QtDesigner::QuarterWidgetPlugin Class Reference

The QuarterWidgetPlugin makes the QuarterWidget available to Qt Designer. More...

#include <QuarterWidgetPlugin.h>

Inheritance diagram for SIM::Coin3D::Quarter::QtDesigner::QuarterWidgetPlugin:
QObject QDesignerCustomWidgetInterface

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)
 

Detailed Description

The QuarterWidgetPlugin makes the QuarterWidget available to Qt Designer.

Constructor & Destructor Documentation

◆ ~QuarterWidgetPlugin()

QuarterWidgetPlugin::~QuarterWidgetPlugin ( )

destructor

Member Function Documentation

◆ isContainer()

bool QuarterWidgetPlugin::isContainer ( void  ) const

See QDesignerCustomWidgetInterface::isContainer

◆ isInitialized()

bool QuarterWidgetPlugin::isInitialized ( void  ) const
Return values
boolwhether the initialize function has been called at least once.

◆ icon()

QIcon QuarterWidgetPlugin::icon ( void  ) const

See QDesignerCustomWidgetInterface::icon

◆ domXml()

QString QuarterWidgetPlugin::domXml ( void  ) const

See QDesignerCustomWidgetInterface::domXml

◆ group()

QString QuarterWidgetPlugin::group ( void  ) const

See QDesignerCustomWidgetInterface::group

◆ includeFile()

QString QuarterWidgetPlugin::includeFile ( void  ) const

See QDesignerCustomWidgetInterface::includeFile

◆ name()

QString QuarterWidgetPlugin::name ( void  ) const

Name of the widget

See also
QDesignerCustomWidgetInterface::name

◆ toolTip()

QString QuarterWidgetPlugin::toolTip ( void  ) const

See QDesignerCustomWidgetInterface::toolTip

◆ whatsThis()

QString QuarterWidgetPlugin::whatsThis ( void  ) const

See QDesignerCustomWidgetInterface::whatsThis

◆ createWidget()

QWidget * QuarterWidgetPlugin::createWidget ( QWidget *  parent)

Creates a QuarterWidget initialized for the form loader

See also
QDesignerFormEditorInterface::createWidget

◆ initialize()

void QuarterWidgetPlugin::initialize ( QDesignerFormEditorInterface *  formeditor)

Initializes the plugin

See also
QDesignerFormEditorInterface::initialize

The documentation for this class was generated from the following files: