#include <WP3FixedLengthGroup.h>
Public Member Functions | |
WP3FixedLengthGroup (const unsigned char groupID) | |
unsigned char | getGroup () const |
Static Public Member Functions | |
static WP3FixedLengthGroup * | constructFixedLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char const groupID) |
static bool | isGroupConsistent (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char groupID) |
Protected Member Functions | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
virtual void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption)=0 |
Private Attributes | |
unsigned char | m_group |
WP3FixedLengthGroup::WP3FixedLengthGroup | ( | const unsigned char | groupID | ) |
void WP3FixedLengthGroup::_read | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected] |
Referenced by WP3AttributeGroup::WP3AttributeGroup(), WP3DoubleByteScriptCharacterGroup::WP3DoubleByteScriptCharacterGroup(), WP3ExtendedCharacterGroup::WP3ExtendedCharacterGroup(), WP3IndentGroup::WP3IndentGroup(), WP3TabGroup::WP3TabGroup(), WP3UndoGroup::WP3UndoGroup(), and WP3UnsupportedFixedLengthGroup::WP3UnsupportedFixedLengthGroup().
virtual void WP3FixedLengthGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, pure virtual] |
Implemented in WP3DoubleByteScriptCharacterGroup, WP3ExtendedCharacterGroup, WP3UndoGroup, WP3AttributeGroup, WP3IndentGroup, WP3TabGroup, and WP3UnsupportedFixedLengthGroup.
Referenced by _read().
WP3FixedLengthGroup * WP3FixedLengthGroup::constructFixedLengthGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char const | groupID | ||
) | [static] |
Referenced by WP3Part::constructPart().
unsigned char WP3FixedLengthGroup::getGroup | ( | ) | const [inline] |
bool WP3FixedLengthGroup::isGroupConsistent | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
const unsigned char | groupID | ||
) | [static] |
Referenced by WP3Part::constructPart().
unsigned char WP3FixedLengthGroup::m_group [private] |
Referenced by _read(), and getGroup().