low level: parser of chart cluster More...
Public Member Functions | |
| ChartCParser (RagTime5ClusterManager &parser, int type) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| shared_ptr< ClusterChart > | getChartCluster () |
| return the current cluster | |
| void | endZone () |
| end of a start zone call | |
| bool | parseZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse a zone | |
| bool | parseField (RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f) |
| parse a field | |
Protected Member Functions | |
| bool | parseDataZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse a data block | |
| bool | parseHeaderZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse the header zone | |
Protected Attributes | |
| shared_ptr< ClusterChart > | m_cluster |
| the current cluster | |
| int | m_what |
| a index to know which field is parsed : 0: main, 1: common data, 2: list, 3: data4, 4: unknown1 | |
| int | m_linkId |
| the link id: 0: setting, 1: cluster link in pos12, 2: unknown fixed link in pos6, 3: serie double, 4: serie unknown, 5: unknown fsz=6 | |
| std::string | m_fieldName |
| the actual field name | |
Private Member Functions | |
| ChartCParser (ChartCParser const &orig) | |
| copy constructor (not implemented) | |
| ChartCParser & | operator= (ChartCParser const &orig) |
| copy operator (not implemented) | |
low level: parser of chart cluster
| RagTime5SpreadsheetInternal::ChartCParser::ChartCParser | ( | RagTime5ClusterManager & | parser, |
| int | type | ||
| ) | [inline] |
constructor
| RagTime5SpreadsheetInternal::ChartCParser::ChartCParser | ( | ChartCParser const & | orig | ) | [private] |
copy constructor (not implemented)
| void RagTime5SpreadsheetInternal::ChartCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<ClusterChart> RagTime5SpreadsheetInternal::ChartCParser::getChartCluster | ( | ) | [inline] |
return the current cluster
Referenced by RagTime5Spreadsheet::readChartCluster().
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5SpreadsheetInternal::ChartCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| ChartCParser& RagTime5SpreadsheetInternal::ChartCParser::operator= | ( | ChartCParser const & | orig | ) | [private] |
copy operator (not implemented)
| bool RagTime5SpreadsheetInternal::ChartCParser::parseDataZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse a data block
| bool RagTime5SpreadsheetInternal::ChartCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5SpreadsheetInternal::ChartCParser::parseHeaderZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse the header zone
| bool RagTime5SpreadsheetInternal::ChartCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
shared_ptr<ClusterChart> RagTime5SpreadsheetInternal::ChartCParser::m_cluster [protected] |
the current cluster
std::string RagTime5SpreadsheetInternal::ChartCParser::m_fieldName [protected] |
the actual field name
int RagTime5SpreadsheetInternal::ChartCParser::m_linkId [protected] |
the link id: 0: setting, 1: cluster link in pos12, 2: unknown fixed link in pos6, 3: serie double, 4: serie unknown, 5: unknown fsz=6
int RagTime5SpreadsheetInternal::ChartCParser::m_what [protected] |
a index to know which field is parsed : 0: main, 1: common data, 2: list, 3: data4, 4: unknown1