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