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