#include <WP3ExtendedCharacterGroup.h>
Public Member Functions | |
WP3ExtendedCharacterGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
void | parse (WP3Listener *listener) |
Protected Member Functions | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
unsigned char | m_macCharacter |
unsigned char | m_characterSet |
unsigned char | m_character |
WP3ExtendedCharacterGroup::WP3ExtendedCharacterGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) |
void WP3ExtendedCharacterGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP3FixedLengthGroup.
void WP3ExtendedCharacterGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
unsigned char WP3ExtendedCharacterGroup::m_character [private] |
Referenced by _readContents(), and parse().
unsigned char WP3ExtendedCharacterGroup::m_characterSet [private] |
Referenced by _readContents(), and parse().
unsigned char WP3ExtendedCharacterGroup::m_macCharacter [private] |
Referenced by _readContents(), and parse().