![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fontpropertymanager.h>
Public Types | |
| using | ResetMap = QHash<const QtProperty *, bool> |
| using | NameMap = QMap<QString, QString> |
Public Member Functions | |
| FontPropertyManager () | |
| void | preInitializeProperty (QtProperty *property, int type, ResetMap &resetMap) |
| void | postInitializeProperty (QtVariantPropertyManager *vm, QtProperty *property, int type, int enumTypeId) |
| bool | uninitializeProperty (QtProperty *property) |
| void | slotPropertyDestroyed (QtProperty *property) |
| bool | resetFontSubProperty (QtVariantPropertyManager *vm, QtProperty *subProperty) |
| int | valueChanged (QtVariantPropertyManager *vm, QtProperty *property, const QVariant &value) |
| void | setValue (QtVariantPropertyManager *vm, QtProperty *property, const QVariant &value) |
Static Public Member Functions | |
| static bool | readFamilyMapping (NameMap *rc, QString *errorMessage) |
Definition at line 28 of file fontpropertymanager.h.
Definition at line 35 of file fontpropertymanager.h.
| using qdesigner_internal::FontPropertyManager::ResetMap = QHash<const QtProperty *, bool> |
Definition at line 34 of file fontpropertymanager.h.
| qdesigner_internal::FontPropertyManager::FontPropertyManager | ( | ) |
Definition at line 42 of file fontpropertymanager.cpp.
| void qdesigner_internal::FontPropertyManager::postInitializeProperty | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | property, | ||
| int | type, | ||
| int | enumTypeId ) |
Definition at line 90 of file fontpropertymanager.cpp.
References QtProperty::addSubProperty(), and QtVariantPropertyManager::variantProperty().
| void qdesigner_internal::FontPropertyManager::preInitializeProperty | ( | QtProperty * | property, |
| int | type, | ||
| ResetMap & | resetMap ) |
Definition at line 57 of file fontpropertymanager.cpp.
|
static |
Definition at line 405 of file fontpropertymanager.cpp.
| bool qdesigner_internal::FontPropertyManager::resetFontSubProperty | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | subProperty ) |
Definition at line 184 of file fontpropertymanager.cpp.
References QtProperty::parentProperty(), and QtVariantPropertyManager::variantProperty().
| void qdesigner_internal::FontPropertyManager::setValue | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | property, | ||
| const QVariant & | value ) |
Definition at line 347 of file fontpropertymanager.cpp.
References QtVariantPropertyManager::variantProperty().
| void qdesigner_internal::FontPropertyManager::slotPropertyDestroyed | ( | QtProperty * | property | ) |
Definition at line 160 of file fontpropertymanager.cpp.
| bool qdesigner_internal::FontPropertyManager::uninitializeProperty | ( | QtProperty * | property | ) |
Definition at line 132 of file fontpropertymanager.cpp.
| int qdesigner_internal::FontPropertyManager::valueChanged | ( | QtVariantPropertyManager * | vm, |
| QtProperty * | property, | ||
| const QVariant & | value ) |
Definition at line 281 of file fontpropertymanager.cpp.