![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 *, QLocale > | m_values |
| QtEnumPropertyManager * | m_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 |
Definition at line 2217 of file qtpropertymanager.cpp.
| void QtLocalePropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 2237 of file qtpropertymanager.cpp.
References m_enumPropertyManager, and QtEnumPropertyManager::value().
| void QtLocalePropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtLocalePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 2256 of file qtpropertymanager.cpp.
| void QtLocalePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QtEnumPropertyManager * QtLocalePropertyManagerPrivate::m_enumPropertyManager = nullptr |
Definition at line 2228 of file qtpropertymanager.cpp.
Referenced by slotEnumChanged().
| QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_languageToProperty |
Definition at line 2233 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_propertyToLanguage |
Definition at line 2230 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_propertyToTerritory |
Definition at line 2231 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_territoryToProperty |
Definition at line 2234 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QLocale > QtLocalePropertyManagerPrivate::m_values |
Definition at line 2226 of file qtpropertymanager.cpp.