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

The QtScrollBarFactory class provides QScrollBar widgets for properties created by QtIntPropertyManager objects. More...

#include <qteditorfactory.h>

Public Member Functions

 QtScrollBarFactory (QObject *parent=nullptr)
 ~QtScrollBarFactory () 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 QtScrollBarFactory class provides QScrollBar widgets for properties created by QtIntPropertyManager objects.

See also
QtAbstractEditorFactory, QtIntPropertyManager

Constructor & Destructor Documentation

◆ QtScrollBarFactory()

QtScrollBarFactory::QtScrollBarFactory ( QObject * parent = nullptr)

Creates a factory with the given parent.

References QtAbstractEditorFactory< QtIntPropertyManager >::QtAbstractEditorFactory().

◆ ~QtScrollBarFactory()

QtScrollBarFactory::~QtScrollBarFactory ( )
override

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

Member Function Documentation

◆ connectPropertyManager()

void QtScrollBarFactory::connectPropertyManager ( QtIntPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.

◆ createEditor()

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

◆ disconnectPropertyManager()

void QtScrollBarFactory::disconnectPropertyManager ( QtIntPropertyManager * manager)
overrideprotected

Reimplemented from the QtAbstractEditorFactory class.


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