Computer Assited Medical Intervention Tool Kit  version 4.1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
QtCursorEditorFactory Class Reference

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

#include <qteditorfactory.h>

Inherits QtAbstractEditorFactory< QtCursorPropertyManager >.

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

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

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

◆ 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().

Member Data Documentation

◆ d_ptr

QtCursorEditorFactoryPrivate* QtCursorEditorFactory::d_ptr
private

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