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

The QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects. More...

Inheritance diagram for QtCharEditorFactory:
QtAbstractEditorFactory< QtCharPropertyManager > QtAbstractEditorFactoryBase

Public Member Functions

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

Protected Member Functions

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

Private Attributes

QtCharEditorFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects.

See also
QtAbstractEditorFactory

Constructor & Destructor Documentation

◆ QtCharEditorFactory()

QtCharEditorFactory::QtCharEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

◆ ~QtCharEditorFactory()

QtCharEditorFactory::~QtCharEditorFactory ( )

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


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