#include <WP1FixedLengthGroup.h>
Public Member Functions | |
WP1FixedLengthGroup (uint8_t group) | |
virtual | ~WP1FixedLengthGroup () |
Static Public Member Functions | |
static WP1FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t group) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Protected Member Functions | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
virtual void | _readContents (WPXInputStream *, WPXEncryption *) |
uint8_t | getGroup () const |
Private Attributes | |
uint8_t | m_group |
WP1FixedLengthGroup::WP1FixedLengthGroup | ( | uint8_t | group | ) |
virtual WP1FixedLengthGroup::~WP1FixedLengthGroup | ( | ) | [inline, virtual] |
void WP1FixedLengthGroup::_read | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption | |||
) | [protected] |
Referenced by WP1BottomMarginGroup::WP1BottomMarginGroup(), WP1CenterTextGroup::WP1CenterTextGroup(), WP1ExtendedCharacterGroup::WP1ExtendedCharacterGroup(), WP1FlushRightGroup::WP1FlushRightGroup(), WP1FontIdGroup::WP1FontIdGroup(), WP1JustificationGroup::WP1JustificationGroup(), WP1LeftIndentGroup::WP1LeftIndentGroup(), WP1LeftRightIndentGroup::WP1LeftRightIndentGroup(), WP1MarginReleaseGroup::WP1MarginReleaseGroup(), WP1MarginResetGroup::WP1MarginResetGroup(), WP1PointSizeGroup::WP1PointSizeGroup(), WP1SpacingResetGroup::WP1SpacingResetGroup(), WP1SuppressPageCharacteristicsGroup::WP1SuppressPageCharacteristicsGroup(), WP1TopMarginGroup::WP1TopMarginGroup(), and WP1UnsupportedFixedLengthGroup::WP1UnsupportedFixedLengthGroup().
virtual void WP1FixedLengthGroup::_readContents | ( | WPXInputStream * | , | |
WPXEncryption * | ||||
) | [inline, protected, virtual] |
Reimplemented in WP1BottomMarginGroup, WP1ExtendedCharacterGroup, WP1FontIdGroup, WP1JustificationGroup, WP1LeftIndentGroup, WP1LeftRightIndentGroup, WP1MarginReleaseGroup, WP1MarginResetGroup, WP1PointSizeGroup, WP1SpacingResetGroup, WP1SuppressPageCharacteristicsGroup, WP1TopMarginGroup, and WP1UnsupportedFixedLengthGroup.
Referenced by _read().
WP1FixedLengthGroup * WP1FixedLengthGroup::constructFixedLengthGroup | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption, | |||
uint8_t | group | |||
) | [static] |
Referenced by WP1Part::constructPart().
uint8_t WP1FixedLengthGroup::getGroup | ( | ) | const [inline, protected] |
bool WP1FixedLengthGroup::isGroupConsistent | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption, | |||
const uint8_t | groupID | |||
) | [static] |
uint8_t WP1FixedLengthGroup::m_group [private] |
Referenced by _read(), and getGroup().