QtFontPropertyManagerPrivate Class Reference

Public Types

using PropertyValueMap = QMap< const QtProperty *, QFont >
 

Public Member Functions

 QtFontPropertyManagerPrivate ()
 
void slotBoolChanged (QtProperty *property, bool value)
 
void slotEnumChanged (QtProperty *property, int value)
 
void slotFontDatabaseChanged ()
 
void slotFontDatabaseDelayedChange ()
 
void slotIntChanged (QtProperty *property, int value)
 
void slotPropertyDestroyed (QtProperty *property)
 

Public Attributes

QMap< const QtProperty *, QtProperty * > m_boldToProperty
 
QtBoolPropertyManagerm_boolPropertyManager
 
QtEnumPropertyManagerm_enumPropertyManager
 
QStringList m_familyNames
 
QMap< const QtProperty *, QtProperty * > m_familyToProperty
 
QTimer * m_fontDatabaseChangeTimer
 
QtIntPropertyManagerm_intPropertyManager
 
QMap< const QtProperty *, QtProperty * > m_italicToProperty
 
QMap< const QtProperty *, QtProperty * > m_kerningToProperty
 
QMap< const QtProperty *, QtProperty * > m_pointSizeToProperty
 
QMap< const QtProperty *, QtProperty * > m_propertyToBold
 
QMap< const QtProperty *, QtProperty * > m_propertyToFamily
 
QMap< const QtProperty *, QtProperty * > m_propertyToItalic
 
QMap< const QtProperty *, QtProperty * > m_propertyToKerning
 
QMap< const QtProperty *, QtProperty * > m_propertyToPointSize
 
QMap< const QtProperty *, QtProperty * > m_propertyToStrikeOut
 
QMap< const QtProperty *, QtProperty * > m_propertyToUnderline
 
bool m_settingValue
 
QMap< const QtProperty *, QtProperty * > m_strikeOutToProperty
 
QMap< const QtProperty *, QtProperty * > m_underlineToProperty
 
PropertyValueMap m_values
 

Detailed Description

Definition at line 6411 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, QFont>

Definition at line 6428 of file qtpropertymanager.cpp.

Constructor & Destructor Documentation

◆ QtFontPropertyManagerPrivate()

Definition at line 6455 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotBoolChanged()

void slotBoolChanged ( QtProperty property,
bool  value 
)

Definition at line 6491 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotEnumChanged()

void slotEnumChanged ( QtProperty property,
int  value 
)

Definition at line 6476 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotFontDatabaseChanged()

void slotFontDatabaseChanged ( )

Definition at line 6569 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotFontDatabaseDelayedChange()

void slotFontDatabaseDelayedChange ( )

Definition at line 6585 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ slotIntChanged()

void slotIntChanged ( QtProperty property,
int  value 
)

Definition at line 6461 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 6530 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_boldToProperty

QMap<const QtProperty*, QtProperty*> m_boldToProperty

Definition at line 6445 of file qtpropertymanager.cpp.

◆ m_boolPropertyManager

QtBoolPropertyManager* m_boolPropertyManager

Definition at line 6433 of file qtpropertymanager.cpp.

◆ m_enumPropertyManager

QtEnumPropertyManager* m_enumPropertyManager

Definition at line 6432 of file qtpropertymanager.cpp.

◆ m_familyNames

QStringList m_familyNames

Definition at line 6426 of file qtpropertymanager.cpp.

◆ m_familyToProperty

QMap<const QtProperty*, QtProperty*> m_familyToProperty

Definition at line 6443 of file qtpropertymanager.cpp.

◆ m_fontDatabaseChangeTimer

QTimer* m_fontDatabaseChangeTimer

Definition at line 6452 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager* m_intPropertyManager

Definition at line 6431 of file qtpropertymanager.cpp.

◆ m_italicToProperty

QMap<const QtProperty*, QtProperty*> m_italicToProperty

Definition at line 6446 of file qtpropertymanager.cpp.

◆ m_kerningToProperty

QMap<const QtProperty*, QtProperty*> m_kerningToProperty

Definition at line 6449 of file qtpropertymanager.cpp.

◆ m_pointSizeToProperty

QMap<const QtProperty*, QtProperty*> m_pointSizeToProperty

Definition at line 6444 of file qtpropertymanager.cpp.

◆ m_propertyToBold

QMap<const QtProperty*, QtProperty*> m_propertyToBold

Definition at line 6437 of file qtpropertymanager.cpp.

◆ m_propertyToFamily

QMap<const QtProperty*, QtProperty*> m_propertyToFamily

Definition at line 6435 of file qtpropertymanager.cpp.

◆ m_propertyToItalic

QMap<const QtProperty*, QtProperty*> m_propertyToItalic

Definition at line 6438 of file qtpropertymanager.cpp.

◆ m_propertyToKerning

QMap<const QtProperty*, QtProperty*> m_propertyToKerning

Definition at line 6441 of file qtpropertymanager.cpp.

◆ m_propertyToPointSize

QMap<const QtProperty*, QtProperty*> m_propertyToPointSize

Definition at line 6436 of file qtpropertymanager.cpp.

◆ m_propertyToStrikeOut

QMap<const QtProperty*, QtProperty*> m_propertyToStrikeOut

Definition at line 6440 of file qtpropertymanager.cpp.

◆ m_propertyToUnderline

QMap<const QtProperty*, QtProperty*> m_propertyToUnderline

Definition at line 6439 of file qtpropertymanager.cpp.

◆ m_settingValue

bool m_settingValue

Definition at line 6451 of file qtpropertymanager.cpp.

◆ m_strikeOutToProperty

QMap<const QtProperty*, QtProperty*> m_strikeOutToProperty

Definition at line 6448 of file qtpropertymanager.cpp.

◆ m_underlineToProperty

QMap<const QtProperty*, QtProperty*> m_underlineToProperty

Definition at line 6447 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 6429 of file qtpropertymanager.cpp.


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