QSapecNG
|
Public Types | |
typedef QMap< const QtProperty *, QFont > | PropertyValueMap |
Public Member Functions | |
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 |
QtIntPropertyManager * | m_intPropertyManager |
QtEnumPropertyManager * | m_enumPropertyManager |
QtBoolPropertyManager * | m_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 |