QtPointPropertyManagerPrivate Class Reference

Public Types

using PropertyValueMap = QMap< const QtProperty *, QPoint >
 

Public Member Functions

void slotIntChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

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

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, QPoint>

Definition at line 3355 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotIntChanged()

void slotIntChanged ( QtProperty property,
int  value 
)

Definition at line 3368 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 3385 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_intPropertyManager

QtIntPropertyManager* m_intPropertyManager

Definition at line 3358 of file qtpropertymanager.cpp.

◆ m_propertyToX

QMap<const QtProperty*, QtProperty*> m_propertyToX

Definition at line 3360 of file qtpropertymanager.cpp.

◆ m_propertyToY

QMap<const QtProperty*, QtProperty*> m_propertyToY

Definition at line 3361 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 3356 of file qtpropertymanager.cpp.

◆ m_xToProperty

QMap<const QtProperty*, QtProperty*> m_xToProperty

Definition at line 3363 of file qtpropertymanager.cpp.

◆ m_yToProperty

QMap<const QtProperty*, QtProperty*> m_yToProperty

Definition at line 3364 of file qtpropertymanager.cpp.


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