#include <WP6FillStylePacket.h>
Public Member Functions | |
WP6FillStylePacket (librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id, unsigned dataOffset, unsigned dataSize) | |
~WP6FillStylePacket () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP6Listener *) const |
const RGBSColor * | getFgColor () const |
const RGBSColor * | getBgColor () const |
Private Attributes | |
RGBSColor | m_fgColor |
RGBSColor | m_bgColor |
WP6FillStylePacket::WP6FillStylePacket | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
int | id, | ||
unsigned | dataOffset, | ||
unsigned | dataSize | ||
) |
void WP6FillStylePacket::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Implements WP6PrefixDataPacket.
const RGBSColor* WP6FillStylePacket::getBgColor | ( | ) | const [inline] |
const RGBSColor* WP6FillStylePacket::getFgColor | ( | ) | const [inline] |
void WP6FillStylePacket::parse | ( | WP6Listener * | ) | const [inline, virtual] |
Reimplemented from WP6PrefixDataPacket.
RGBSColor WP6FillStylePacket::m_bgColor [private] |
Referenced by _readContents(), and getBgColor().
RGBSColor WP6FillStylePacket::m_fgColor [private] |
Referenced by _readContents(), and getFgColor().