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