#include <WP6FixedLengthGroup.h>
Public Member Functions | |
WP6FixedLengthGroup (unsigned char groupID) | |
unsigned char | getGroup () const |
Static Public Member Functions | |
static WP6FixedLengthGroup * | constructFixedLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char 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 |
WP6FixedLengthGroup::WP6FixedLengthGroup | ( | unsigned char | groupID | ) |
void WP6FixedLengthGroup::_read | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected] |
virtual void WP6FixedLengthGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, pure virtual] |
Implemented in WP6HighlightGroup, WP6AttributeGroup, WP6ExtendedCharacterGroup, WP6UndoGroup, and WP6UnsupportedFixedLengthGroup.
Referenced by _read().
WP6FixedLengthGroup * WP6FixedLengthGroup::constructFixedLengthGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) | [static] |
Referenced by WP6Part::constructPart().
unsigned char WP6FixedLengthGroup::getGroup | ( | ) | const [inline] |
bool WP6FixedLengthGroup::isGroupConsistent | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
const unsigned char | groupID | ||
) | [static] |
Referenced by WP6Part::constructPart().
unsigned char WP6FixedLengthGroup::m_group [private] |
Referenced by _read(), and getGroup().