#include <WP6FixedLengthGroup.h>
Public Member Functions | |
| WP6FixedLengthGroup (uint8_t groupID) | |
| const uint8_t | getGroup () const |
Static Public Member Functions | |
| static WP6FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, uint8_t groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, const uint8_t groupID) |
Protected Member Functions | |
| void | _read (WPXInputStream *input) |
| virtual void | _readContents (WPXInputStream *input)=0 |
Private Attributes | |
| uint8_t | m_group |
| WP6FixedLengthGroup::WP6FixedLengthGroup | ( | uint8_t | groupID | ) |
| void WP6FixedLengthGroup::_read | ( | WPXInputStream * | input | ) | [protected] |
| virtual void WP6FixedLengthGroup::_readContents | ( | WPXInputStream * | input | ) | [protected, pure virtual] |
Implemented in WP6AttributeGroup, WP6ExtendedCharacterGroup, WP6HighlightGroup, WP6UndoGroup, and WP6UnsupportedFixedLengthGroup.
Referenced by _read().
| WP6FixedLengthGroup * WP6FixedLengthGroup::constructFixedLengthGroup | ( | WPXInputStream * | input, | |
| uint8_t | groupID | |||
| ) | [static] |
Referenced by WP6Part::constructPart().
| const uint8_t WP6FixedLengthGroup::getGroup | ( | ) | const [inline] |
| bool WP6FixedLengthGroup::isGroupConsistent | ( | WPXInputStream * | input, | |
| const uint8_t | groupID | |||
| ) | [static] |
Referenced by WP6Part::constructPart().
uint8_t WP6FixedLengthGroup::m_group [private] |
Referenced by _read(), and getGroup().