#include <WP5IndentGroup.h>
Public Member Functions | |
WP5IndentGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char groupID) | |
void | parse (WP5Listener *listener) |
Protected Member Functions | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
unsigned char | m_indentType |
double | m_indentPosition |
WP5IndentGroup::WP5IndentGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | groupID | ||
) |
void WP5IndentGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP5FixedLengthGroup.
void WP5IndentGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
double WP5IndentGroup::m_indentPosition [private] |
Referenced by _readContents(), and parse().
unsigned char WP5IndentGroup::m_indentType [private] |
Referenced by _readContents(), and parse().