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 = QList< QDoubleSpinBox * >
 
using EditorToPropertyMap = QMap< QDoubleSpinBox *, QtProperty * >
 
using PropertyToEditorListMap = QMap< QtProperty *, EditorList >
 
- Public Attributes inherited from EditorFactoryPrivate< QDoubleSpinBox >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 871 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotDecimalsChanged()

void slotDecimalsChanged ( QtProperty property,
int  prec 
)

Definition at line 982 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
double  value 
)

Definition at line 885 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotRangeChanged()

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

Definition at line 903 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotReadOnlyChanged()

void slotReadOnlyChanged ( QtProperty property,
bool  readOnly 
)

Definition at line 957 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSetValue()

void slotSetValue ( double  value)

Definition at line 1009 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSingleStepChanged()

void slotSingleStepChanged ( QtProperty property,
double  step 
)

Definition at line 931 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

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