#include <WP6ParagraphGroup.h>
Public Member Functions | |
| WP6ParagraphGroup (WPXInputStream *input, WPXEncryption *encryption) | |
| ~WP6ParagraphGroup () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WP6Listener *listener) |
Public Member Functions inherited from WP6VariableLengthGroup | |
| WP6VariableLengthGroup () | |
| virtual | ~WP6VariableLengthGroup () |
Public Member Functions inherited from WP6Part | |
| virtual | ~WP6Part () |
Private Member Functions | |
| WP6ParagraphGroup (const WP6ParagraphGroup &) | |
| WP6ParagraphGroup & | operator= (const WP6ParagraphGroup &) |
Private Attributes | |
| WP6VariableLengthGroup_SubGroup * | m_subGroupData |
Additional Inherited Members | |
Static Public Member Functions inherited from WP6VariableLengthGroup | |
| static WP6VariableLengthGroup * | constructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Protected Member Functions inherited from WP6VariableLengthGroup | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| uint8_t | getSubGroup () const |
| uint16_t | getSize () const |
| uint8_t | getFlags () const |
| uint8_t | getNumPrefixIDs () const |
| const uint16_t * | getPrefixIDs () const |
| uint16_t | getSizeNonDeletable () const |
| uint16_t | getSizeDeletable () const |
| WP6ParagraphGroup::WP6ParagraphGroup | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) |
| WP6ParagraphGroup::~WP6ParagraphGroup | ( | ) |
|
private |
|
virtual |
Reimplemented from WP6VariableLengthGroup.
|
private |
|
virtual |
Implements WP6Part.
|
private |
Referenced by _readContents(), parse(), and ~WP6ParagraphGroup().