Public Types | |
typedef QMap< const QtProperty *, QPoint > | PropertyValueMap |
Public Member Functions | |
void | slotIntChanged (QtProperty *property, int value) |
void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
QtIntPropertyManager * | m_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 |
Private Attributes | |
QtPointPropertyManager * | q_ptr |
typedef QMap<const QtProperty*, QPoint> QtPointPropertyManagerPrivate::PropertyValueMap |
void QtPointPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
int | value | ||
) |
References m_values, m_xToProperty, m_yToProperty, q_ptr, and QtPointPropertyManager::setValue().
void QtPointPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_propertyToX, m_propertyToY, m_xToProperty, and m_yToProperty.
QtIntPropertyManager* QtPointPropertyManagerPrivate::m_intPropertyManager |
QMap<const QtProperty*, QtProperty*> QtPointPropertyManagerPrivate::m_propertyToX |
QMap<const QtProperty*, QtProperty*> QtPointPropertyManagerPrivate::m_propertyToY |
PropertyValueMap QtPointPropertyManagerPrivate::m_values |
QMap<const QtProperty*, QtProperty*> QtPointPropertyManagerPrivate::m_xToProperty |
QMap<const QtProperty*, QtProperty*> QtPointPropertyManagerPrivate::m_yToProperty |
|
private |
Referenced by QtPointPropertyManager::QtPointPropertyManager(), and slotIntChanged().