#include <WP1FontIdGroup.h>
Public Member Functions | |
WP1FontIdGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
~WP1FontIdGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP1Listener *listener) |
Private Attributes | |
unsigned short | m_oldFontId |
unsigned short | m_newFontId |
WP1FontIdGroup::WP1FontIdGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | group | ||
) |
void WP1FontIdGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Reimplemented from WP1FixedLengthGroup.
void WP1FontIdGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
unsigned short WP1FontIdGroup::m_newFontId [private] |
Referenced by _readContents(), and parse().
unsigned short WP1FontIdGroup::m_oldFontId [private] |
Referenced by _readContents(), and parse().