Computer Assisted Medical Intervention Tool Kit  version 5.2
QtCharEditorFactory Class Reference

The QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects. More...

#include <qteditorfactory.h>

+ Inheritance diagram for QtCharEditorFactory:
+ Collaboration diagram for QtCharEditorFactory:

Public Member Functions

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

Protected Member Functions

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

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase

Detailed Description

The QtCharEditorFactory class provides editor widgets for properties created by QtCharPropertyManager objects.

See also
QtAbstractEditorFactory

Constructor & Destructor Documentation

◆ QtCharEditorFactory()

QtCharEditorFactory::QtCharEditorFactory ( QObject *  parent = nullptr)

Creates a factory with the given parent.

◆ ~QtCharEditorFactory()

QtCharEditorFactory::~QtCharEditorFactory ( )
override

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

References EditorFactoryPrivate< Editor >::m_editorToProperty.

Member Function Documentation

◆ connectPropertyManager()

void QtCharEditorFactory::connectPropertyManager ( QtCharPropertyManager manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

QWidget * QtCharEditorFactory::createEditor ( QtCharPropertyManager manager,
QtProperty property,
QWidget *  parent 
)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

References EditorFactoryPrivate< Editor >::createEditor(), QtCharEdit::setValue(), and QtCharPropertyManager::value().

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void QtCharEditorFactory::disconnectPropertyManager ( QtCharPropertyManager manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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