Public Member Functions | Protected Member Functions | List of all members
QtAbstractEditorFactory< PropertyManager > Class Template Referenceabstract

#include <qtpropertybrowser.h>

Inheritance diagram for QtAbstractEditorFactory< PropertyManager >:
Inheritance graph
[legend]

Public Member Functions

 QtAbstractEditorFactory (QObject *parent)
 
void addPropertyManager (PropertyManager *manager)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
PropertyManager * propertyManager (QtProperty *property) const
 
QSet< PropertyManager * > propertyManagers () const
 
void removePropertyManager (PropertyManager *manager)
 

Protected Member Functions

virtual void connectPropertyManager (PropertyManager *manager)=0
 
virtual QWidget * createEditor (PropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void disconnectPropertyManager (PropertyManager *manager)=0
 
void managerDestroyed (QObject *manager)
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=0)
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Constructor & Destructor Documentation

template<class PropertyManager>
QtAbstractEditorFactory< PropertyManager >::QtAbstractEditorFactory ( QObject *  parent)
inlineexplicit

Member Function Documentation

template<class PropertyManager>
void QtAbstractEditorFactory< PropertyManager >::addPropertyManager ( PropertyManager *  manager)
inline
template<class PropertyManager>
virtual void QtAbstractEditorFactory< PropertyManager >::connectPropertyManager ( PropertyManager *  manager)
protectedpure virtual
template<class PropertyManager>
QWidget* QtAbstractEditorFactory< PropertyManager >::createEditor ( QtProperty property,
QWidget *  parent 
)
inlinevirtual
template<class PropertyManager>
virtual QWidget* QtAbstractEditorFactory< PropertyManager >::createEditor ( PropertyManager *  manager,
QtProperty property,
QWidget *  parent 
)
protectedpure virtual
template<class PropertyManager>
virtual void QtAbstractEditorFactory< PropertyManager >::disconnectPropertyManager ( PropertyManager *  manager)
protectedpure virtual
template<class PropertyManager>
void QtAbstractEditorFactory< PropertyManager >::managerDestroyed ( QObject *  manager)
inlineprotectedvirtual
template<class PropertyManager>
PropertyManager* QtAbstractEditorFactory< PropertyManager >::propertyManager ( QtProperty property) const
inline
template<class PropertyManager>
QSet<PropertyManager *> QtAbstractEditorFactory< PropertyManager >::propertyManagers ( ) const
inline
template<class PropertyManager>
void QtAbstractEditorFactory< PropertyManager >::removePropertyManager ( PropertyManager *  manager)
inline

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