the state of WKS4Chart More...
Public Member Functions | |
State () | |
constructor | |
bool | getColor (int id, WPSColor &color) const |
returns a color corresponding to an id |
Static Public Member Functions | |
static bool | getPattern (int id, WPSGraphicStyle::Pattern &pattern) |
returns the pattern corresponding to a pattern id between 0 and 15 |
Public Attributes | |
long | m_eof |
the last file position | |
int | m_version |
the file version | |
std::map< int, WPSColor > | m_idToColorMap |
a map id -> color | |
std::vector< std::shared_ptr< Chart > > | m_chartList |
list of chart |
the state of WKS4Chart
|
inline |
constructor
Referenced by getColor().
bool WKS4ChartInternal::State::getColor | ( | int | id, |
WPSColor & | color ) const |
returns a color corresponding to an id
|
static |
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
Referenced by State().
long WKS4ChartInternal::State::m_eof |
the last file position
Referenced by State().
std::map<int, WPSColor> WKS4ChartInternal::State::m_idToColorMap |
a map id -> color
Referenced by getColor(), and State().
int WKS4ChartInternal::State::m_version |
the file version
Referenced by State().