itom
Loading...
Searching...
No Matches
QtDoubleSpinBoxFactory Class Reference

The QtDoubleSpinBoxFactory class provides QDoubleSpinBox widgets for properties created by QtDoublePropertyManager objects. More...

Inheritance diagram for QtDoubleSpinBoxFactory:
QtAbstractEditorFactory< QtDoublePropertyManager > QtAbstractEditorFactoryBase

Public Member Functions

 QtDoubleSpinBoxFactory (QObject *parent=0)
 
 ~QtDoubleSpinBoxFactory ()
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtDoublePropertyManager >
 QtAbstractEditorFactory (QObject *parent)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
void addPropertyManager (QtDoublePropertyManager *manager)
 
void removePropertyManager (QtDoublePropertyManager *manager)
 
QSet< QtDoublePropertyManager * > propertyManagers () const
 
QtDoublePropertyManagerpropertyManager (QtProperty *property) const
 
- Public Member Functions inherited from QtAbstractEditorFactoryBase

Protected Member Functions

void connectPropertyManager (QtDoublePropertyManager *manager)
 
QWidget * createEditor (QtDoublePropertyManager *manager, QtProperty *property, QWidget *parent)
 
void disconnectPropertyManager (QtDoublePropertyManager *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactory< QtDoublePropertyManager >
virtual QWidget * createEditor (QtDoublePropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void connectPropertyManager (QtDoublePropertyManager *manager)=0
 
virtual void disconnectPropertyManager (QtDoublePropertyManager *manager)=0
 
void managerDestroyed (QObject *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=0)
 

Private Member Functions

 Q_PRIVATE_SLOT (d_func(), void slotPropertyChanged(QtProperty *, double)) Q_PRIVATE_SLOT(d_func()
 
void slotRangeChanged (QtProperty *, double, double)) Q_PRIVATE_SLOT(d_func()
 
void void slotSingleStepChanged (QtProperty *, double)) Q_PRIVATE_SLOT(d_func()
 
void void void slotDecimalsChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func()
 
void void void void slotSetValue (double)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

QtDoubleSpinBoxFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtDoubleSpinBoxFactory class provides QDoubleSpinBox widgets for properties created by QtDoublePropertyManager objects.

See also
QtAbstractEditorFactory, QtDoublePropertyManager

Constructor & Destructor Documentation

◆ QtDoubleSpinBoxFactory()

QtDoubleSpinBoxFactory::QtDoubleSpinBoxFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtDoubleSpinBoxFactory()

QtDoubleSpinBoxFactory::~QtDoubleSpinBoxFactory ( )

Destroys this factory, and all the widgets it has created.


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