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

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, QPoint>

Definition at line 3002 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotIntChanged()

void slotIntChanged ( QtProperty property,
int  value 
)

Definition at line 3014 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 3030 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_intPropertyManager

QtIntPropertyManager* m_intPropertyManager

Definition at line 3005 of file qtpropertymanager.cpp.

◆ m_propertyToX

QMap<const QtProperty*, QtProperty*> m_propertyToX

Definition at line 3007 of file qtpropertymanager.cpp.

◆ m_propertyToY

QMap<const QtProperty*, QtProperty*> m_propertyToY

Definition at line 3008 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 3003 of file qtpropertymanager.cpp.

◆ m_xToProperty

QMap<const QtProperty*, QtProperty*> m_xToProperty

Definition at line 3010 of file qtpropertymanager.cpp.

◆ m_yToProperty

QMap<const QtProperty*, QtProperty*> m_yToProperty

Definition at line 3011 of file qtpropertymanager.cpp.


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