the state of WKS4Chart More...
Public Member Functions | |
State () | |
constructor More... | |
bool | getColor (int id, WPSColor &color) const |
returns a color corresponding to an id More... | |
bool | getPattern (int id, WPSGraphicStyle::Pattern &pattern) const |
returns the pattern corresponding to a pattern id between 0 and 15 More... | |
Public Attributes | |
long | m_eof |
the last file position More... | |
int | m_version |
the file version More... | |
int | m_hasLICSCharacters |
int to code if the file has LICS characters:-1 means unknown, 0 means no, 1 means yes More... | |
std::map< int, WPSColor > | m_idToColorMap |
a map id -> color More... | |
std::vector< std::shared_ptr< Chart > > | m_chartList |
list of chart More... | |
the state of WKS4Chart
|
inline |
constructor
bool WKS4ChartInternal::State::getColor | ( | int | id, |
WPSColor & | color | ||
) | const |
returns a color corresponding to an id
bool WKS4ChartInternal::State::getPattern | ( | int | id, |
WPSGraphicStyle::Pattern & | pattern | ||
) | const |
returns the pattern corresponding to a pattern id between 0 and 15
std::vector<std::shared_ptr<Chart> > WKS4ChartInternal::State::m_chartList |
list of chart
long WKS4ChartInternal::State::m_eof |
the last file position
int WKS4ChartInternal::State::m_hasLICSCharacters |
int to code if the file has LICS characters:-1 means unknown, 0 means no, 1 means yes
std::map<int, WPSColor> WKS4ChartInternal::State::m_idToColorMap |
a map id -> color
Referenced by getColor().
int WKS4ChartInternal::State::m_version |
the file version