QtEnumEditorFactory Class Reference

The QtEnumEditorFactory class provides QComboBox widgets for properties created by QtEnumPropertyManager objects. More...

#include <ArmarXGui/libraries/qtpropertybrowser/src/qteditorfactory.h>

+ Inheritance diagram for QtEnumEditorFactory:

Public Member Functions

 QtEnumEditorFactory (QObject *parent=0)
 
 ~QtEnumEditorFactory () override
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtEnumPropertyManager >
void addPropertyManager (QtEnumPropertyManager *manager)
 
QWidget * createEditor (QtProperty *property, QWidget *parent) override
 
QtEnumPropertyManagerpropertyManager (QtProperty *property) const
 
QSet< QtEnumPropertyManager * > propertyManagers () const
 
 QtAbstractEditorFactory (QObject *parent)
 
void removePropertyManager (QtEnumPropertyManager *manager)
 

Protected Member Functions

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

Detailed Description

The QtEnumEditorFactory class provides QComboBox widgets for properties created by QtEnumPropertyManager objects.

See also
QtAbstractEditorFactory, QtEnumPropertyManager

Definition at line 343 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtEnumEditorFactory()

QtEnumEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 2545 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtEnumEditorFactory()

~QtEnumEditorFactory ( )
override

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

Definition at line 2555 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtEnumPropertyManager * manager)
overrideprotected

Definition at line 2567 of file qteditorfactory.cpp.

◆ createEditor()

QWidget * createEditor ( QtEnumPropertyManager * manager,
QtProperty * property,
QWidget * parent )
overrideprotected

Definition at line 2585 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtEnumPropertyManager * manager)
overrideprotected

Definition at line 2616 of file qteditorfactory.cpp.


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