QtScrollBarFactoryPrivate Class Reference
+ Inheritance diagram for QtScrollBarFactoryPrivate:

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QScrollBar >
using EditorList = QList< QScrollBar * >
 
using EditorToPropertyMap = QMap< QScrollBar *, QtProperty * >
 
using PropertyToEditorListMap = QMap< QtProperty *, EditorList >
 
- Public Attributes inherited from EditorFactoryPrivate< QScrollBar >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 549 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
int  value 
)

Definition at line 560 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotRangeChanged()

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

Definition at line 578 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSetValue()

void slotSetValue ( int  value)

Definition at line 622 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSingleStepChanged()

void slotSingleStepChanged ( QtProperty property,
int  step 
)

Definition at line 604 of file qteditorfactory.cpp.


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