#include <WP3FixedLengthGroup.h>
Public Member Functions | |
WP3FixedLengthGroup (const unsigned char groupID) | |
unsigned char | getGroup () const |
Public Member Functions inherited from WP3Part | |
virtual | ~WP3Part () |
virtual void | parse (WP3Listener *listener)=0 |
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) |
Static Public Member Functions inherited from WP3Part | |
static WP3Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal) |
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 | ) |
Referenced by constructFixedLengthGroup(), WP3AttributeGroup::WP3AttributeGroup(), WP3DoubleByteScriptCharacterGroup::WP3DoubleByteScriptCharacterGroup(), WP3ExtendedCharacterGroup::WP3ExtendedCharacterGroup(), WP3IndentGroup::WP3IndentGroup(), WP3TabGroup::WP3TabGroup(), WP3UndoGroup::WP3UndoGroup(), and WP3UnsupportedFixedLengthGroup::WP3UnsupportedFixedLengthGroup().
|
protected |
Referenced by WP3AttributeGroup::WP3AttributeGroup(), WP3DoubleByteScriptCharacterGroup::WP3DoubleByteScriptCharacterGroup(), WP3ExtendedCharacterGroup::WP3ExtendedCharacterGroup(), WP3IndentGroup::WP3IndentGroup(), WP3TabGroup::WP3TabGroup(), WP3UndoGroup::WP3UndoGroup(), and WP3UnsupportedFixedLengthGroup::WP3UnsupportedFixedLengthGroup().
|
protectedpure virtual |
Implemented in WP3AttributeGroup, WP3DoubleByteScriptCharacterGroup, WP3ExtendedCharacterGroup, WP3IndentGroup, WP3TabGroup, WP3UndoGroup, and WP3UnsupportedFixedLengthGroup.
Referenced by _read().
|
static |
Referenced by WP3Part::constructPart().
|
inline |
|
static |
Referenced by WP3Part::constructPart().
|
private |
Referenced by _read(), getGroup(), and WP3FixedLengthGroup().