QtPointFPropertyManagerPrivate Class Reference

Classes

struct  Data
 

Public Types

using PropertyValueMap = QMap< const QtProperty *, Data >
 

Public Member Functions

void slotDoubleChanged (QtProperty *property, double value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

QtDoublePropertyManagerm_doublePropertyManager
 
QMap< const QtProperty *, QtProperty * > m_propertyToX
 
QMap< const QtProperty *, QtProperty * > m_propertyToY
 
PropertyValueMap m_values
 
QMap< const QtProperty *, QtProperty * > m_xToProperty
 
QMap< const QtProperty *, QtProperty * > m_yToProperty
 

Detailed Description

Definition at line 3591 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, Data>

Definition at line 3609 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotDoubleChanged()

void slotDoubleChanged ( QtProperty property,
double  value 
)

Definition at line 3622 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 3639 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_doublePropertyManager

QtDoublePropertyManager* m_doublePropertyManager

Definition at line 3612 of file qtpropertymanager.cpp.

◆ m_propertyToX

QMap<const QtProperty*, QtProperty*> m_propertyToX

Definition at line 3614 of file qtpropertymanager.cpp.

◆ m_propertyToY

QMap<const QtProperty*, QtProperty*> m_propertyToY

Definition at line 3615 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 3610 of file qtpropertymanager.cpp.

◆ m_xToProperty

QMap<const QtProperty*, QtProperty*> m_xToProperty

Definition at line 3617 of file qtpropertymanager.cpp.

◆ m_yToProperty

QMap<const QtProperty*, QtProperty*> m_yToProperty

Definition at line 3618 of file qtpropertymanager.cpp.


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