#include <WP5IndentGroup.h>
Public Member Functions | |
| WP5IndentGroup (WPXInputStream *input, uint8_t groupID) | |
| void | parse (WP5Listener *listener) |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input) |
Private Attributes | |
| uint8_t | m_indentType |
| float | m_indentPosition |
| WP5IndentGroup::WP5IndentGroup | ( | WPXInputStream * | input, |
| uint8_t | groupID | ||
| ) |
| void WP5IndentGroup::_readContents | ( | WPXInputStream * | input | ) | [protected, virtual] |
Implements WP5FixedLengthGroup.
| void WP5IndentGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
float WP5IndentGroup::m_indentPosition [private] |
Referenced by _readContents(), and parse().
uint8_t WP5IndentGroup::m_indentType [private] |
Referenced by _readContents(), and parse().