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 7022 of file qtpropertymanager.cpp.

Member Typedef Documentation

◆ PropertyValueMap

using PropertyValueMap = QMap<const QtProperty*, QFont>

Definition at line 7038 of file qtpropertymanager.cpp.

Constructor & Destructor Documentation

◆ QtFontPropertyManagerPrivate()

Definition at line 7065 of file qtpropertymanager.cpp.

Member Function Documentation

◆ slotBoolChanged()

void slotBoolChanged ( QtProperty property,
bool  value 
)

Definition at line 7103 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotEnumChanged()

void slotEnumChanged ( QtProperty property,
int  value 
)

Definition at line 7087 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotFontDatabaseChanged()

void slotFontDatabaseChanged ( )

Definition at line 7183 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotFontDatabaseDelayedChange()

void slotFontDatabaseDelayedChange ( )

Definition at line 7203 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 7071 of file qtpropertymanager.cpp.

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

void slotPropertyDestroyed ( QtProperty property)

Definition at line 7143 of file qtpropertymanager.cpp.

Member Data Documentation

◆ m_boldToProperty

QMap<const QtProperty*, QtProperty*> m_boldToProperty

Definition at line 7055 of file qtpropertymanager.cpp.

◆ m_boolPropertyManager

QtBoolPropertyManager* m_boolPropertyManager

Definition at line 7043 of file qtpropertymanager.cpp.

◆ m_enumPropertyManager

QtEnumPropertyManager* m_enumPropertyManager

Definition at line 7042 of file qtpropertymanager.cpp.

◆ m_familyNames

QStringList m_familyNames

Definition at line 7036 of file qtpropertymanager.cpp.

◆ m_familyToProperty

QMap<const QtProperty*, QtProperty*> m_familyToProperty

Definition at line 7053 of file qtpropertymanager.cpp.

◆ m_fontDatabaseChangeTimer

QTimer* m_fontDatabaseChangeTimer

Definition at line 7062 of file qtpropertymanager.cpp.

◆ m_intPropertyManager

QtIntPropertyManager* m_intPropertyManager

Definition at line 7041 of file qtpropertymanager.cpp.

◆ m_italicToProperty

QMap<const QtProperty*, QtProperty*> m_italicToProperty

Definition at line 7056 of file qtpropertymanager.cpp.

◆ m_kerningToProperty

QMap<const QtProperty*, QtProperty*> m_kerningToProperty

Definition at line 7059 of file qtpropertymanager.cpp.

◆ m_pointSizeToProperty

QMap<const QtProperty*, QtProperty*> m_pointSizeToProperty

Definition at line 7054 of file qtpropertymanager.cpp.

◆ m_propertyToBold

QMap<const QtProperty*, QtProperty*> m_propertyToBold

Definition at line 7047 of file qtpropertymanager.cpp.

◆ m_propertyToFamily

QMap<const QtProperty*, QtProperty*> m_propertyToFamily

Definition at line 7045 of file qtpropertymanager.cpp.

◆ m_propertyToItalic

QMap<const QtProperty*, QtProperty*> m_propertyToItalic

Definition at line 7048 of file qtpropertymanager.cpp.

◆ m_propertyToKerning

QMap<const QtProperty*, QtProperty*> m_propertyToKerning

Definition at line 7051 of file qtpropertymanager.cpp.

◆ m_propertyToPointSize

QMap<const QtProperty*, QtProperty*> m_propertyToPointSize

Definition at line 7046 of file qtpropertymanager.cpp.

◆ m_propertyToStrikeOut

QMap<const QtProperty*, QtProperty*> m_propertyToStrikeOut

Definition at line 7050 of file qtpropertymanager.cpp.

◆ m_propertyToUnderline

QMap<const QtProperty*, QtProperty*> m_propertyToUnderline

Definition at line 7049 of file qtpropertymanager.cpp.

◆ m_settingValue

bool m_settingValue

Definition at line 7061 of file qtpropertymanager.cpp.

◆ m_strikeOutToProperty

QMap<const QtProperty*, QtProperty*> m_strikeOutToProperty

Definition at line 7058 of file qtpropertymanager.cpp.

◆ m_underlineToProperty

QMap<const QtProperty*, QtProperty*> m_underlineToProperty

Definition at line 7057 of file qtpropertymanager.cpp.

◆ m_values

PropertyValueMap m_values

Definition at line 7039 of file qtpropertymanager.cpp.


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