low level: parser of picture cluster More...
Public Member Functions | |
| PictCParser (RagTime5ClusterManager &parser, int type) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| shared_ptr< ClusterPicture > | getPictureCluster () |
| 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, find fSz=36, 36|36|28|28|32 | |
| bool | parseHeaderZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse the header zone | |
Protected Attributes | |
| shared_ptr< ClusterPicture > | m_cluster |
| the current cluster | |
| int | m_what |
| a index to know which field is parsed : 0: main, 1: list | |
| int | m_linkId |
| the link id: 0: fieldSz=8 ?, data2: dataId+? | |
| std::string | m_fieldName |
| the actual field name | |
Private Member Functions | |
| PictCParser (PictCParser const &orig) | |
| copy constructor (not implemented) | |
| PictCParser & | operator= (PictCParser const &orig) |
| copy operator (not implemented) | |
low level: parser of picture cluster
| RagTime5GraphInternal::PictCParser::PictCParser | ( | RagTime5ClusterManager & | parser, |
| int | type | ||
| ) | [inline] |
constructor
| RagTime5GraphInternal::PictCParser::PictCParser | ( | PictCParser const & | orig | ) | [private] |
copy constructor (not implemented)
| void RagTime5GraphInternal::PictCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5GraphInternal::PictCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| shared_ptr<ClusterPicture> RagTime5GraphInternal::PictCParser::getPictureCluster | ( | ) | [inline] |
return the current cluster
Referenced by RagTime5Graph::readPictureCluster().
| PictCParser& RagTime5GraphInternal::PictCParser::operator= | ( | PictCParser const & | orig | ) | [private] |
copy operator (not implemented)
| bool RagTime5GraphInternal::PictCParser::parseDataZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse a data block, find fSz=36, 36|36|28|28|32
| bool RagTime5GraphInternal::PictCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5GraphInternal::PictCParser::parseHeaderZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse the header zone
| bool RagTime5GraphInternal::PictCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
shared_ptr<ClusterPicture> RagTime5GraphInternal::PictCParser::m_cluster [protected] |
the current cluster
Referenced by endZone(), getCluster(), and getPictureCluster().
std::string RagTime5GraphInternal::PictCParser::m_fieldName [protected] |
the actual field name
int RagTime5GraphInternal::PictCParser::m_linkId [protected] |
the link id: 0: fieldSz=8 ?, data2: dataId+?
Referenced by endZone().
int RagTime5GraphInternal::PictCParser::m_what [protected] |
a index to know which field is parsed : 0: main, 1: list
Referenced by endZone().