#include <WP3DisplayGroup.h>
Public Member Functions | |
WP3DisplayGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
~WP3DisplayGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP3Listener *listener) |
Private Attributes | |
librevenge::RVNGString | m_noteReference |
librevenge::RVNGString | m_pageNumber |
WP3DisplayGroup::WP3DisplayGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) |
void WP3DisplayGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Reimplemented from WP3VariableLengthGroup.
void WP3DisplayGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
librevenge::RVNGString WP3DisplayGroup::m_noteReference [private] |
Referenced by _readContents(), and parse().
librevenge::RVNGString WP3DisplayGroup::m_pageNumber [private] |
Referenced by _readContents(), and parse().