#include <WP6FixedLengthGroup.h>
Inheritance diagram for WP6FixedLengthGroup:
Public Member Functions | |
WP6FixedLengthGroup (uint8_t groupID) | |
const uint8_t | getGroup () const |
Static Public Member Functions | |
WP6FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, uint8_t groupID) |
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 |
|
|
|
|
|
Implemented in WP6AttributeGroup, WP6ExtendedCharacterGroup, WP6HighlightGroup, WP6UndoGroup, and WP6UnsupportedFixedLengthGroup. |
|
|
|
|
|
|
|
|