vizkit3d
Public Types | Public Member Functions | Public Attributes | List of all members
QtPointPropertyManagerPrivate Class Reference

#include <qtpropertymanager.h>

Public Types

typedef QMap< const QtProperty
*, QPoint > 
PropertyValueMap
 

Public Member Functions

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

Public Attributes

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

Member Typedef Documentation

Member Function Documentation

void QtPointPropertyManagerPrivate::slotIntChanged ( QtProperty property,
int  value 
)
void QtPointPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty property)

Member Data Documentation

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

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