QtKeySequenceEditorFactory Class Reference

The QtKeySequenceEditorFactory class provides editor widgets for properties created by QtKeySequencePropertyManager objects. More...

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

+ Inheritance diagram for QtKeySequenceEditorFactory:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

The QtKeySequenceEditorFactory class provides editor widgets for properties created by QtKeySequencePropertyManager objects.

See also
QtAbstractEditorFactory

Definition at line 292 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtKeySequenceEditorFactory()

QtKeySequenceEditorFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 1991 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtKeySequenceEditorFactory()

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

Definition at line 2001 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtKeySequencePropertyManager * manager)
overrideprotected

Definition at line 2013 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 2027 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtKeySequencePropertyManager * manager)
overrideprotected

Definition at line 2048 of file qteditorfactory.cpp.


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