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