a basic pattern used in a WPSGraphicStyle: More...
#include <WPSGraphicStyle.h>
Public Member Functions | |
Pattern () | |
constructor More... | |
Pattern (Vec2i dim, librevenge::RVNGBinaryData const &picture, std::string const &mime, WPSColor const &avColor) | |
constructor from a binary data More... | |
virtual | ~Pattern () |
virtual destructor More... | |
bool | empty () const |
return true if we does not have a pattern More... | |
bool | getAverageColor (WPSColor &col) const |
return the average color More... | |
bool | getUniqueColor (WPSColor &col) const |
check if the pattern has only one color; if so returns true... More... | |
bool | getBinary (librevenge::RVNGBinaryData &data, std::string &type) const |
tries to convert the picture in a binary data ( ppm) More... | |
int | cmp (Pattern const &a) const |
compare two patterns More... | |
Public Attributes | |
Vec2i | m_dim |
the dimension width x height More... | |
WPSColor | m_colors [2] |
the two indexed colors More... | |
std::vector< unsigned char > | m_data |
the pattern data: a sequence of data: p[0..7,0],p[8..15,0]...p[0..7,1],p[8..15,1], ... More... | |
Protected Attributes | |
librevenge::RVNGBinaryData | m_picture |
a picture More... | |
std::string | m_pictureMime |
the picture type More... | |
WPSColor | m_pictureAverageColor |
the picture average color More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Pattern const &pat) |
a print operator More... | |
a basic pattern used in a WPSGraphicStyle:
|
inline |
constructor
|
inline |
constructor from a binary data
|
inlinevirtual |
virtual destructor
|
inline |
compare two patterns
Referenced by WPSGraphicStyle::cmp().
|
inline |
return true if we does not have a pattern
Referenced by getUniqueColor(), and WPSGraphicStyle::hasPattern().
bool WPSGraphicStyle::Pattern::getAverageColor | ( | WPSColor & | col | ) | const |
return the average color
Referenced by LotusStyleManager::readLineStyle(), LotusChart::readSerie(), QuattroGraph::readShapeHeader(), WKSChart::Serie::setPrimaryPattern(), LotusStyleManager::updateCellStyle(), and LotusStyleManager::updateShadowStyle().
bool WPSGraphicStyle::Pattern::getBinary | ( | librevenge::RVNGBinaryData & | data, |
std::string & | type | ||
) | const |
tries to convert the picture in a binary data ( ppm)
Referenced by WPSGraphicStyle::addTo().
bool WPSGraphicStyle::Pattern::getUniqueColor | ( | WPSColor & | col | ) | const |
check if the pattern has only one color; if so returns true...
Referenced by WPSGraphicStyle::addTo(), LotusChart::readFramesStyle(), LotusChart::readSerie(), WKSChart::Serie::setPrimaryPattern(), WKS4Chart::updateChart(), and LotusStyleManager::updateSurfaceStyle().
|
friend |
a print operator
WPSColor WPSGraphicStyle::Pattern::m_colors[2] |
the two indexed colors
Referenced by cmp(), getUniqueColor(), Pattern(), QuattroDosChart::readChart(), LotusChart::readFramesStyle(), LotusStyleManager::readLineStyle(), LotusChart::readSerie(), QuattroGraph::readShapeHeader(), LotusStyleManager::updateCellStyle(), WKS4Chart::updateChart(), LotusStyleManager::updateShadowStyle(), and LotusStyleManager::updateSurfaceStyle().
std::vector<unsigned char> WPSGraphicStyle::Pattern::m_data |
the pattern data: a sequence of data: p[0..7,0],p[8..15,0]...p[0..7,1],p[8..15,1], ...
Referenced by cmp(), empty(), QuattroDosChartInternal::State::getPattern(), WKS4ChartInternal::State::getPattern(), QuattroGraphInternal::State::getPattern(), LotusStyleManagerInternal::State::getPattern48(), LotusStyleManagerInternal::State::getPattern64(), and getUniqueColor().
Vec2i WPSGraphicStyle::Pattern::m_dim |
the dimension width x height
Referenced by WPSGraphicStyle::addTo(), cmp(), empty(), QuattroDosChartInternal::State::getPattern(), WKS4ChartInternal::State::getPattern(), QuattroGraphInternal::State::getPattern(), LotusStyleManagerInternal::State::getPattern48(), and LotusStyleManagerInternal::State::getPattern64().
|
protected |
a picture
Referenced by cmp(), empty(), and getUniqueColor().
|
protected |
the picture average color
Referenced by cmp().
|
protected |
the picture type
Referenced by cmp().