try to read a basic root child cluster: either fielddef or fieldpos or a first internal child of the root (unknown) or another child More...
Public Member Functions | |
| RootChildCParser (RagTime5ClusterManager &parser, int type) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| 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 | |
| void | endZone () |
| end of a start zone call | |
Protected Attributes | |
| shared_ptr < RagTime5ClusterManager::Cluster > | m_cluster |
| the current cluster | |
try to read a basic root child cluster: either fielddef or fieldpos or a first internal child of the root (unknown) or another child
| RagTime5ClusterManagerInternal::RootChildCParser::RootChildCParser | ( | RagTime5ClusterManager & | parser, |
| int | type | ||
| ) | [inline] |
constructor
| void RagTime5ClusterManagerInternal::RootChildCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::RootChildCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::RootChildCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::RootChildCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::RootChildCParser::m_cluster [protected] |
the current cluster