#include <WP5HeaderFooterGroup.h>
Public Member Functions | |
WP5HeaderFooterGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
~WP5HeaderFooterGroup () override | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) override |
void | parse (WP5Listener *listener) override |
Public Member Functions inherited from WP5VariableLengthGroup | |
WP5VariableLengthGroup () | |
~WP5VariableLengthGroup () override | |
Public Member Functions inherited from WP5Part | |
virtual | ~WP5Part () |
Private Member Functions | |
WP5HeaderFooterGroup (const WP5HeaderFooterGroup &) | |
WP5HeaderFooterGroup & | operator= (const WP5HeaderFooterGroup &) |
Private Attributes | |
unsigned char | m_occurrenceBits |
std::shared_ptr< WP5SubDocument > | m_subDocument |
Additional Inherited Members | |
Static Public Member Functions inherited from WP5VariableLengthGroup | |
static WP5VariableLengthGroup * | constructVariableLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char group) |
static bool | isGroupConsistent (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char group) |
Static Public Member Functions inherited from WP5Part | |
static WP5Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal) |
Protected Member Functions inherited from WP5VariableLengthGroup | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
unsigned char | getSubGroup () const |
unsigned short | getSize () const |
WP5HeaderFooterGroup::WP5HeaderFooterGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption ) |
Referenced by operator=(), and WP5HeaderFooterGroup().
|
override |
|
private |
|
overridevirtual |
Reimplemented from WP5VariableLengthGroup.
|
private |
|
overridevirtual |
Implements WP5Part.
|
private |
Referenced by _readContents(), parse(), and WP5HeaderFooterGroup().
|
private |
Referenced by _readContents(), parse(), and WP5HeaderFooterGroup().