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

The QtSpinBoxFactory class provides QSpinBox widgets for properties created by QtIntPropertyManager objects. More...

Inheritance diagram for QtSpinBoxFactory:
QtAbstractEditorFactory< QtIntPropertyManager > QtAbstractEditorFactoryBase

Public Member Functions

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

Protected Member Functions

void connectPropertyManager (QtIntPropertyManager *manager)
 
QWidget * createEditor (QtIntPropertyManager *manager, QtProperty *property, QWidget *parent)
 
void disconnectPropertyManager (QtIntPropertyManager *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactory< QtIntPropertyManager >
virtual QWidget * createEditor (QtIntPropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void connectPropertyManager (QtIntPropertyManager *manager)=0
 
virtual void disconnectPropertyManager (QtIntPropertyManager *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 *, int)) Q_PRIVATE_SLOT(d_func()
 
void slotRangeChanged (QtProperty *, int, int)) Q_PRIVATE_SLOT(d_func()
 
void void slotSingleStepChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func()
 
void void void slotSetValue (int)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

QtSpinBoxFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtSpinBoxFactory class provides QSpinBox widgets for properties created by QtIntPropertyManager objects.

See also
QtAbstractEditorFactory, QtIntPropertyManager

Constructor & Destructor Documentation

◆ QtSpinBoxFactory()

QtSpinBoxFactory::QtSpinBoxFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtSpinBoxFactory()

QtSpinBoxFactory::~QtSpinBoxFactory ( )

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


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