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

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

Additional Inherited Members

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

Detailed Description

Definition at line 410 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged() [1/2]

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

Definition at line 421 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

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

◆ slotRangeChanged() [1/2]

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

Definition at line 434 of file qteditorfactory.cpp.

◆ slotRangeChanged() [2/2]

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

◆ slotSetValue() [1/2]

void QtScrollBarFactoryPrivate::slotSetValue ( int value)

Definition at line 464 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtScrollBarFactoryPrivate::slotSetValue ( int value)

◆ slotSingleStepChanged() [1/2]

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

Definition at line 452 of file qteditorfactory.cpp.

◆ slotSingleStepChanged() [2/2]

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

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