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

#include <qtpropertymanager.h>

Public Types

typedef QMap< const QtProperty *, QSizePolicy > PropertyValueMap
 

Public Member Functions

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

Public Attributes

PropertyValueMap m_values
 
QtIntPropertyManagerm_intPropertyManager
 
QtEnumPropertyManagerm_enumPropertyManager
 
QMap< const QtProperty *, QtProperty * > m_propertyToHPolicy
 
QMap< const QtProperty *, QtProperty * > m_propertyToVPolicy
 
QMap< const QtProperty *, QtProperty * > m_propertyToHStretch
 
QMap< const QtProperty *, QtProperty * > m_propertyToVStretch
 
QMap< const QtProperty *, QtProperty * > m_hPolicyToProperty
 
QMap< const QtProperty *, QtProperty * > m_vPolicyToProperty
 
QMap< const QtProperty *, QtProperty * > m_hStretchToProperty
 
QMap< const QtProperty *, QtProperty * > m_vStretchToProperty
 

Member Typedef Documentation

Constructor & Destructor Documentation

QtSizePolicyPropertyManagerPrivate::QtSizePolicyPropertyManagerPrivate ( )

Member Function Documentation

void QtSizePolicyPropertyManagerPrivate::slotEnumChanged ( QtProperty property,
int  value 
)
void QtSizePolicyPropertyManagerPrivate::slotIntChanged ( QtProperty property,
int  value 
)
void QtSizePolicyPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty property)

Member Data Documentation

QtEnumPropertyManager* QtSizePolicyPropertyManagerPrivate::m_enumPropertyManager
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_hPolicyToProperty
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_hStretchToProperty
QtIntPropertyManager* QtSizePolicyPropertyManagerPrivate::m_intPropertyManager
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_propertyToHPolicy
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_propertyToHStretch
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_propertyToVPolicy
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_propertyToVStretch
PropertyValueMap QtSizePolicyPropertyManagerPrivate::m_values
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_vPolicyToProperty
QMap<const QtProperty *, QtProperty *> QtSizePolicyPropertyManagerPrivate::m_vStretchToProperty

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