Computer Assited Medical Intervention Tool Kit  version 5.0
QtFontPropertyManagerPrivate Class Reference
+ Collaboration diagram for QtFontPropertyManagerPrivate:

Public Types

typedef QMap< const QtProperty *, QFont > PropertyValueMap
 

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 {nullptr}
 
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 {false}
 
QMap< const QtProperty *, QtProperty * > m_strikeOutToProperty
 
QMap< const QtProperty *, QtProperty * > m_underlineToProperty
 
PropertyValueMap m_values
 

Private Attributes

QtFontPropertyManagerq_ptr
 

Member Typedef Documentation

◆ PropertyValueMap

Constructor & Destructor Documentation

◆ QtFontPropertyManagerPrivate()

QtFontPropertyManagerPrivate::QtFontPropertyManagerPrivate ( )

Member Function Documentation

◆ slotBoolChanged()

void QtFontPropertyManagerPrivate::slotBoolChanged ( QtProperty property,
bool  value 
)

References m_boldToProperty, m_italicToProperty, m_kerningToProperty, m_settingValue, m_strikeOutToProperty, m_underlineToProperty, m_values, q_ptr, and QtFontPropertyManager::setValue().

+ Here is the call graph for this function:

◆ slotEnumChanged()

void QtFontPropertyManagerPrivate::slotEnumChanged ( QtProperty property,
int  value 
)

References m_familyNames, m_familyToProperty, m_settingValue, m_values, q_ptr, and QtFontPropertyManager::setValue().

+ Here is the call graph for this function:

◆ slotFontDatabaseChanged()

void QtFontPropertyManagerPrivate::slotFontDatabaseChanged ( )

References m_fontDatabaseChangeTimer, q_ptr, and slotFontDatabaseDelayedChange().

+ Here is the call graph for this function:

◆ slotFontDatabaseDelayedChange()

void QtFontPropertyManagerPrivate::slotFontDatabaseDelayedChange ( )

References m_enumPropertyManager, m_familyNames, m_propertyToFamily, QtEnumPropertyManager::setEnumNames(), QtEnumPropertyManager::setValue(), and QtEnumPropertyManager::value().

Referenced by slotFontDatabaseChanged().

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

◆ slotIntChanged()

void QtFontPropertyManagerPrivate::slotIntChanged ( QtProperty property,
int  value 
)

References m_pointSizeToProperty, m_settingValue, m_values, q_ptr, and QtFontPropertyManager::setValue().

+ Here is the call graph for this function:

◆ slotPropertyDestroyed()

Member Data Documentation

◆ m_boldToProperty

◆ m_boolPropertyManager

◆ m_enumPropertyManager

◆ m_familyNames

QStringList QtFontPropertyManagerPrivate::m_familyNames

◆ m_familyToProperty

◆ m_fontDatabaseChangeTimer

QTimer* QtFontPropertyManagerPrivate::m_fontDatabaseChangeTimer {nullptr}

Referenced by slotFontDatabaseChanged().

◆ m_intPropertyManager

◆ m_italicToProperty

◆ m_kerningToProperty

◆ m_pointSizeToProperty

◆ m_propertyToBold

◆ m_propertyToFamily

◆ m_propertyToItalic

◆ m_propertyToKerning

◆ m_propertyToPointSize

◆ m_propertyToStrikeOut

◆ m_propertyToUnderline

◆ m_settingValue

bool QtFontPropertyManagerPrivate::m_settingValue {false}

◆ m_strikeOutToProperty

◆ m_underlineToProperty

◆ m_values

◆ q_ptr


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