#include <WP6CommentAnnotationPacket.h>
Public Member Functions | |
| WP6CommentAnnotationPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id, unsigned dataOffset, unsigned dataSize) | |
| ~WP6CommentAnnotationPacket () | |
| void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
| void | parse (WP6Listener *) const |
| unsigned char | getAnnotationFlag () const |
| unsigned short | getTextPID () const |
Private Member Functions | |
| WP6CommentAnnotationPacket (const WP6CommentAnnotationPacket &) | |
| WP6CommentAnnotationPacket & | operator= (const WP6CommentAnnotationPacket &) |
Private Attributes | |
| unsigned short | m_textPID |
| unsigned char | m_flags |
| WP6CommentAnnotationPacket::WP6CommentAnnotationPacket | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| int | id, | ||
| unsigned | dataOffset, | ||
| unsigned | dataSize | ||
| ) |
| WP6CommentAnnotationPacket::WP6CommentAnnotationPacket | ( | const WP6CommentAnnotationPacket & | ) | [private] |
| void WP6CommentAnnotationPacket::_readContents | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [virtual] |
Implements WP6PrefixDataPacket.
| unsigned char WP6CommentAnnotationPacket::getAnnotationFlag | ( | ) | const [inline] |
| unsigned short WP6CommentAnnotationPacket::getTextPID | ( | ) | const [inline] |
| WP6CommentAnnotationPacket& WP6CommentAnnotationPacket::operator= | ( | const WP6CommentAnnotationPacket & | ) | [private] |
| void WP6CommentAnnotationPacket::parse | ( | WP6Listener * | ) | const [inline, virtual] |
Reimplemented from WP6PrefixDataPacket.
unsigned char WP6CommentAnnotationPacket::m_flags [private] |
Referenced by _readContents(), and getAnnotationFlag().
unsigned short WP6CommentAnnotationPacket::m_textPID [private] |
Referenced by _readContents(), and getTextPID().