#include <WP5BoxGroup.h>
Public Member Functions | |
WP5BoxGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
void | parse (WP5Listener *listener) |
Protected Member Functions | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Member Functions | |
WP5BoxGroup (const WP5BoxGroup &) | |
WP5BoxGroup & | operator= (const WP5BoxGroup &) |
Private Attributes | |
unsigned short | m_boxNumber |
unsigned char | m_positionAndType |
unsigned char | m_alignment |
unsigned short | m_width |
unsigned short | m_height |
unsigned short | m_x |
unsigned short | m_y |
unsigned char | m_boxType |
unsigned short | m_graphicsOffset |
const librevenge::RVNGBinaryData * | m_data |
WP5BoxGroup::WP5BoxGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) |
WP5BoxGroup::WP5BoxGroup | ( | const WP5BoxGroup & | ) | [private] |
void WP5BoxGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Reimplemented from WP5VariableLengthGroup.
WP5BoxGroup& WP5BoxGroup::operator= | ( | const WP5BoxGroup & | ) | [private] |
void WP5BoxGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
unsigned char WP5BoxGroup::m_alignment [private] |
Referenced by _readContents(), and parse().
unsigned short WP5BoxGroup::m_boxNumber [private] |
Referenced by _readContents().
unsigned char WP5BoxGroup::m_boxType [private] |
Referenced by _readContents(), and parse().
const librevenge::RVNGBinaryData* WP5BoxGroup::m_data [private] |
Referenced by parse().
unsigned short WP5BoxGroup::m_graphicsOffset [private] |
Referenced by _readContents(), and parse().
unsigned short WP5BoxGroup::m_height [private] |
Referenced by _readContents(), and parse().
unsigned char WP5BoxGroup::m_positionAndType [private] |
Referenced by _readContents(), and parse().
unsigned short WP5BoxGroup::m_width [private] |
Referenced by _readContents(), and parse().
unsigned short WP5BoxGroup::m_x [private] |
Referenced by _readContents(), and parse().
unsigned short WP5BoxGroup::m_y [private] |
Referenced by _readContents(), and parse().