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