Base class for sf::Variable based widgets.
More...
#include <VariableWidgetBase.h>
|
static const char * | propertyNameEditorObject () |
| Property name of the property which guides the layout editor to the proper parent.
|
|
static bool | inDesigner () |
| Gets the designer status.
|
|
static QObject * | getExtensionParent (QObject *obj, bool first=true) |
| Return if the passed object has this type as parent. It starts by testing the passed object itself.
|
|
|
PrivateBase * | _p {nullptr} |
| Holds the private object or a derived one.
|
|
Base class for sf::Variable based widgets.
◆ VariableWidgetBase()
sf::VariableWidgetBase::VariableWidgetBase |
( |
QWidget * |
parent, |
|
|
QObject * |
self |
|
) |
| |
|
explicit |
◆ ~VariableWidgetBase()
sf::VariableWidgetBase::~VariableWidgetBase |
( |
| ) |
|
|
override |
◆ addPropertyPages()
◆ applyReadOnly()
virtual void sf::VariableWidgetBase::applyReadOnly |
( |
bool |
yn | ) |
|
|
protectedpure virtual |
◆ getConverted()
bool sf::VariableWidgetBase::getConverted |
( |
| ) |
const |
Property 'converted' get method.
◆ getId()
Property 'variableId' get method.
◆ getReadOnly()
bool sf::VariableWidgetBase::getReadOnly |
( |
| ) |
const |
Property 'converted' get method.
◆ getVariable()
Variable & sf::VariableWidgetBase::getVariable |
( |
| ) |
const |
Gets the reference to the underlying Variable instance.
◆ isRequiredProperty()
bool sf::VariableWidgetBase::isRequiredProperty |
( |
const QString & |
name | ) |
|
|
overridevirtual |
◆ propertyNameEditorObject()
static const char * sf::VariableWidgetBase::propertyNameEditorObject |
( |
| ) |
|
|
static |
Property name of the property which guides the layout editor to the proper parent.
- Returns
- Property name.
◆ setConverted()
void sf::VariableWidgetBase::setConverted |
( |
bool |
| ) |
const |
Property 'converted' set method.
◆ setId()
Property 'variableId' set method.
◆ setReadOnly()
void sf::VariableWidgetBase::setReadOnly |
( |
bool |
| ) |
|
Property 'converted' set method.
◆ _p
PrivateBase* sf::VariableWidgetBase::_p {nullptr} |
|
protected |
Holds the private object or a derived one.
◆ converted
bool sf::VariableWidgetBase::converted |
|
readwrite |
◆ idVariable
qulonglong sf::VariableWidgetBase::idVariable |
|
readwrite |
◆ readOnly
bool sf::VariableWidgetBase::readOnly |
|
readwrite |
The documentation for this class was generated from the following file: