Interface class to create the custom widget.
More...
#include <VariableListViewPlugin.h>
|
| VariableListViewPlugin (QObject *parent=nullptr) |
| Constructor.
|
|
bool | isContainer () const override |
| Overridden from base class.
|
|
bool | isInitialized () const override |
| Overridden from base class.
|
|
QIcon | icon () const override |
| Overridden from base class.
|
|
QString | domXml () const override |
| Overridden from base class.
|
|
QString | group () const override |
| Overridden from base class.
|
|
QString | includeFile () const override |
| Overridden from base class.
|
|
QString | name () const override |
| Overridden from base class.
|
|
QString | toolTip () const override |
| Overridden from base class.
|
|
QString | whatsThis () const override |
| Overridden from base class.
|
|
QWidget * | createWidget (QWidget *parent) override |
| Overridden from base class.
|
|
void | initialize (QDesignerFormEditorInterface *core) override |
| Overridden from base class.
|
|
Interface class to create the custom widget.
◆ VariableListViewPlugin()
sf::VariableListViewPlugin::VariableListViewPlugin |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ createWidget()
QWidget * sf::VariableListViewPlugin::createWidget |
( |
QWidget * |
parent | ) |
|
|
override |
Overridden from base class.
◆ domXml()
QString sf::VariableListViewPlugin::domXml |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ group()
QString sf::VariableListViewPlugin::group |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ icon()
QIcon sf::VariableListViewPlugin::icon |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ includeFile()
QString sf::VariableListViewPlugin::includeFile |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ initialize()
void sf::VariableListViewPlugin::initialize |
( |
QDesignerFormEditorInterface * |
core | ) |
|
|
override |
Overridden from base class.
◆ isContainer()
bool sf::VariableListViewPlugin::isContainer |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ isInitialized()
bool sf::VariableListViewPlugin::isInitialized |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ name()
QString sf::VariableListViewPlugin::name |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ toolTip()
QString sf::VariableListViewPlugin::toolTip |
( |
| ) |
const |
|
override |
Overridden from base class.
◆ whatsThis()
QString sf::VariableListViewPlugin::whatsThis |
( |
| ) |
const |
|
override |
Overridden from base class.
The documentation for this class was generated from the following file: