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

The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects. More...

#include <qteditorfactory.h>

Public Member Functions

 QtCursorEditorFactory (QObject *parent=nullptr)
 ~QtCursorEditorFactory () override
Public Member Functions inherited from QtAbstractEditorFactory< QtCursorPropertyManager >
void addPropertyManager (QtCursorPropertyManager *manager)
QWidget * createEditor (QtProperty *property, QWidget *parent) override
QtCursorPropertyManagerpropertyManager (QtProperty *property) const
QSet< QtCursorPropertyManager * > propertyManagers () const
 QtAbstractEditorFactory (QObject *parent)
void removePropertyManager (QtCursorPropertyManager *manager)

Protected Member Functions

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

Detailed Description

The QtCursorEditorFactory class provides QComboBox widgets for properties created by QtCursorPropertyManager objects.

See also
QtAbstractEditorFactory, QtCursorPropertyManager

Constructor & Destructor Documentation

◆ QtCursorEditorFactory()

QtCursorEditorFactory::QtCursorEditorFactory ( QObject * parent = nullptr)

Creates a factory with the given parent.

References QtAbstractEditorFactory< QtCursorPropertyManager >::QtAbstractEditorFactory().

◆ ~QtCursorEditorFactory()

QtCursorEditorFactory::~QtCursorEditorFactory ( )
override

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

Member Function Documentation

◆ connectPropertyManager()

void QtCursorEditorFactory::connectPropertyManager ( QtCursorPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

QWidget * QtCursorEditorFactory::createEditor ( QtCursorPropertyManager * manager,
QtProperty * property,
QWidget * parent )
overrideprotected

◆ disconnectPropertyManager()

void QtCursorEditorFactory::disconnectPropertyManager ( QtCursorPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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