vizkit3d
Public Member Functions | List of all members
QtScrollBarFactoryPrivate Class Reference

#include <qteditorfactory.h>

Inheritance diagram for QtScrollBarFactoryPrivate:
EditorFactoryPrivate< QScrollBar >

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)
 
- Public Member Functions inherited from EditorFactoryPrivate< QScrollBar >
QScrollBar * createEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QScrollBar *e)
 
virtual void slotEditorDestroyed (QObject *object)
 
virtual ~EditorFactoryPrivate ()
 

Additional Inherited Members

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

Member Function Documentation

◆ slotPropertyChanged()

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

◆ slotRangeChanged()

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

◆ slotSetValue()

void QtScrollBarFactoryPrivate::slotSetValue ( int  value)

◆ slotSingleStepChanged()

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

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