the state of LotusChart More...
Public Member Functions | |
State () | |
constructor More... | |
std::shared_ptr< Chart > | getChart (int id, LotusChart &parser, std::shared_ptr< WPSStream > stream) |
returns a chart corresponding to an id, create it if needed. More... | |
Public Attributes | |
int | m_version |
the file version More... | |
std::map< int, std::shared_ptr < Chart > > | m_idChartMap |
list of chart More... | |
int | m_chartId |
the current chart id(wps3Mac) More... | |
the state of LotusChart
|
inline |
constructor
|
inline |
returns a chart corresponding to an id, create it if needed.
int LotusChartInternal::State::m_chartId |
the current chart id(wps3Mac)
std::map<int,std::shared_ptr<Chart> > LotusChartInternal::State::m_idChartMap |
list of chart
Referenced by getChart().
int LotusChartInternal::State::m_version |
the file version