#include <WP3UndoGroup.h>
Public Member Functions | |
WP3UndoGroup (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_undoType |
unsigned short | m_undoLevel |
WP3UndoGroup::WP3UndoGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) |
void WP3UndoGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP3FixedLengthGroup.
void WP3UndoGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
unsigned short WP3UndoGroup::m_undoLevel [private] |
Referenced by _readContents(), and parse().
unsigned char WP3UndoGroup::m_undoType [private] |
Referenced by _readContents(), and parse().