Workspace 6.21.5
Public Member Functions | Protected Member Functions | List of all members
QtDoubleSpinBoxFactory Class Reference

The QtDoubleSpinBoxFactory class provides QDoubleSpinBox widgets for properties created by QtDoublePropertyManager objects. More...

#include <Workspace/Widgets/PropertyBrowser/qteditorfactory.h>

Inheritance diagram for QtDoubleSpinBoxFactory:
[legend]

Public Member Functions

 QtDoubleSpinBoxFactory (QObject *parent=nullptr)
 
 ~QtDoubleSpinBoxFactory ()
 
- Public Member Functions inherited from QtAbstractEditorFactory< QtDoublePropertyManager >
 QtAbstractEditorFactory (QObject *parent)
 
void addPropertyManager (QtDoublePropertyManager *manager)
 
QWidget * createEditor (QtProperty *property, QWidget *parent)
 
QtDoublePropertyManagerpropertyManager (QtProperty *property) const
 
QSet< QtDoublePropertyManager * > propertyManagers () const
 
void removePropertyManager (QtDoublePropertyManager *manager)
 
virtual QWidget * createEditor (QtProperty *property, QWidget *parent)=0
 

Protected Member Functions

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

Additional Inherited Members

- Protected Slots inherited from QtAbstractEditorFactoryBase
virtual void managerDestroyed (QObject *manager)=0
 

Detailed Description

See also
QtAbstractEditorFactory, QtDoublePropertyManager

Constructor & Destructor Documentation

◆ QtDoubleSpinBoxFactory()

QtDoubleSpinBoxFactory ( QObject *  parent = nullptr)

Creates a factory with the given parent.

◆ ~QtDoubleSpinBoxFactory()

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

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtDoublePropertyManager manager)
overrideprotected

◆ createEditor()

QWidget * createEditor ( QtDoublePropertyManager manager,
QtProperty property,
QWidget *  parent 
)
overrideprotected

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtDoublePropertyManager manager)
overrideprotected