QtCharEditorFactory Class Reference

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

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

+ Inheritance diagram for QtCharEditorFactory:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

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

See also
QtAbstractEditorFactory

Definition at line 318 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtCharEditorFactory()

QtCharEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 2343 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtCharEditorFactory()

~QtCharEditorFactory ( )
override

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

Definition at line 2353 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtCharPropertyManager * manager)
overrideprotected

Definition at line 2365 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 2379 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtCharPropertyManager * manager)
overrideprotected

Definition at line 2397 of file qteditorfactory.cpp.


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