itom
|
The QtTimeEditFactory class provides QTimeEdit widgets for properties created by QtTimePropertyManager objects. More...
Public Member Functions | |
QtTimeEditFactory (QObject *parent=0) | |
~QtTimeEditFactory () | |
Public Member Functions inherited from QtAbstractEditorFactory< QtTimePropertyManager > | |
QtAbstractEditorFactory (QObject *parent) | |
QWidget * | createEditor (QtProperty *property, QWidget *parent) |
void | addPropertyManager (QtTimePropertyManager *manager) |
void | removePropertyManager (QtTimePropertyManager *manager) |
QSet< QtTimePropertyManager * > | propertyManagers () const |
QtTimePropertyManager * | propertyManager (QtProperty *property) const |
Public Member Functions inherited from QtAbstractEditorFactoryBase |
Protected Member Functions | |
void | connectPropertyManager (QtTimePropertyManager *manager) |
QWidget * | createEditor (QtTimePropertyManager *manager, QtProperty *property, QWidget *parent) |
void | disconnectPropertyManager (QtTimePropertyManager *manager) |
Protected Member Functions inherited from QtAbstractEditorFactory< QtTimePropertyManager > | |
virtual QWidget * | createEditor (QtTimePropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
virtual void | connectPropertyManager (QtTimePropertyManager *manager)=0 |
virtual void | disconnectPropertyManager (QtTimePropertyManager *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 *, const QTime &)) Q_PRIVATE_SLOT(d_func() | |
void | slotSetValue (const QTime &)) Q_PRIVATE_SLOT(d_func() |
Private Attributes | |
QtTimeEditFactoryPrivate * | d_ptr |
Additional Inherited Members | |
Protected Slots inherited from QtAbstractEditorFactoryBase |
The QtTimeEditFactory class provides QTimeEdit widgets for properties created by QtTimePropertyManager objects.
QtTimeEditFactory::QtTimeEditFactory | ( | QObject * | parent = 0 | ) |
Creates a factory with the given parent.
QtTimeEditFactory::~QtTimeEditFactory | ( | ) |
Destroys this factory, and all the widgets it has created.