QtCursorEditorFactory Class Reference

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

Detailed Description

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

See also
QtAbstractEditorFactory, QtCursorPropertyManager

Definition at line 370 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtCursorEditorFactory()

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:

◆ ~QtCursorEditorFactory()

~QtCursorEditorFactory ( )
override

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

Definition at line 2762 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtCursorPropertyManager * manager)
overrideprotected

Definition at line 2773 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 2787 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtCursorPropertyManager * manager)
overrideprotected

Definition at line 2824 of file qteditorfactory.cpp.


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