WP6AttributeGroup Class Referenceabstract

#include <WP6AttributeGroup.h>

Inheritance diagram for WP6AttributeGroup:
WP6FixedLengthGroup WP6Part WP6AttributeOffGroup WP6AttributeOnGroup

Public Member Functions

 WP6AttributeGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID)
 
virtual void parse (WP6Listener *listener)=0
 
uint8_t getAttribute () const
 
- Public Member Functions inherited from WP6FixedLengthGroup
 WP6FixedLengthGroup (uint8_t groupID)
 
uint8_t getGroup () const
 
- Public Member Functions inherited from WP6Part
virtual ~WP6Part ()
 

Protected Member Functions

void _readContents (WPXInputStream *input, WPXEncryption *encryption)
 
- Protected Member Functions inherited from WP6FixedLengthGroup
void _read (WPXInputStream *input, WPXEncryption *encryption)
 

Private Attributes

uint8_t m_attribute
 

Additional Inherited Members

- Static Public Member Functions inherited from WP6FixedLengthGroup
static WP6FixedLengthGroupconstructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID)
 
static bool isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID)
 

Constructor & Destructor Documentation

WP6AttributeGroup::WP6AttributeGroup ( WPXInputStream input,
WPXEncryption encryption,
uint8_t  groupID 
)

Member Function Documentation

void WP6AttributeGroup::_readContents ( WPXInputStream input,
WPXEncryption encryption 
)
protectedvirtual

Implements WP6FixedLengthGroup.

uint8_t WP6AttributeGroup::getAttribute ( ) const
inline
virtual void WP6AttributeGroup::parse ( WP6Listener listener)
pure virtual

Implements WP6Part.

Implemented in WP6AttributeOffGroup, and WP6AttributeOnGroup.

Member Data Documentation

uint8_t WP6AttributeGroup::m_attribute
private

Referenced by _readContents(), and getAttribute().


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

Generated for libwpd by doxygen 1.8.3