#include <WP5AttributeGroup.h>
Public Member Functions | |
WP5AttributeGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
virtual void | parse (WP5Listener *listener)=0 |
unsigned char | getAttribute () const |
![]() | |
WP5FixedLengthGroup (const unsigned char groupID) | |
unsigned char | getGroup () const |
![]() | |
virtual | ~WP5Part () |
Protected Member Functions | |
virtual void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
![]() | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
unsigned char | m_attribute |
Additional Inherited Members | |
![]() | |
static WP5FixedLengthGroup * | constructFixedLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char groupID) |
static bool | isGroupConsistent (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char groupID) |
![]() | |
static WP5Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal) |
WP5AttributeGroup::WP5AttributeGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) |
|
protectedvirtual |
Implements WP5FixedLengthGroup.
|
inline |
Referenced by WP5AttributeOnGroup::parse(), and WP5AttributeOffGroup::parse().
|
pure virtual |
Implements WP5Part.
Implemented in WP5AttributeOffGroup, and WP5AttributeOnGroup.
|
private |
Referenced by _readContents(), and getAttribute().