![]() |
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 | slotIntChanged (QtProperty *property, int value) |
| void | slotEnumChanged (QtProperty *property, int value) |
| void | slotBoolChanged (QtProperty *property, bool value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | slotFontDatabaseChanged () |
| void | slotFontDatabaseDelayedChange () |
| void | slotIntChanged (QtProperty *property, int value) |
| void | slotEnumChanged (QtProperty *property, int value) |
| void | slotBoolChanged (QtProperty *property, bool value) |
| void | slotPropertyDestroyed (QtProperty *property) |
| void | slotFontDatabaseChanged () |
| void | slotFontDatabaseDelayedChange () |
Definition at line 5484 of file qtpropertymanager.cpp.
| void QtFontPropertyManagerPrivate::slotBoolChanged | ( | QtProperty * | property, |
| bool | value ) |
Definition at line 5553 of file qtpropertymanager.cpp.
References m_settingValue.
| void QtFontPropertyManagerPrivate::slotBoolChanged | ( | QtProperty * | property, |
| bool | value ) |
| void QtFontPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 5538 of file qtpropertymanager.cpp.
References m_settingValue.
| void QtFontPropertyManagerPrivate::slotEnumChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtFontPropertyManagerPrivate::slotFontDatabaseChanged | ( | ) |
Definition at line 5609 of file qtpropertymanager.cpp.
| void QtFontPropertyManagerPrivate::slotFontDatabaseChanged | ( | ) |
| void QtFontPropertyManagerPrivate::slotFontDatabaseDelayedChange | ( | ) |
Definition at line 5622 of file qtpropertymanager.cpp.
| void QtFontPropertyManagerPrivate::slotFontDatabaseDelayedChange | ( | ) |
| void QtFontPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
Definition at line 5527 of file qtpropertymanager.cpp.
References m_settingValue.
| void QtFontPropertyManagerPrivate::slotIntChanged | ( | QtProperty * | property, |
| int | value ) |
| void QtFontPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 5580 of file qtpropertymanager.cpp.
| void QtFontPropertyManagerPrivate::slotPropertyDestroyed | ( | QtProperty * | property | ) |
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_boldToProperty |
Definition at line 5516 of file qtpropertymanager.cpp.
| QtBoolPropertyManager * QtFontPropertyManagerPrivate::m_boolPropertyManager |
Definition at line 5503 of file qtpropertymanager.cpp.
| QtEnumPropertyManager * QtFontPropertyManagerPrivate::m_enumPropertyManager |
Definition at line 5502 of file qtpropertymanager.cpp.
| QStringList QtFontPropertyManagerPrivate::m_familyNames |
Definition at line 5497 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_familyToProperty |
Definition at line 5514 of file qtpropertymanager.cpp.
Definition at line 5524 of file qtpropertymanager.cpp.
| QtIntPropertyManager * QtFontPropertyManagerPrivate::m_intPropertyManager |
Definition at line 5501 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_italicToProperty |
Definition at line 5517 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_kerningToProperty |
Definition at line 5520 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_pointSizeToProperty |
Definition at line 5515 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToBold |
Definition at line 5507 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToFamily |
Definition at line 5505 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToItalic |
Definition at line 5508 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToKerning |
Definition at line 5511 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToPointSize |
Definition at line 5506 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToStrikeOut |
Definition at line 5510 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToUnderline |
Definition at line 5509 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_propertyToWeight |
Definition at line 5512 of file qtpropertymanager.cpp.
| bool QtFontPropertyManagerPrivate::m_settingValue = false |
Definition at line 5523 of file qtpropertymanager.cpp.
Referenced by slotBoolChanged(), slotEnumChanged(), and slotIntChanged().
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_strikeOutToProperty |
Definition at line 5519 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_underlineToProperty |
Definition at line 5518 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QFont > QtFontPropertyManagerPrivate::m_values |
Definition at line 5499 of file qtpropertymanager.cpp.
| QHash< const QtProperty *, QtProperty * > QtFontPropertyManagerPrivate::m_weightToProperty |
Definition at line 5521 of file qtpropertymanager.cpp.