QtColorEditorFactory Class Reference

The QtColorEditorFactory class provides color editing for properties created by QtColorPropertyManager objects. More...

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

+ Inheritance diagram for QtColorEditorFactory:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

The QtColorEditorFactory class provides color editing for properties created by QtColorPropertyManager objects.

See also
QtAbstractEditorFactory, QtColorPropertyManager

Definition at line 395 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtColorEditorFactory()

QtColorEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 3016 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtColorEditorFactory()

~QtColorEditorFactory ( )
override

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

Definition at line 3026 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtColorPropertyManager * manager)
overrideprotected

Definition at line 3038 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 3052 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtColorPropertyManager * manager)
overrideprotected

Definition at line 3069 of file qteditorfactory.cpp.


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