#include <WP5FixedLengthGroup.h>
Public Member Functions | |
| WP5FixedLengthGroup (const unsigned char groupID) | |
| unsigned char | getGroup () const |
Static Public Member Functions | |
| static WP5FixedLengthGroup * | constructFixedLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const 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 |
| WP5FixedLengthGroup::WP5FixedLengthGroup | ( | const unsigned char | groupID | ) |
| void WP5FixedLengthGroup::_read | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [protected] |
| virtual void WP5FixedLengthGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [protected, pure virtual] |
Implemented in WP5AttributeGroup, WP5ExtendedCharacterGroup, WP5IndentGroup, WP5TabGroup, and WP5UnsupportedFixedLengthGroup.
Referenced by _read().
| WP5FixedLengthGroup * WP5FixedLengthGroup::constructFixedLengthGroup | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| const unsigned char | groupID | ||
| ) | [static] |
Referenced by WP5Part::constructPart().
| unsigned char WP5FixedLengthGroup::getGroup | ( | ) | const [inline] |
| bool WP5FixedLengthGroup::isGroupConsistent | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| const unsigned char | groupID | ||
| ) | [static] |
Referenced by WP5Part::constructPart().
unsigned char WP5FixedLengthGroup::m_group [private] |
Referenced by _read(), and getGroup().