low level: parser of graph cluster More...
Public Member Functions | |
| GraphicCParser (RagTime5ClusterManager &parser, int type) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| shared_ptr< ClusterGraphic > | getGraphicCluster () |
| return the current graphic 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< ClusterGraphic > | m_cluster |
| the current cluster | |
| int | m_what |
| a index to know which field is parsed : 0: graphdata, 1: list, 2: clustLink, graph transform, 3:fSz=91 | |
| int | m_linkId |
| the link id: 0: unicode, 1: condition, 2: clustLink, 3: clustLink[list], 4: clustLink[8], 5: transformation, 6: some dimension? | |
| std::string | m_fieldName |
| the actual field name | |
Private Member Functions | |
| GraphicCParser (GraphicCParser const &orig) | |
| copy constructor (not implemented) | |
| GraphicCParser & | operator= (GraphicCParser const &orig) |
| copy operator (not implemented) | |
low level: parser of graph cluster
| RagTime5GraphInternal::GraphicCParser::GraphicCParser | ( | RagTime5ClusterManager & | parser, |
| int | type | ||
| ) | [inline] |
constructor
| RagTime5GraphInternal::GraphicCParser::GraphicCParser | ( | GraphicCParser const & | orig | ) | [private] |
copy constructor (not implemented)
| void RagTime5GraphInternal::GraphicCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5GraphInternal::GraphicCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| shared_ptr<ClusterGraphic> RagTime5GraphInternal::GraphicCParser::getGraphicCluster | ( | ) | [inline] |
return the current graphic cluster
Referenced by RagTime5Graph::readGraphicCluster().
| GraphicCParser& RagTime5GraphInternal::GraphicCParser::operator= | ( | GraphicCParser const & | orig | ) | [private] |
copy operator (not implemented)
| bool RagTime5GraphInternal::GraphicCParser::parseDataZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse a data block
| bool RagTime5GraphInternal::GraphicCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5GraphInternal::GraphicCParser::parseHeaderZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse the header zone
| bool RagTime5GraphInternal::GraphicCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
shared_ptr<ClusterGraphic> RagTime5GraphInternal::GraphicCParser::m_cluster [protected] |
the current cluster
std::string RagTime5GraphInternal::GraphicCParser::m_fieldName [protected] |
the actual field name
int RagTime5GraphInternal::GraphicCParser::m_linkId [protected] |
the link id: 0: unicode, 1: condition, 2: clustLink, 3: clustLink[list], 4: clustLink[8], 5: transformation, 6: some dimension?
int RagTime5GraphInternal::GraphicCParser::m_what [protected] |
a index to know which field is parsed : 0: graphdata, 1: list, 2: clustLink, graph transform, 3:fSz=91