Computer Assited Medical Intervention Tool Kit  version 5.0
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)
 
virtual QWidget * createEditor (QtProperty *property, QWidget *parent)=0
 

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 QWidget * createEditor (QtCursorPropertyManager *manager, QtProperty *property, QWidget *parent)=0
 
virtual void disconnectPropertyManager (QtCursorPropertyManager *manager)=0
 
void managerDestroyed (QObject *manager) override
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
virtual void breakConnection (QtAbstractPropertyManager *manager)=0
 
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)
 

Private Member Functions

 Q_PRIVATE_SLOT (d_func(), void slotPropertyChanged(QtProperty *, const QCursor &)) Q_PRIVATE_SLOT(d_func()
 
void slotEnumChanged (QtProperty *, int)) Q_PRIVATE_SLOT(d_func()
 

Private Attributes

QtCursorEditorFactoryPrivated_ptr
 

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase
virtual void managerDestroyed (QObject *manager)=0
 

Detailed Description

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

See also
QtAbstractEditorFactory, QtCursorPropertyManager

Constructor & Destructor Documentation

◆ QtCursorEditorFactory()

◆ ~QtCursorEditorFactory()

QtCursorEditorFactory::~QtCursorEditorFactory ( )
override

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

References d_ptr.

Member Function Documentation

◆ connectPropertyManager()

void QtCursorEditorFactory::connectPropertyManager ( QtCursorPropertyManager manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

◆ disconnectPropertyManager()

void QtCursorEditorFactory::disconnectPropertyManager ( QtCursorPropertyManager manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ Q_PRIVATE_SLOT()

QtCursorEditorFactory::Q_PRIVATE_SLOT ( d_func()  ,
void   slotPropertyChangedQtProperty *, const QCursor & 
)
private

◆ slotEnumChanged()

void QtCursorEditorFactory::slotEnumChanged ( QtProperty ,
int   
)
private

Referenced by QtCursorEditorFactory().

Member Data Documentation

◆ d_ptr

QtCursorEditorFactoryPrivate* QtCursorEditorFactory::d_ptr
private

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