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

The description of this class will come soon ! More...

#include <qteditorfactory.h>

Public Member Functions

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

Protected Member Functions

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

Detailed Description

The description of this class will come soon !

The QtSpinBoxFactory class provides QSpinBox widgets for properties created by QtIntPropertyManager objects.

See also
QtAbstractEditorFactory, QtIntPropertyManager

Constructor & Destructor Documentation

◆ QtSpinBoxFactory()

QtSpinBoxFactory::QtSpinBoxFactory ( QObject * parent = nullptr)

Creates a factory with the given parent.

References QtAbstractEditorFactory< QtIntPropertyManager >::QtAbstractEditorFactory().

◆ ~QtSpinBoxFactory()

QtSpinBoxFactory::~QtSpinBoxFactory ( )
override

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

Member Function Documentation

◆ connectPropertyManager()

void QtSpinBoxFactory::connectPropertyManager ( QtIntPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

QWidget * QtSpinBoxFactory::createEditor ( QtIntPropertyManager * manager,
QtProperty * property,
QWidget * parent )
overrideprotected

◆ disconnectPropertyManager()

void QtSpinBoxFactory::disconnectPropertyManager ( QtIntPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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