#include <WP1SetTabsGroup.h>
Public Member Functions | |
WP1SetTabsGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
~WP1SetTabsGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP1Listener *listener) |
Private Attributes | |
std::vector< WPXTabStop > | m_tabStops |
WP1SetTabsGroup::WP1SetTabsGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | group | ||
) |
void WP1SetTabsGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Implements WP1VariableLengthGroup.
void WP1SetTabsGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
std::vector<WPXTabStop> WP1SetTabsGroup::m_tabStops [private] |
Referenced by _readContents(), and parse().