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
QtSpinBoxFactoryPrivate Class Reference
+ Inheritance diagram for QtSpinBoxFactoryPrivate:
+ Collaboration diagram for QtSpinBoxFactoryPrivate:

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 105 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged() [1/2]

void QtSpinBoxFactoryPrivate::slotPropertyChanged ( QtProperty * property,
int value )

Definition at line 117 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

void QtSpinBoxFactoryPrivate::slotPropertyChanged ( QtProperty * property,
int value )

◆ slotRangeChanged() [1/2]

void QtSpinBoxFactoryPrivate::slotRangeChanged ( QtProperty * property,
int min,
int max )

Definition at line 131 of file qteditorfactory.cpp.

◆ slotRangeChanged() [2/2]

void QtSpinBoxFactoryPrivate::slotRangeChanged ( QtProperty * property,
int min,
int max )

◆ slotSetValue() [1/2]

void QtSpinBoxFactoryPrivate::slotSetValue ( int value)

Definition at line 161 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtSpinBoxFactoryPrivate::slotSetValue ( int value)

◆ slotSingleStepChanged() [1/2]

void QtSpinBoxFactoryPrivate::slotSingleStepChanged ( QtProperty * property,
int step )

Definition at line 149 of file qteditorfactory.cpp.

◆ slotSingleStepChanged() [2/2]

void QtSpinBoxFactoryPrivate::slotSingleStepChanged ( QtProperty * property,
int step )

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