#include <WP6FillStylePacket.h>

Public Member Functions | |
| WP6FillStylePacket (WPXInputStream *input, WPXEncryption *encryption, int id, uint32_t dataOffset, uint32_t dataSize) | |
| ~WP6FillStylePacket () | |
| void | _readContents (WPXInputStream *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 | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| int | id, | |||
| uint32_t | dataOffset, | |||
| uint32_t | dataSize | |||
| ) |
| WP6FillStylePacket::~WP6FillStylePacket | ( | ) |
| void WP6FillStylePacket::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [virtual] |
Implements WP6PrefixDataPacket.
| void WP6FillStylePacket::parse | ( | WP6Listener * | ) | const [inline, virtual] |
Reimplemented from WP6PrefixDataPacket.
| const RGBSColor* WP6FillStylePacket::getFgColor | ( | ) | const [inline] |
| const RGBSColor* WP6FillStylePacket::getBgColor | ( | ) | const [inline] |
RGBSColor WP6FillStylePacket::m_fgColor [private] |
RGBSColor WP6FillStylePacket::m_bgColor [private] |