|
|
The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects. More...
#include <ArmarXGui/libraries/qtpropertybrowser/src/qteditorfactory.h>
Inheritance diagram for QtCursorEditorFactory:Public Member Functions | |
| QtCursorEditorFactory (QObject *parent=0) | |
| ~QtCursorEditorFactory () override | |
Public Member Functions inherited from QtAbstractEditorFactory< QtCursorPropertyManager > | |
| void | addPropertyManager (QtCursorPropertyManager *manager) |
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override |
| QtCursorPropertyManager * | propertyManager (QtProperty *property) const |
| QSet< QtCursorPropertyManager * > | propertyManagers () const |
| QtAbstractEditorFactory (QObject *parent) | |
| void | removePropertyManager (QtCursorPropertyManager *manager) |
Protected Member Functions | |
| void | connectPropertyManager (QtCursorPropertyManager *manager) override |
| QWidget * | createEditor (QtCursorPropertyManager *manager, QtProperty *property, QWidget *parent) override |
| void | disconnectPropertyManager (QtCursorPropertyManager *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactory< QtCursorPropertyManager > | |
| virtual void | connectPropertyManager (QtCursorPropertyManager *manager)=0 |
| virtual QWidget * | createEditor (QtCursorPropertyManager *manager, QtProperty *property, QWidget *parent)=0 |
| virtual void | disconnectPropertyManager (QtCursorPropertyManager *manager)=0 |
| void | managerDestroyed (QObject *manager) override |
Protected Member Functions inherited from QtAbstractEditorFactoryBase | |
| QtAbstractEditorFactoryBase (QObject *parent=0) | |
The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects.
Definition at line 370 of file qteditorfactory.h.
| QtCursorEditorFactory | ( | QObject * | parent = 0 | ) |
Creates a factory with the given parent.
Definition at line 2744 of file qteditorfactory.cpp.
Here is the call graph for this function:
|
override |
Destroys this factory, and all the widgets it has created.
Definition at line 2762 of file qteditorfactory.cpp.
|
overrideprotected |
Definition at line 2773 of file qteditorfactory.cpp.
|
overrideprotected |
|
overrideprotected |
Definition at line 2824 of file qteditorfactory.cpp.