#include <WP1LeftIndentGroup.h>
Public Member Functions | |
WP1LeftIndentGroup (WPXInputStream *input, uint8_t group) | |
~WP1LeftIndentGroup () | |
void | _readContents (WPXInputStream *input) |
void | parse (WP1Listener *listener) |
Private Attributes | |
uint16_t | m_oldLeftMargin |
uint16_t | m_newLeftMargin |
WP1LeftIndentGroup::WP1LeftIndentGroup | ( | WPXInputStream * | input, |
uint8_t | group | ||
) |
WP1LeftIndentGroup::~WP1LeftIndentGroup | ( | ) |
void WP1LeftIndentGroup::_readContents | ( | WPXInputStream * | input | ) | [virtual] |
Reimplemented from WP1FixedLengthGroup.
void WP1LeftIndentGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
uint16_t WP1LeftIndentGroup::m_newLeftMargin [private] |
Referenced by _readContents(), and parse().
uint16_t WP1LeftIndentGroup::m_oldLeftMargin [private] |
Referenced by _readContents(), and parse().