vizkit3d
Public Types | Public Member Functions | Public Attributes | List of all members
QtFontPropertyManagerPrivate Class Reference

#include <qtpropertymanager.h>

Public Types

typedef QMap< const QtProperty *, QFont > PropertyValueMap
 

Public Member Functions

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

Public Attributes

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

Member Typedef Documentation

◆ PropertyValueMap

Constructor & Destructor Documentation

◆ QtFontPropertyManagerPrivate()

QtFontPropertyManagerPrivate::QtFontPropertyManagerPrivate ( )

Member Function Documentation

◆ slotBoolChanged()

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

◆ slotEnumChanged()

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

◆ slotFontDatabaseChanged()

void QtFontPropertyManagerPrivate::slotFontDatabaseChanged ( )

◆ slotFontDatabaseDelayedChange()

void QtFontPropertyManagerPrivate::slotFontDatabaseDelayedChange ( )

◆ slotIntChanged()

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

◆ slotPropertyDestroyed()

void QtFontPropertyManagerPrivate::slotPropertyDestroyed ( QtProperty property)

Member Data Documentation

◆ m_boldToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_boldToProperty

◆ m_boolPropertyManager

QtBoolPropertyManager* QtFontPropertyManagerPrivate::m_boolPropertyManager

◆ m_enumPropertyManager

QtEnumPropertyManager* QtFontPropertyManagerPrivate::m_enumPropertyManager

◆ m_familyNames

QStringList QtFontPropertyManagerPrivate::m_familyNames

◆ m_familyToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_familyToProperty

◆ m_fontDatabaseChangeTimer

QTimer* QtFontPropertyManagerPrivate::m_fontDatabaseChangeTimer

◆ m_intPropertyManager

QtIntPropertyManager* QtFontPropertyManagerPrivate::m_intPropertyManager

◆ m_italicToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_italicToProperty

◆ m_kerningToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_kerningToProperty

◆ m_pointSizeToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_pointSizeToProperty

◆ m_propertyToBold

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToBold

◆ m_propertyToFamily

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToFamily

◆ m_propertyToItalic

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToItalic

◆ m_propertyToKerning

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToKerning

◆ m_propertyToPointSize

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToPointSize

◆ m_propertyToStrikeOut

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToStrikeOut

◆ m_propertyToUnderline

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_propertyToUnderline

◆ m_settingValue

bool QtFontPropertyManagerPrivate::m_settingValue

◆ m_strikeOutToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_strikeOutToProperty

◆ m_underlineToProperty

QMap<const QtProperty *, QtProperty *> QtFontPropertyManagerPrivate::m_underlineToProperty

◆ m_values

PropertyValueMap QtFontPropertyManagerPrivate::m_values

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