#include <WP6AttributeGroup.h>
Public Member Functions | |
WP6AttributeGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
virtual void | parse (WP6Listener *listener)=0 |
unsigned char | getAttribute () const |
Protected Member Functions | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
unsigned char | m_attribute |
WP6AttributeGroup::WP6AttributeGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) |
void WP6AttributeGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP6FixedLengthGroup.
unsigned char WP6AttributeGroup::getAttribute | ( | ) | const [inline] |
Referenced by WP6AttributeOnGroup::parse(), and WP6AttributeOffGroup::parse().
virtual void WP6AttributeGroup::parse | ( | WP6Listener * | listener | ) | [pure virtual] |
Implements WP6Part.
Implemented in WP6AttributeOffGroup, and WP6AttributeOnGroup.
unsigned char WP6AttributeGroup::m_attribute [private] |
Referenced by _readContents(), and getAttribute().