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

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

#include <qteditorfactory.h>

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 void disconnectPropertyManager (QtCharPropertyManager *manager)=0
void managerDestroyed (QObject *manager) override
Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=nullptr)

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.

References QtAbstractEditorFactory< QtCharPropertyManager >::QtAbstractEditorFactory().

◆ ~QtCharEditorFactory()

QtCharEditorFactory::~QtCharEditorFactory ( )
override

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

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 QtCharEdit::setValue(), and QtCharPropertyManager::value().

◆ disconnectPropertyManager()

void QtCharEditorFactory::disconnectPropertyManager ( QtCharPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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