WP1VariableLengthGroup Class Referenceabstract

#include <WP1VariableLengthGroup.h>

Inheritance diagram for WP1VariableLengthGroup:
WP1Part WP1FootnoteEndnoteGroup WP1HeaderFooterGroup WP1PictureGroup WP1SetTabsGroup WP1UnsupportedVariableLengthGroup

Public Member Functions

 WP1VariableLengthGroup (unsigned char group)
 
 ~WP1VariableLengthGroup () override
 
- Public Member Functions inherited from WP1Part
virtual ~WP1Part ()
 
virtual void parse (WP1Listener *listener)=0
 

Static Public Member Functions

static WP1VariableLengthGroupconstructVariableLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group)
 
static bool isGroupConsistent (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char group)
 
- Static Public Member Functions inherited from WP1Part
static WP1PartconstructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char readVal)
 

Protected Member Functions

void _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption)
 
virtual void _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption)=0
 
unsigned char getGroup () const
 
unsigned getSize () const
 

Private Attributes

unsigned char m_group
 
unsigned m_size
 

Constructor & Destructor Documentation

◆ WP1VariableLengthGroup()

WP1VariableLengthGroup::WP1VariableLengthGroup ( unsigned char  group)

◆ ~WP1VariableLengthGroup()

WP1VariableLengthGroup::~WP1VariableLengthGroup ( )
inlineoverride

Member Function Documentation

◆ _read()

◆ _readContents()

virtual void WP1VariableLengthGroup::_readContents ( librevenge::RVNGInputStream *  input,
WPXEncryption encryption 
)
protectedpure virtual

◆ constructVariableLengthGroup()

WP1VariableLengthGroup * WP1VariableLengthGroup::constructVariableLengthGroup ( librevenge::RVNGInputStream *  input,
WPXEncryption encryption,
unsigned char  group 
)
static

Referenced by WP1Part::constructPart().

◆ getGroup()

unsigned char WP1VariableLengthGroup::getGroup ( ) const
inlineprotected

◆ getSize()

unsigned WP1VariableLengthGroup::getSize ( ) const
inlineprotected

◆ isGroupConsistent()

bool WP1VariableLengthGroup::isGroupConsistent ( librevenge::RVNGInputStream *  input,
WPXEncryption encryption,
const unsigned char  group 
)
static

Referenced by WP1Part::constructPart().

Member Data Documentation

◆ m_group

unsigned char WP1VariableLengthGroup::m_group
private

Referenced by _read(), and getGroup().

◆ m_size

unsigned WP1VariableLengthGroup::m_size
private

Referenced by _read(), and getSize().


The documentation for this class was generated from the following files:

Generated for libwpd by doxygen 1.9.8