QtDoubleSpinBoxFactory Class Reference

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

#include <ArmarXGui/libraries/qtpropertybrowser/src/qteditorfactory.h>

+ Inheritance diagram for QtDoubleSpinBoxFactory:

Public Member Functions

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

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) override
 
- Protected Member Functions inherited from QtAbstractEditorFactoryBase
 QtAbstractEditorFactoryBase (QObject *parent=0)
 

Detailed Description

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

See also
QtAbstractEditorFactory, QtDoublePropertyManager

Definition at line 158 of file qteditorfactory.h.

Constructor & Destructor Documentation

◆ QtDoubleSpinBoxFactory()

QtDoubleSpinBoxFactory ( QObject * parent = 0)

Creates a factory with the given parent.

Definition at line 1135 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ ~QtDoubleSpinBoxFactory()

~QtDoubleSpinBoxFactory ( )
override

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

Definition at line 1145 of file qteditorfactory.cpp.

Member Function Documentation

◆ connectPropertyManager()

void connectPropertyManager ( QtDoublePropertyManager * manager)
overrideprotected

Definition at line 1157 of file qteditorfactory.cpp.

◆ createEditor()

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

Definition at line 1187 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ disconnectPropertyManager()

void disconnectPropertyManager ( QtDoublePropertyManager * manager)
overrideprotected

Definition at line 1210 of file qteditorfactory.cpp.


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