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

The QtTimeEditFactory class provides QTimeEdit widgets for properties created by QtTimePropertyManager objects. More...

Inheritance diagram for QtTimeEditFactory:
QtAbstractEditorFactory< QtTimePropertyManager > QtAbstractEditorFactoryBase

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
 
QtTimePropertyManagerpropertyManager (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

QtTimeEditFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtTimeEditFactory class provides QTimeEdit widgets for properties created by QtTimePropertyManager objects.

See also
QtAbstractEditorFactory, QtTimePropertyManager

Constructor & Destructor Documentation

◆ QtTimeEditFactory()

QtTimeEditFactory::QtTimeEditFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtTimeEditFactory()

QtTimeEditFactory::~QtTimeEditFactory ( )

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


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