![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Inherits EditorFactoryPrivate< QSpinBox >.
Public Member Functions | |
| void | slotPropertyChanged (QtProperty *property, int value) |
| void | slotRangeChanged (QtProperty *property, int min, int max) |
| void | slotSetValue (int value) |
| void | slotSingleStepChanged (QtProperty *property, int step) |
Public Member Functions inherited from EditorFactoryPrivate< QSpinBox > | |
| QSpinBox * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QSpinBox *e) |
| void | slotEditorDestroyed (QObject *object) |
Private Attributes | |
| QtSpinBoxFactory * | q_ptr |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QSpinBox > | |
| typedef QList< QSpinBox *> | EditorList |
| typedef QMap< QSpinBox *, QtProperty *> | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QSpinBox > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |
| void QtSpinBoxFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
References EditorFactoryPrivate< Editor >::m_createdEditors.
| void QtSpinBoxFactoryPrivate::slotRangeChanged | ( | QtProperty * | property, |
| int | min, | ||
| int | max | ||
| ) |
| void QtSpinBoxFactoryPrivate::slotSetValue | ( | int | value | ) |
| void QtSpinBoxFactoryPrivate::slotSingleStepChanged | ( | QtProperty * | property, |
| int | step | ||
| ) |
References EditorFactoryPrivate< Editor >::m_createdEditors.
|
private |
Referenced by QtSpinBoxFactory::QtSpinBoxFactory().
1.8.13