Computer Assisted Medical Intervention Tool Kit  version 5.2
QtKeySequenceEditorFactory Class Reference

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
 
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=nullptr)
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

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

See also
QtAbstractEditorFactory

Constructor & Destructor Documentation

◆ QtKeySequenceEditorFactory()

QtKeySequenceEditorFactory::QtKeySequenceEditorFactory ( QObject *  parent = nullptr)

Creates a factory with the given parent.

◆ ~QtKeySequenceEditorFactory()

QtKeySequenceEditorFactory::~QtKeySequenceEditorFactory ( )
override

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

References EditorFactoryPrivate< Editor >::m_editorToProperty.

Member Function Documentation

◆ connectPropertyManager()

void QtKeySequenceEditorFactory::connectPropertyManager ( QtKeySequencePropertyManager manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

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

Reimplemented from the QtAbstractEditorFactory class.

References EditorFactoryPrivate< Editor >::createEditor(), QtKeySequenceEdit::setKeySequence(), and QtKeySequencePropertyManager::value().

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void QtKeySequenceEditorFactory::disconnectPropertyManager ( QtKeySequencePropertyManager manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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