#include <WP1HeaderFooterGroup.h>

Public Member Functions | |
| WP1HeaderFooterGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) | |
| ~WP1HeaderFooterGroup () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WP1Listener *listener) |
Private Member Functions | |
| WP1HeaderFooterGroup (const WP1HeaderFooterGroup &) | |
| WP1HeaderFooterGroup & | operator= (const WP1HeaderFooterGroup &) |
Private Attributes | |
| uint8_t | m_definition |
| WP1SubDocument * | m_subDocument |
| WP1HeaderFooterGroup::WP1HeaderFooterGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| uint8_t | group | |||
| ) |
| WP1HeaderFooterGroup::~WP1HeaderFooterGroup | ( | ) |
| WP1HeaderFooterGroup::WP1HeaderFooterGroup | ( | const WP1HeaderFooterGroup & | ) | [private] |
| void WP1HeaderFooterGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [virtual] |
Implements WP1VariableLengthGroup.
| void WP1HeaderFooterGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
| WP1HeaderFooterGroup& WP1HeaderFooterGroup::operator= | ( | const WP1HeaderFooterGroup & | ) | [private] |
uint8_t WP1HeaderFooterGroup::m_definition [private] |