The QtKeySequenceEditorFactory class provides editor widgets for properties created by QtKeySequencePropertyManager objects. More...
#include <qteditorfactory.h>
 Inheritance diagram for QtKeySequenceEditorFactory:
 Collaboration diagram for QtKeySequenceEditorFactory:Public Member Functions | |
| QtKeySequenceEditorFactory (QObject *parent=nullptr) | |
| ~QtKeySequenceEditorFactory () override | |
  Public Member Functions inherited from QtAbstractEditorFactory< QtKeySequencePropertyManager > | |
| void | addPropertyManager (QtKeySequencePropertyManager *manager) | 
| QWidget * | createEditor (QtProperty *property, QWidget *parent) override | 
| QtKeySequencePropertyManager * | propertyManager (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=nullptr) | |
Additional Inherited Members | |
  Protected Slots inherited from QtAbstractEditorFactoryBase | 
The QtKeySequenceEditorFactory class provides editor widgets for properties created by QtKeySequencePropertyManager objects.
| QtKeySequenceEditorFactory::QtKeySequenceEditorFactory | ( | QObject * | parent = nullptr | ) | 
Creates a factory with the given parent.
      
  | 
  override | 
Destroys this factory, and all the widgets it has created.
References EditorFactoryPrivate< Editor >::m_editorToProperty.
      
  | 
  overrideprotected | 
Reimplemented from the QtAbstractEditorFactory class.
      
  | 
  overrideprotected | 
Reimplemented from the QtAbstractEditorFactory class.
References EditorFactoryPrivate< Editor >::createEditor(), QtKeySequenceEdit::setKeySequence(), and QtKeySequencePropertyManager::value().
 Here is the call graph for this function:
      
  | 
  overrideprotected | 
Reimplemented from the QtAbstractEditorFactory class.