Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtLocalePropertyManagerPrivate Class Reference
+ Collaboration diagram for QtLocalePropertyManagerPrivate:

Public Member Functions

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

Public Attributes

QHash< const QtProperty *, QLocalem_values
 
QtEnumPropertyManagerm_enumPropertyManager = nullptr
 
QHash< const QtProperty *, QtProperty * > m_propertyToLanguage
 
QHash< const QtProperty *, QtProperty * > m_propertyToTerritory
 
QHash< const QtProperty *, QtProperty * > m_languageToProperty
 
QHash< const QtProperty *, QtProperty * > m_territoryToProperty
 

Detailed Description

Definition at line 2203 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotEnumChanged() [1/2]

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

Definition at line 2223 of file qtpropertymanager.cpp.

◆ slotEnumChanged() [2/2]

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

◆ slotPropertyDestroyed() [1/2]

void QtLocalePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Definition at line 2242 of file qtpropertymanager.cpp.

◆ slotPropertyDestroyed() [2/2]

void QtLocalePropertyManagerPrivate::slotPropertyDestroyed ( QtProperty * property)

Member Data Documentation

◆ m_enumPropertyManager

QtEnumPropertyManager * QtLocalePropertyManagerPrivate::m_enumPropertyManager = nullptr

Definition at line 2214 of file qtpropertymanager.cpp.

◆ m_languageToProperty

QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_languageToProperty

Definition at line 2219 of file qtpropertymanager.cpp.

◆ m_propertyToLanguage

QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_propertyToLanguage

Definition at line 2216 of file qtpropertymanager.cpp.

◆ m_propertyToTerritory

QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_propertyToTerritory

Definition at line 2217 of file qtpropertymanager.cpp.

◆ m_territoryToProperty

QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_territoryToProperty

Definition at line 2220 of file qtpropertymanager.cpp.

◆ m_values

QHash< const QtProperty *, QLocale > QtLocalePropertyManagerPrivate::m_values

Definition at line 2212 of file qtpropertymanager.cpp.


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