Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
QtKeySequenceEditorFactory Class Reference

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

#include <qteditorfactory.h>

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 void disconnectPropertyManager (QtKeySequencePropertyManager *manager)=0
void managerDestroyed (QObject *manager) override
Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)

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.

References QtAbstractEditorFactory< QtKeySequencePropertyManager >::QtAbstractEditorFactory().

◆ ~QtKeySequenceEditorFactory()

QtKeySequenceEditorFactory::~QtKeySequenceEditorFactory ( )
override

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

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

◆ disconnectPropertyManager()

void QtKeySequenceEditorFactory::disconnectPropertyManager ( QtKeySequencePropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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