#include <WP6GeneralTextPacket.h>
Public Member Functions | |
WP6GeneralTextPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id, unsigned dataOffset, unsigned dataSize) | |
~WP6GeneralTextPacket () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP6Listener *listener) const |
WP6SubDocument * | getSubDocument () const |
![]() | |
WP6PrefixDataPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
virtual | ~WP6PrefixDataPacket () |
unsigned | getDataSize () const |
Private Member Functions | |
WP6GeneralTextPacket (const WP6GeneralTextPacket &) | |
WP6GeneralTextPacket & | operator= (const WP6GeneralTextPacket &) |
Private Attributes | |
WP6SubDocument * | m_subDocument |
unsigned char * | m_streamData |
Additional Inherited Members | |
![]() | |
static WP6PrefixDataPacket * | constructPrefixDataPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, WP6PrefixIndice *prefixIndice) |
![]() | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned dataOffset, unsigned dataSize) |
WP6GeneralTextPacket::WP6GeneralTextPacket | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
int | id, | ||
unsigned | dataOffset, | ||
unsigned | dataSize | ||
) |
WP6GeneralTextPacket::~WP6GeneralTextPacket | ( | ) |
|
private |
|
virtual |
Implements WP6PrefixDataPacket.
|
inlinevirtual |
Reimplemented from WP6PrefixDataPacket.
|
private |
|
virtual |
Reimplemented from WP6PrefixDataPacket.
|
private |
Referenced by _readContents(), and ~WP6GeneralTextPacket().
|
private |
Referenced by _readContents(), getSubDocument(), parse(), and ~WP6GeneralTextPacket().