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

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< QSlider >
QSlidercreateEditor (QtProperty *property, QWidget *parent)
 
QSlidercreateEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QSlider *e)
 
void initializeEditor (QtProperty *property, QSlider *e)
 
void slotEditorDestroyed (QObject *object)
 
void slotEditorDestroyed (QObject *object)
 

Additional Inherited Members

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

Detailed Description

Definition at line 259 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged() [1/2]

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

Definition at line 270 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

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

◆ slotRangeChanged() [1/2]

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

Definition at line 282 of file qteditorfactory.cpp.

◆ slotRangeChanged() [2/2]

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

◆ slotSetValue() [1/2]

void QtSliderFactoryPrivate::slotSetValue ( int value)

Definition at line 312 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtSliderFactoryPrivate::slotSetValue ( int value)

◆ slotSingleStepChanged() [1/2]

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

Definition at line 300 of file qteditorfactory.cpp.

◆ slotSingleStepChanged() [2/2]

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

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