#include <WP5AttributeGroup.h>
Public Member Functions | |
WP5AttributeOnGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
void | parse (WP5Listener *listener) override |
Public Member Functions inherited from WP5AttributeGroup | |
WP5AttributeGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
unsigned char | getAttribute () const |
Public Member Functions inherited from WP5FixedLengthGroup | |
WP5FixedLengthGroup (const unsigned char groupID) | |
unsigned char | getGroup () const |
Public Member Functions inherited from WP5Part | |
virtual | ~WP5Part () |
Additional Inherited Members | |
Static Public Member Functions inherited from WP5FixedLengthGroup | |
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 Public Member Functions inherited from WP5Part | |
static WP5Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal) |
Protected Member Functions inherited from WP5AttributeGroup | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) override |
Protected Member Functions inherited from WP5FixedLengthGroup | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
WP5AttributeOnGroup::WP5AttributeOnGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID ) |
|
overridevirtual |
Implements WP5AttributeGroup.