#include <WP6UndoGroup.h>
Public Member Functions | |
| WP6UndoGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
| void | parse (WP6Listener *listener) |
Protected Member Functions | |
| void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| unsigned char | m_undoType |
| unsigned short | m_undoLevel |
| WP6UndoGroup::WP6UndoGroup | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| unsigned char | groupID | ||
| ) |
| void WP6UndoGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [protected, virtual] |
Implements WP6FixedLengthGroup.
| void WP6UndoGroup::parse | ( | WP6Listener * | listener | ) | [virtual] |
Implements WP6Part.
unsigned short WP6UndoGroup::m_undoLevel [private] |
Referenced by _readContents(), and parse().
unsigned char WP6UndoGroup::m_undoType [private] |
Referenced by _readContents(), and parse().