#include <WP6CommentAnnotationPacket.h>
Public Member Functions | |
WP6CommentAnnotationPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id, unsigned dataOffset, unsigned dataSize) | |
~WP6CommentAnnotationPacket () override | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) override |
void | parse (WP6Listener *) const override |
unsigned char | getAnnotationFlag () const |
unsigned short | getTextPID () const |
Public Member Functions inherited from WP6PrefixDataPacket | |
WP6PrefixDataPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
virtual | ~WP6PrefixDataPacket () |
virtual std::shared_ptr< WP6SubDocument > | getSubDocument () const |
unsigned | getDataSize () const |
Private Member Functions | |
WP6CommentAnnotationPacket (const WP6CommentAnnotationPacket &) | |
WP6CommentAnnotationPacket & | operator= (const WP6CommentAnnotationPacket &) |
Private Attributes | |
unsigned short | m_textPID |
unsigned char | m_flags |
Additional Inherited Members | |
Static Public Member Functions inherited from WP6PrefixDataPacket | |
static std::shared_ptr< WP6PrefixDataPacket > | constructPrefixDataPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const WP6PrefixIndice &prefixIndice) |
Protected Member Functions inherited from WP6PrefixDataPacket | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned dataOffset, unsigned dataSize) |
WP6CommentAnnotationPacket::WP6CommentAnnotationPacket | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
int | id, | ||
unsigned | dataOffset, | ||
unsigned | dataSize ) |
Referenced by operator=(), and WP6CommentAnnotationPacket().
|
override |
|
private |
|
overridevirtual |
Implements WP6PrefixDataPacket.
|
inline |
|
inline |
|
private |
|
inlineoverridevirtual |
Reimplemented from WP6PrefixDataPacket.
|
private |
Referenced by _readContents(), getAnnotationFlag(), and WP6CommentAnnotationPacket().
|
private |
Referenced by _readContents(), getTextPID(), and WP6CommentAnnotationPacket().