#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 |
Private Member Functions | |
WP6GeneralTextPacket (const WP6GeneralTextPacket &) | |
WP6GeneralTextPacket & | operator= (const WP6GeneralTextPacket &) |
Private Attributes | |
WP6SubDocument * | m_subDocument |
unsigned char * | m_streamData |
WP6GeneralTextPacket::WP6GeneralTextPacket | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
int | id, | ||
unsigned | dataOffset, | ||
unsigned | dataSize | ||
) |
WP6GeneralTextPacket::WP6GeneralTextPacket | ( | const WP6GeneralTextPacket & | ) | [private] |
void WP6GeneralTextPacket::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Implements WP6PrefixDataPacket.
WP6SubDocument* WP6GeneralTextPacket::getSubDocument | ( | ) | const [inline, virtual] |
Reimplemented from WP6PrefixDataPacket.
WP6GeneralTextPacket& WP6GeneralTextPacket::operator= | ( | const WP6GeneralTextPacket & | ) | [private] |
void WP6GeneralTextPacket::parse | ( | WP6Listener * | listener | ) | const [virtual] |
Reimplemented from WP6PrefixDataPacket.
unsigned char* WP6GeneralTextPacket::m_streamData [private] |
Referenced by _readContents(), and ~WP6GeneralTextPacket().
Referenced by _readContents(), getSubDocument(), parse(), and ~WP6GeneralTextPacket().