Public Member Functions | |
DecoratedDoubleSpinBoxFactory (QObject *parent=0) | |
~DecoratedDoubleSpinBoxFactory () | |
![]() | |
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) |
virtual QWidget * | createEditor (QtProperty *property, QWidget *parent)=0 |
Protected Member Functions | |
void | connectPropertyManager (DecoratedDoublePropertyManager *manager) |
QWidget * | createEditor (DecoratedDoublePropertyManager *manager, QtProperty *property, QWidget *parent) |
void | disconnectPropertyManager (DecoratedDoublePropertyManager *manager) |
![]() | |
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 |
![]() | |
virtual void | breakConnection (QtAbstractPropertyManager *manager)=0 |
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 | |
![]() | |
virtual void | managerDestroyed (QObject *manager)=0 |
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().