#include <WP3AttributeGroup.h>
Public Member Functions | |
WP3AttributeGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
void | parse (WP3Listener *listener) |
Protected Member Functions | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
unsigned char | m_attribute |
unsigned char | m_state |
WP3AttributeGroup::WP3AttributeGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) |
void WP3AttributeGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP3FixedLengthGroup.
void WP3AttributeGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
unsigned char WP3AttributeGroup::m_attribute [private] |
Referenced by _readContents(), and parse().
unsigned char WP3AttributeGroup::m_state [private] |
Referenced by _readContents(), and parse().