vizkit3d
Public Member Functions | List of all members
QtDoubleSpinBoxFactoryPrivate Class Reference

#include <qteditorfactory.h>

Inheritance diagram for QtDoubleSpinBoxFactoryPrivate:
EditorFactoryPrivate< QDoubleSpinBox >

Public Member Functions

void slotPropertyChanged (QtProperty *property, double value)
 
void slotRangeChanged (QtProperty *property, double min, double max)
 
void slotSingleStepChanged (QtProperty *property, double step)
 
void slotDecimalsChanged (QtProperty *property, int prec)
 
void slotSetValue (double value)
 
- Public Member Functions inherited from EditorFactoryPrivate< QDoubleSpinBox >
QDoubleSpinBox * createEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QDoubleSpinBox *e)
 
virtual void slotEditorDestroyed (QObject *object)
 
virtual ~EditorFactoryPrivate ()
 

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QDoubleSpinBox >
typedef QList< QDoubleSpinBox * > EditorList
 
typedef QMap< QtProperty *, EditorListPropertyToEditorListMap
 
typedef QMap< QDoubleSpinBox *, QtProperty * > EditorToPropertyMap
 
- Public Attributes inherited from EditorFactoryPrivate< QDoubleSpinBox >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Member Function Documentation

void QtDoubleSpinBoxFactoryPrivate::slotDecimalsChanged ( QtProperty property,
int  prec 
)
void QtDoubleSpinBoxFactoryPrivate::slotPropertyChanged ( QtProperty property,
double  value 
)
void QtDoubleSpinBoxFactoryPrivate::slotRangeChanged ( QtProperty property,
double  min,
double  max 
)
void QtDoubleSpinBoxFactoryPrivate::slotSetValue ( double  value)
void QtDoubleSpinBoxFactoryPrivate::slotSingleStepChanged ( QtProperty property,
double  step 
)

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