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

#include <qtpropertymanager.h>

Public Types

typedef QMap< const QtProperty
*, QLocale > 
PropertyValueMap
 

Public Member Functions

 QtLocalePropertyManagerPrivate ()
 
void slotEnumChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

PropertyValueMap m_values
 
QtEnumPropertyManagerm_enumPropertyManager
 
QMap< const QtProperty
*, QtProperty * > 
m_propertyToLanguage
 
QMap< const QtProperty
*, QtProperty * > 
m_propertyToCountry
 
QMap< const QtProperty
*, QtProperty * > 
m_languageToProperty
 
QMap< const QtProperty
*, QtProperty * > 
m_countryToProperty
 

Member Typedef Documentation

Constructor & Destructor Documentation

QtLocalePropertyManagerPrivate::QtLocalePropertyManagerPrivate ( )

Member Function Documentation

void QtLocalePropertyManagerPrivate::slotEnumChanged ( QtProperty property,
int  value 
)
void QtLocalePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty property)

Member Data Documentation

QMap<const QtProperty *, QtProperty *> QtLocalePropertyManagerPrivate::m_countryToProperty
QtEnumPropertyManager* QtLocalePropertyManagerPrivate::m_enumPropertyManager
QMap<const QtProperty *, QtProperty *> QtLocalePropertyManagerPrivate::m_languageToProperty
QMap<const QtProperty *, QtProperty *> QtLocalePropertyManagerPrivate::m_propertyToCountry
QMap<const QtProperty *, QtProperty *> QtLocalePropertyManagerPrivate::m_propertyToLanguage
PropertyValueMap QtLocalePropertyManagerPrivate::m_values

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