Public Member Functions | |
| DecoratedDoubleSpinBoxFactory (QObject *parent=0) | |
| ~DecoratedDoubleSpinBoxFactory () | |
Public Member Functions inherited from QtAbstractEditorFactory< DecoratedDoublePropertyManager > | |
| void | addPropertyManager (DecoratedDoublePropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| DecoratedDoublePropertyManager * | propertyManager (QtProperty *property) const |
| QSet< DecoratedDoublePropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (DecoratedDoublePropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (DecoratedDoublePropertyManager *manager) |
| QWidget * | createEditor (DecoratedDoublePropertyManager *manager, QtProperty *property, QWidget *parent) |
| void | disconnectPropertyManager (DecoratedDoublePropertyManager *manager) |
Protected Member Functions inherited from QtAbstractEditorFactory< DecoratedDoublePropertyManager > | |
| virtual void | connectPropertyManager (DecoratedDoublePropertyManager *manager)=0 |
| virtual QWidget * | createEditor (DecoratedDoublePropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
| virtual void | disconnectPropertyManager (DecoratedDoublePropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=nullptr) | |
Private Slots | |
| void | slotEditorDestroyed (QObject *object) |
| void | slotPrefixChanged (QtProperty *property, const QString &prefix) |
| void | slotSuffixChanged (QtProperty *property, const QString &prefix) |
Private Attributes | |
| QMap< QtProperty *, QList< QDoubleSpinBox * > > | createdEditors |
| QMap< QDoubleSpinBox *, QtProperty * > | editorToProperty |
| QtDoubleSpinBoxFactory * | originalFactory |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
| DecoratedDoubleSpinBoxFactory::DecoratedDoubleSpinBoxFactory | ( | QObject * | parent = 0 | ) |
References originalFactory.
| DecoratedDoubleSpinBoxFactory::~DecoratedDoubleSpinBoxFactory | ( | ) |
|
protected |
|
protected |
|
protected |
|
privateslot |
References createdEditors, and editorToProperty.
|
privateslot |
References createdEditors, and QtAbstractEditorFactory< DecoratedDoublePropertyManager >::propertyManager().
Referenced by connectPropertyManager(), and disconnectPropertyManager().
|
privateslot |
References createdEditors, and QtAbstractEditorFactory< DecoratedDoublePropertyManager >::propertyManager().
Referenced by connectPropertyManager(), and disconnectPropertyManager().
|
private |
Referenced by createEditor(), slotEditorDestroyed(), slotPrefixChanged(), and slotSuffixChanged().
|
private |
Referenced by createEditor(), and slotEditorDestroyed().
|
private |
Referenced by connectPropertyManager(), createEditor(), DecoratedDoubleSpinBoxFactory(), and disconnectPropertyManager().