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>

+ Inheritance diagram for QtCursorEditorFactory:
+ Collaboration diagram for QtCursorEditorFactory:

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 >
void managerDestroyed (QObject *manager) override
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 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

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< PropertyManager >::addPropertyManager(), d_ptr, QtCursorEditorFactoryPrivate::m_enumEditorFactory, QtCursorEditorFactoryPrivate::m_enumPropertyManager, QtCursorEditorFactoryPrivate::q_ptr, and slotEnumChanged().

+ Here is the call graph for this function:

◆ ~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)
overrideprotectedvirtual

◆ createEditor()

◆ disconnectPropertyManager()

void QtCursorEditorFactory::disconnectPropertyManager ( QtCursorPropertyManager manager)
overrideprotectedvirtual

◆ Q_PRIVATE_SLOT()

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

◆ slotEnumChanged()

void QtCursorEditorFactory::slotEnumChanged ( QtProperty ,
int   
)
private

Referenced by QtCursorEditorFactory().

+ Here is the caller graph for this function:

Member Data Documentation

◆ d_ptr

QtCursorEditorFactoryPrivate* QtCursorEditorFactory::d_ptr
private

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