#include <WP5FontGroup.h>
Public Member Functions | |
WP5FontGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
void | parse (WP5Listener *listener) |
Protected Member Functions | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
unsigned char | m_red |
unsigned char | m_green |
unsigned char | m_blue |
unsigned char | m_fontNumber |
double | m_fontSize |
WP5FontGroup::WP5FontGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) |
void WP5FontGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Reimplemented from WP5VariableLengthGroup.
void WP5FontGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
unsigned char WP5FontGroup::m_blue [private] |
Referenced by _readContents(), and parse().
unsigned char WP5FontGroup::m_fontNumber [private] |
Referenced by _readContents(), and parse().
double WP5FontGroup::m_fontSize [private] |
Referenced by _readContents(), and parse().
unsigned char WP5FontGroup::m_green [private] |
Referenced by _readContents(), and parse().
unsigned char WP5FontGroup::m_red [private] |
Referenced by _readContents(), and parse().