#include <WP1FootnoteEndnoteGroup.h>
Public Member Functions | |
WP1FootnoteEndnoteGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
~WP1FootnoteEndnoteGroup () override | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) override |
void | parse (WP1Listener *listener) override |
![]() | |
WP1VariableLengthGroup (unsigned char group) | |
~WP1VariableLengthGroup () override | |
![]() | |
virtual | ~WP1Part () |
virtual void | parse (WP1Listener *listener)=0 |
Private Member Functions | |
WP1FootnoteEndnoteGroup (const WP1FootnoteEndnoteGroup &) | |
WP1FootnoteEndnoteGroup & | operator= (const WP1FootnoteEndnoteGroup &) |
Private Attributes | |
WPXNoteType | m_noteType |
unsigned short | m_noteNumber |
std::unique_ptr< WP1SubDocument > | m_subDocument |
Additional Inherited Members | |
![]() | |
static WP1VariableLengthGroup * | constructVariableLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) |
static bool | isGroupConsistent (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char group) |
![]() | |
static WP1Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char readVal) |
![]() | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
virtual void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption)=0 |
unsigned char | getGroup () const |
unsigned | getSize () const |
WP1FootnoteEndnoteGroup::WP1FootnoteEndnoteGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | group | ||
) |
|
override |
|
private |
|
overridevirtual |
Implements WP1VariableLengthGroup.
|
private |
|
overridevirtual |
Implements WP1Part.
|
private |
Referenced by _readContents().
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents(), and parse().