QtDoubleSpinBoxFactoryPrivate Class Reference
+ Inheritance diagram for QtDoubleSpinBoxFactoryPrivate:

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QDoubleSpinBox >
using EditorList
 
using EditorToPropertyMap
 
using PropertyToEditorListMap
 
- Public Attributes inherited from EditorFactoryPrivate< QDoubleSpinBox >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 956 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotDecimalsChanged()

void slotDecimalsChanged ( QtProperty * property,
int prec )

Definition at line 1070 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty * property,
double value )

Definition at line 970 of file qteditorfactory.cpp.

◆ slotRangeChanged()

void slotRangeChanged ( QtProperty * property,
double min,
double max )

Definition at line 989 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotReadOnlyChanged()

void slotReadOnlyChanged ( QtProperty * property,
bool readOnly )

Definition at line 1044 of file qteditorfactory.cpp.

◆ slotSetValue()

void slotSetValue ( double value)

Definition at line 1098 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSingleStepChanged()

void slotSingleStepChanged ( QtProperty * property,
double step )

Definition at line 1017 of file qteditorfactory.cpp.


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