WP5AttributeGroup Class Referenceabstract

#include <WP5AttributeGroup.h>

Inheritance diagram for WP5AttributeGroup:
WP5FixedLengthGroup WP5Part WP5AttributeOffGroup WP5AttributeOnGroup

Public Member Functions

 WP5AttributeGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID)
 
virtual void parse (WP5Listener *listener)=0
 
uint8_t getAttribute () const
 
- Public Member Functions inherited from WP5FixedLengthGroup
 WP5FixedLengthGroup (const uint8_t groupID)
 
uint8_t getGroup () const
 
- Public Member Functions inherited from WP5Part
virtual ~WP5Part ()
 

Protected Member Functions

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

Private Attributes

uint8_t m_attribute
 

Additional Inherited Members

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Implements WP5FixedLengthGroup.

uint8_t WP5AttributeGroup::getAttribute ( ) const
inline
virtual void WP5AttributeGroup::parse ( WP5Listener listener)
pure virtual

Implements WP5Part.

Implemented in WP5AttributeOffGroup, and WP5AttributeOnGroup.

Member Data Documentation

uint8_t WP5AttributeGroup::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.1