![]() |
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 2210 of file qtpropertymanager.cpp.
void QtLocalePropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
int | value ) |
Definition at line 2230 of file qtpropertymanager.cpp.
void QtLocalePropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
int | value ) |
void QtLocalePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 2249 of file qtpropertymanager.cpp.
void QtLocalePropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
QtEnumPropertyManager * QtLocalePropertyManagerPrivate::m_enumPropertyManager = nullptr |
Definition at line 2221 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_languageToProperty |
Definition at line 2226 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_propertyToLanguage |
Definition at line 2223 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_propertyToTerritory |
Definition at line 2224 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QtProperty * > QtLocalePropertyManagerPrivate::m_territoryToProperty |
Definition at line 2227 of file qtpropertymanager.cpp.
QHash< const QtProperty *, QLocale > QtLocalePropertyManagerPrivate::m_values |
Definition at line 2219 of file qtpropertymanager.cpp.