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

#include <qteditorfactory.h>

Inheritance diagram for QtSpinBoxFactoryPrivate:
EditorFactoryPrivate< QSpinBox >

Public Member Functions

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

Additional Inherited Members

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

Member Function Documentation

void QtSpinBoxFactoryPrivate::slotPropertyChanged ( QtProperty property,
int  value 
)
void QtSpinBoxFactoryPrivate::slotRangeChanged ( QtProperty property,
int  min,
int  max 
)
void QtSpinBoxFactoryPrivate::slotSetValue ( int  value)
void QtSpinBoxFactoryPrivate::slotSingleStepChanged ( QtProperty property,
int  step 
)

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