QtSizePropertyManagerPrivate Class Reference

Classes

struct  Data
 

Public Types

using PropertyValueMap = QMap< const QtProperty *, Data >
 

Public Member Functions

void setRange (QtProperty *property, const QSize &minVal, const QSize &maxVal, const QSize &val)
 
void setValue (QtProperty *property, const QSize &val)
 
void slotIntChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

QMap< const QtProperty *, QtProperty * > m_hToProperty
 
QtIntPropertyManagerm_intPropertyManager
 
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 3532 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, Data>

Definition at line 3568 of file qtpropertymanager.cpp.

Member Function Documentation

◆ setRange()

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

Definition at line 3616 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 QSize &  val 
)

Definition at line 3610 of file qtpropertymanager.cpp.

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

◆ slotIntChanged()

void slotIntChanged ( QtProperty property,
int  value 
)

Definition at line 3580 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 3596 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_hToProperty

QMap<const QtProperty*, QtProperty*> m_hToProperty

Definition at line 3577 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager* m_intPropertyManager

Definition at line 3571 of file qtpropertymanager.cpp.

◆ m_propertyToH

QMap<const QtProperty*, QtProperty*> m_propertyToH

Definition at line 3574 of file qtpropertymanager.cpp.

◆ m_propertyToW

QMap<const QtProperty*, QtProperty*> m_propertyToW

Definition at line 3573 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 3569 of file qtpropertymanager.cpp.

◆ m_wToProperty

QMap<const QtProperty*, QtProperty*> m_wToProperty

Definition at line 3576 of file qtpropertymanager.cpp.


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