Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigner_internal::FontPropertyManager Class Reference

#include <fontpropertymanager.h>

+ Collaboration diagram for qdesigner_internal::FontPropertyManager:

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)
 

Detailed Description

Definition at line 28 of file fontpropertymanager.h.

Member Typedef Documentation

◆ NameMap

◆ ResetMap

Constructor & Destructor Documentation

◆ FontPropertyManager()

qdesigner_internal::FontPropertyManager::FontPropertyManager ( )

Definition at line 42 of file fontpropertymanager.cpp.

Member Function Documentation

◆ postInitializeProperty()

void qdesigner_internal::FontPropertyManager::postInitializeProperty ( QtVariantPropertyManager * vm,
QtProperty * property,
int type,
int enumTypeId )

Definition at line 91 of file fontpropertymanager.cpp.

References QtProperty::addSubProperty(), and QtVariantPropertyManager::variantProperty().

+ Here is the call graph for this function:

◆ preInitializeProperty()

void qdesigner_internal::FontPropertyManager::preInitializeProperty ( QtProperty * property,
int type,
ResetMap & resetMap )

Definition at line 57 of file fontpropertymanager.cpp.

◆ readFamilyMapping()

bool qdesigner_internal::FontPropertyManager::readFamilyMapping ( NameMap * rc,
QString * errorMessage )
static

Definition at line 407 of file fontpropertymanager.cpp.

◆ resetFontSubProperty()

bool qdesigner_internal::FontPropertyManager::resetFontSubProperty ( QtVariantPropertyManager * vm,
QtProperty * subProperty )

Definition at line 186 of file fontpropertymanager.cpp.

References QtVariantPropertyManager::variantProperty().

+ Here is the call graph for this function:

◆ setValue()

void qdesigner_internal::FontPropertyManager::setValue ( QtVariantPropertyManager * vm,
QtProperty * property,
const QVariant & value )

Definition at line 349 of file fontpropertymanager.cpp.

References QtVariantPropertyManager::variantProperty().

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void qdesigner_internal::FontPropertyManager::slotPropertyDestroyed ( QtProperty * property)

Definition at line 162 of file fontpropertymanager.cpp.

◆ uninitializeProperty()

bool qdesigner_internal::FontPropertyManager::uninitializeProperty ( QtProperty * property)

Definition at line 133 of file fontpropertymanager.cpp.

◆ valueChanged()

int qdesigner_internal::FontPropertyManager::valueChanged ( QtVariantPropertyManager * vm,
QtProperty * property,
const QVariant & value )

Definition at line 283 of file fontpropertymanager.cpp.


The documentation for this class was generated from the following files: