QtSizeFPropertyManagerPrivate Class Reference

Classes

struct  Data
 

Public Types

using PropertyValueMap = QMap< const QtProperty *, Data >
 

Public Member Functions

void setRange (QtProperty *property, const QSizeF &minVal, const QSizeF &maxVal, const QSizeF &val)
 
void setValue (QtProperty *property, const QSizeF &val)
 
void slotDoubleChanged (QtProperty *property, double value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

QtDoublePropertyManagerm_doublePropertyManager
 
QMap< const QtProperty *, QtProperty * > m_hToProperty
 
QMap< const QtProperty *, QtProperty * > m_propertyToH
 
QMap< const QtProperty *, QtProperty * > m_propertyToW
 
PropertyValueMap m_values
 
QMap< const QtProperty *, QtProperty * > m_wToProperty
 

Detailed Description

Definition at line 3904 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, Data>

Definition at line 3941 of file qtpropertymanager.cpp.

Member Function Documentation

◆ setRange()

void setRange ( QtProperty property,
const QSizeF &  minVal,
const QSizeF &  maxVal,
const QSizeF &  val 
)

Definition at line 3989 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setValue()

void setValue ( QtProperty property,
const QSizeF &  val 
)

Definition at line 3983 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotDoubleChanged()

void slotDoubleChanged ( QtProperty property,
double  value 
)

Definition at line 3953 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 3969 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_doublePropertyManager

QtDoublePropertyManager* m_doublePropertyManager

Definition at line 3944 of file qtpropertymanager.cpp.

◆ m_hToProperty

QMap<const QtProperty*, QtProperty*> m_hToProperty

Definition at line 3950 of file qtpropertymanager.cpp.

◆ m_propertyToH

QMap<const QtProperty*, QtProperty*> m_propertyToH

Definition at line 3947 of file qtpropertymanager.cpp.

◆ m_propertyToW

QMap<const QtProperty*, QtProperty*> m_propertyToW

Definition at line 3946 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 3942 of file qtpropertymanager.cpp.

◆ m_wToProperty

QMap<const QtProperty*, QtProperty*> m_wToProperty

Definition at line 3949 of file qtpropertymanager.cpp.


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