|
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< QSlider > | |
QSlider * | createEditor (QtProperty *property, QWidget *parent) |
void | initializeEditor (QtProperty *property, QSlider *e) |
void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QSlider > | |
using | EditorList = QList< QSlider * > |
using | EditorToPropertyMap = QMap< QSlider *, QtProperty * > |
using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Attributes inherited from EditorFactoryPrivate< QSlider > | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |
Definition at line 372 of file qteditorfactory.cpp.
void slotPropertyChanged | ( | QtProperty * | property, |
int | value | ||
) |
void slotRangeChanged | ( | QtProperty * | property, |
int | min, | ||
int | max | ||
) |
void slotSetValue | ( | int | value | ) |
void slotSingleStepChanged | ( | QtProperty * | property, |
int | step | ||
) |
Definition at line 427 of file qteditorfactory.cpp.