WP6VariableLengthGroup Class Reference

#include <WP6VariableLengthGroup.h>

Inheritance diagram for WP6VariableLengthGroup:
WP6Part WP6BoxGroup WP6CharacterGroup WP6ColumnGroup WP6DisplayNumberReferenceGroup WP6EOLGroup WP6FootnoteEndnoteGroup WP6HeaderFooterGroup WP6NumberingMethodGroup WP6PageGroup WP6ParagraphGroup WP6SetNumberGroup WP6StyleGroup WP6TabGroup WP6UnsupportedVariableLengthGroup

Public Member Functions

 WP6VariableLengthGroup ()
 
 ~WP6VariableLengthGroup () override
 
- Public Member Functions inherited from WP6Part
virtual ~WP6Part ()
 
virtual void parse (WP6Listener *listener)=0
 

Static Public Member Functions

static WP6VariableLengthGroupconstructVariableLengthGroup (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 WP6Part
static WP6PartconstructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal)
 

Protected Member Functions

void _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption)
 
virtual void _readContents (librevenge::RVNGInputStream *, WPXEncryption *)
 
unsigned char getSubGroup () const
 
unsigned short getSize () const
 
unsigned char getFlags () const
 
unsigned char getNumPrefixIDs () const
 
const unsigned short * getPrefixIDs () const
 
unsigned short getSizeNonDeletable () const
 
unsigned short getSizeDeletable () const
 

Private Member Functions

 WP6VariableLengthGroup (const WP6VariableLengthGroup &)
 
WP6VariableLengthGroupoperator= (const WP6VariableLengthGroup &)
 

Private Attributes

unsigned char m_subGroup
 
unsigned short m_size
 
unsigned char m_flags
 
std::vector< unsigned short > m_prefixIDs
 
unsigned short m_sizeNonDeletable
 
unsigned short m_sizeDeletable
 

Constructor & Destructor Documentation

◆ WP6VariableLengthGroup() [1/2]

WP6VariableLengthGroup::WP6VariableLengthGroup ( )

◆ ~WP6VariableLengthGroup()

WP6VariableLengthGroup::~WP6VariableLengthGroup ( )
override

◆ WP6VariableLengthGroup() [2/2]

WP6VariableLengthGroup::WP6VariableLengthGroup ( const WP6VariableLengthGroup )
private

Member Function Documentation

◆ _read()

◆ _readContents()

virtual void WP6VariableLengthGroup::_readContents ( librevenge::RVNGInputStream *  ,
WPXEncryption  
)
inlineprotectedvirtual

◆ constructVariableLengthGroup()

WP6VariableLengthGroup * WP6VariableLengthGroup::constructVariableLengthGroup ( librevenge::RVNGInputStream *  input,
WPXEncryption encryption,
const unsigned char  groupID 
)
static

Referenced by WP6Part::constructPart().

◆ getFlags()

unsigned char WP6VariableLengthGroup::getFlags ( ) const
inlineprotected

◆ getNumPrefixIDs()

◆ getPrefixIDs()

◆ getSize()

unsigned short WP6VariableLengthGroup::getSize ( ) const
inlineprotected

◆ getSizeDeletable()

unsigned short WP6VariableLengthGroup::getSizeDeletable ( ) const
inlineprotected

◆ getSizeNonDeletable()

unsigned short WP6VariableLengthGroup::getSizeNonDeletable ( ) const
inlineprotected

◆ getSubGroup()

◆ isGroupConsistent()

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

Referenced by WP6Part::constructPart().

◆ operator=()

WP6VariableLengthGroup& WP6VariableLengthGroup::operator= ( const WP6VariableLengthGroup )
private

Member Data Documentation

◆ m_flags

unsigned char WP6VariableLengthGroup::m_flags
private

Referenced by _read(), and getFlags().

◆ m_prefixIDs

std::vector<unsigned short> WP6VariableLengthGroup::m_prefixIDs
private

◆ m_size

unsigned short WP6VariableLengthGroup::m_size
private

Referenced by _read(), and getSize().

◆ m_sizeDeletable

unsigned short WP6VariableLengthGroup::m_sizeDeletable
private

Referenced by _read(), and getSizeDeletable().

◆ m_sizeNonDeletable

unsigned short WP6VariableLengthGroup::m_sizeNonDeletable
private

Referenced by _read(), and getSizeNonDeletable().

◆ m_subGroup

unsigned char WP6VariableLengthGroup::m_subGroup
private

Referenced by _read(), and getSubGroup().


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

Generated for libwpd by doxygen 1.9.1