Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtDoubleSpinBoxFactoryPrivate Class Reference
+ Inheritance diagram for QtDoubleSpinBoxFactoryPrivate:
+ Collaboration diagram for QtDoubleSpinBoxFactoryPrivate:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 669 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotDecimalsChanged() [1/2]

void QtDoubleSpinBoxFactoryPrivate::slotDecimalsChanged ( QtProperty * property,
int prec )

Definition at line 732 of file qteditorfactory.cpp.

◆ slotDecimalsChanged() [2/2]

void QtDoubleSpinBoxFactoryPrivate::slotDecimalsChanged ( QtProperty * property,
int prec )

◆ slotPropertyChanged() [1/2]

void QtDoubleSpinBoxFactoryPrivate::slotPropertyChanged ( QtProperty * property,
double value )

Definition at line 682 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

void QtDoubleSpinBoxFactoryPrivate::slotPropertyChanged ( QtProperty * property,
double value )

◆ slotRangeChanged() [1/2]

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

Definition at line 696 of file qteditorfactory.cpp.

◆ slotRangeChanged() [2/2]

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

◆ slotSetValue() [1/2]

void QtDoubleSpinBoxFactoryPrivate::slotSetValue ( double value)

Definition at line 750 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtDoubleSpinBoxFactoryPrivate::slotSetValue ( double value)

◆ slotSingleStepChanged() [1/2]

void QtDoubleSpinBoxFactoryPrivate::slotSingleStepChanged ( QtProperty * property,
double step )

Definition at line 715 of file qteditorfactory.cpp.

◆ slotSingleStepChanged() [2/2]

void QtDoubleSpinBoxFactoryPrivate::slotSingleStepChanged ( QtProperty * property,
double step )

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