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

The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects. More...

Inheritance diagram for QtCursorEditorFactory:
QtAbstractEditorFactory< QtCursorPropertyManager > QtAbstractEditorFactoryBase

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

QtCursorEditorFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects.

See also
QtAbstractEditorFactory, QtCursorPropertyManager

Constructor & Destructor Documentation

◆ QtCursorEditorFactory()

QtCursorEditorFactory::QtCursorEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtCursorEditorFactory()

QtCursorEditorFactory::~QtCursorEditorFactory ( )

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


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