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

#include <qtpropertymanager.h>

Public Types

typedef QMap< const QtProperty *, QColor > 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_propertyToR
 
QMap< const QtProperty *, QtProperty * > m_propertyToG
 
QMap< const QtProperty *, QtProperty * > m_propertyToB
 
QMap< const QtProperty *, QtProperty * > m_propertyToA
 
QMap< const QtProperty *, QtProperty * > m_rToProperty
 
QMap< const QtProperty *, QtProperty * > m_gToProperty
 
QMap< const QtProperty *, QtProperty * > m_bToProperty
 
QMap< const QtProperty *, QtProperty * > m_aToProperty
 

Member Typedef Documentation

Member Function Documentation

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

Member Data Documentation

QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_aToProperty
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_bToProperty
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_gToProperty
QtIntPropertyManager* QtColorPropertyManagerPrivate::m_intPropertyManager
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_propertyToA
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_propertyToB
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_propertyToG
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_propertyToR
QMap<const QtProperty *, QtProperty *> QtColorPropertyManagerPrivate::m_rToProperty
PropertyValueMap QtColorPropertyManagerPrivate::m_values

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