Collaboration diagram for QtLocalePropertyManagerPrivate:Public Types | |
| typedef QMap< const QtProperty *, QLocale > | PropertyValueMap |
Public Member Functions | |
| QtLocalePropertyManagerPrivate ()=default | |
| void | slotEnumChanged (QtProperty *property, int value) |
| void | slotPropertyDestroyed (QtProperty *property) |
Public Attributes | |
| QMap< const QtProperty *, QtProperty * > | m_countryToProperty |
| QtEnumPropertyManager * | m_enumPropertyManager |
| QMap< const QtProperty *, QtProperty * > | m_languageToProperty |
| QMap< const QtProperty *, QtProperty * > | m_propertyToCountry |
| QMap< const QtProperty *, QtProperty * > | m_propertyToLanguage |
| PropertyValueMap | m_values |
Private Attributes | |
| QtLocalePropertyManager * | q_ptr |
| typedef QMap<const QtProperty*, QLocale> QtLocalePropertyManagerPrivate::PropertyValueMap |
|
default |
| void QtLocalePropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value | ||
| ) |
References m_countryToProperty, m_enumPropertyManager, m_languageToProperty, m_propertyToLanguage, m_values, q_ptr, QtLocalePropertyManager::setValue(), and QtEnumPropertyManager::value().
Here is the call graph for this function:| void QtLocalePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
References m_countryToProperty, m_languageToProperty, m_propertyToCountry, and m_propertyToLanguage.
| 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 |
|
private |
Referenced by QtLocalePropertyManager::QtLocalePropertyManager(), and slotEnumChanged().