QtLocalePropertyManagerPrivate Class Reference

Public Types

using PropertyValueMap = QMap< const QtProperty *, QLocale >
 

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 2720 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, QLocale>

Definition at line 2731 of file qtpropertymanager.cpp.

Constructor & Destructor Documentation

◆ QtLocalePropertyManagerPrivate()

Member Function Documentation

◆ slotEnumChanged()

void slotEnumChanged ( QtProperty property,
int  value 
)

Definition at line 2747 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 2769 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_countryToProperty

QMap<const QtProperty*, QtProperty*> m_countryToProperty

Definition at line 2740 of file qtpropertymanager.cpp.

◆ m_enumPropertyManager

QtEnumPropertyManager* m_enumPropertyManager

Definition at line 2734 of file qtpropertymanager.cpp.

◆ m_languageToProperty

QMap<const QtProperty*, QtProperty*> m_languageToProperty

Definition at line 2739 of file qtpropertymanager.cpp.

◆ m_propertyToCountry

QMap<const QtProperty*, QtProperty*> m_propertyToCountry

Definition at line 2737 of file qtpropertymanager.cpp.

◆ m_propertyToLanguage

QMap<const QtProperty*, QtProperty*> m_propertyToLanguage

Definition at line 2736 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 2732 of file qtpropertymanager.cpp.


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