#include <WP5GraphicsInformationPacket.h>

Public Member Functions | |
| WP5GraphicsInformationPacket (WPXInputStream *input, WPXEncryption *encryption, int id, uint32_t dataOffset, uint32_t dataSize) | |
| ~WP5GraphicsInformationPacket () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption, uint32_t dataSize) |
| const std::vector < WPXBinaryData * > & | getImages () const |
| const WPXBinaryData * | getImage (size_t imageIndex) const |
Private Attributes | |
| std::vector< WPXBinaryData * > | m_images |
| std::vector< uint8_t * > | m_data |
| WP5GraphicsInformationPacket::WP5GraphicsInformationPacket | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| int | id, | |||
| uint32_t | dataOffset, | |||
| uint32_t | dataSize | |||
| ) |
| WP5GraphicsInformationPacket::~WP5GraphicsInformationPacket | ( | ) |
| void WP5GraphicsInformationPacket::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| uint32_t | dataSize | |||
| ) | [virtual] |
Implements WP5GeneralPacketData.
| const std::vector<WPXBinaryData *>& WP5GraphicsInformationPacket::getImages | ( | ) | const [inline] |
| const WPXBinaryData* WP5GraphicsInformationPacket::getImage | ( | size_t | imageIndex | ) | const [inline] |
std::vector<WPXBinaryData *> WP5GraphicsInformationPacket::m_images [private] |
std::vector<uint8_t *> WP5GraphicsInformationPacket::m_data [private] |