#include <WP1PictureGroup.h>
Public Member Functions | |
WP1PictureGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
~WP1PictureGroup () override | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) override |
void | parse (WP1Listener *listener) override |
Public Member Functions inherited from WP1VariableLengthGroup | |
WP1VariableLengthGroup (unsigned char group) | |
~WP1VariableLengthGroup () override | |
Public Member Functions inherited from WP1Part | |
virtual | ~WP1Part () |
Private Member Functions | |
WP1PictureGroup (const WP1PictureGroup &) | |
WP1PictureGroup & | operator= (const WP1PictureGroup &) |
Private Attributes | |
librevenge::RVNGBinaryData | m_binaryData |
unsigned short | m_width |
unsigned short | m_height |
Additional Inherited Members | |
Static Public Member Functions inherited from WP1VariableLengthGroup | |
static WP1VariableLengthGroup * | constructVariableLengthGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) |
static bool | isGroupConsistent (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char group) |
Static Public Member Functions inherited from WP1Part | |
static WP1Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char readVal) |
Protected Member Functions inherited from WP1VariableLengthGroup | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
unsigned char | getGroup () const |
unsigned | getSize () const |
WP1PictureGroup::WP1PictureGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | group ) |
Referenced by operator=(), and WP1PictureGroup().
|
override |
|
private |
|
overridevirtual |
Implements WP1VariableLengthGroup.
|
private |
|
overridevirtual |
Implements WP1Part.
|
private |
Referenced by _readContents(), parse(), and WP1PictureGroup().
|
private |
Referenced by _readContents(), parse(), and WP1PictureGroup().
|
private |
Referenced by _readContents(), parse(), and WP1PictureGroup().