#include <WP3UndoGroup.h>
Public Member Functions | |
| WP3UndoGroup (WPXInputStream *input, uint8_t groupID) | |
| void | parse (WP3Listener *listener) |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input) |
Private Attributes | |
| uint8_t | m_undoType |
| uint16_t | m_undoLevel |
| WP3UndoGroup::WP3UndoGroup | ( | WPXInputStream * | input, | |
| uint8_t | groupID | |||
| ) |
| void WP3UndoGroup::_readContents | ( | WPXInputStream * | input | ) | [protected, virtual] |
Implements WP3FixedLengthGroup.
| void WP3UndoGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
uint16_t WP3UndoGroup::m_undoLevel [private] |
Referenced by _readContents(), and parse().
uint8_t WP3UndoGroup::m_undoType [private] |
Referenced by _readContents(), and parse().