Computer Assited Medical Intervention Tool Kit  version 4.0
Public Types | Public Member Functions | Public Attributes | Private Attributes | List of all members
QtFontPropertyManagerPrivate Class Reference

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
 
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
 

Private Attributes

QtFontPropertyManagerq_ptr
 

Member Typedef Documentation

Constructor & Destructor Documentation

QtFontPropertyManagerPrivate::QtFontPropertyManagerPrivate ( )

Member Function Documentation

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

Member Data Documentation

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_boldToProperty
QtBoolPropertyManager* QtFontPropertyManagerPrivate::m_boolPropertyManager
QtEnumPropertyManager* QtFontPropertyManagerPrivate::m_enumPropertyManager
QStringList QtFontPropertyManagerPrivate::m_familyNames
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_familyToProperty
QTimer* QtFontPropertyManagerPrivate::m_fontDatabaseChangeTimer
QtIntPropertyManager* QtFontPropertyManagerPrivate::m_intPropertyManager
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_italicToProperty
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_kerningToProperty
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_pointSizeToProperty
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToBold
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToFamily
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToItalic
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToKerning
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToPointSize
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToStrikeOut
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToUnderline
bool QtFontPropertyManagerPrivate::m_settingValue
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_strikeOutToProperty
QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_underlineToProperty
PropertyValueMap QtFontPropertyManagerPrivate::m_values
QtFontPropertyManager* QtFontPropertyManagerPrivate::q_ptr
private

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