#include <WP6FillStylePacket.h>
Public Member Functions | |
WP6FillStylePacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id, unsigned dataOffset, unsigned dataSize) | |
~WP6FillStylePacket () override | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) override |
void | parse (WP6Listener *) const override |
const RGBSColor * | getFgColor () const |
const RGBSColor * | getBgColor () const |
![]() | |
WP6PrefixDataPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
virtual | ~WP6PrefixDataPacket () |
virtual WP6SubDocument * | getSubDocument () const |
unsigned | getDataSize () const |
Private Attributes | |
RGBSColor | m_fgColor |
RGBSColor | m_bgColor |
Additional Inherited Members | |
![]() | |
static WP6PrefixDataPacket * | constructPrefixDataPacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, WP6PrefixIndice *prefixIndice) |
![]() | |
void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned dataOffset, unsigned dataSize) |
WP6FillStylePacket::WP6FillStylePacket | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
int | id, | ||
unsigned | dataOffset, | ||
unsigned | dataSize | ||
) |
|
override |
|
overridevirtual |
Implements WP6PrefixDataPacket.
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from WP6PrefixDataPacket.
|
private |
Referenced by _readContents(), and getBgColor().
|
private |
Referenced by _readContents(), and getFgColor().