#include <WP1PointSizeGroup.h>
Public Member Functions | |
| WP1PointSizeGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
| ~WP1PointSizeGroup () | |
| void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
| void | parse (WP1Listener *listener) |
Private Attributes | |
| unsigned char | m_pointSize |
| WP1PointSizeGroup::WP1PointSizeGroup | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| unsigned char | group | ||
| ) |
| void WP1PointSizeGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [virtual] |
Reimplemented from WP1FixedLengthGroup.
| void WP1PointSizeGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
unsigned char WP1PointSizeGroup::m_pointSize [private] |
Referenced by _readContents(), and parse().