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 3226 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, Data>

Definition at line 3242 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotDoubleChanged()

void slotDoubleChanged ( QtProperty property,
double  value 
)

Definition at line 3254 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 3270 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_doublePropertyManager

QtDoublePropertyManager* m_doublePropertyManager

Definition at line 3245 of file qtpropertymanager.cpp.

◆ m_propertyToX

QMap<const QtProperty*, QtProperty*> m_propertyToX

Definition at line 3247 of file qtpropertymanager.cpp.

◆ m_propertyToY

QMap<const QtProperty*, QtProperty*> m_propertyToY

Definition at line 3248 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 3243 of file qtpropertymanager.cpp.

◆ m_xToProperty

QMap<const QtProperty*, QtProperty*> m_xToProperty

Definition at line 3250 of file qtpropertymanager.cpp.

◆ m_yToProperty

QMap<const QtProperty*, QtProperty*> m_yToProperty

Definition at line 3251 of file qtpropertymanager.cpp.


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