try to read a layout cluster: 4001 More...
Public Member Functions | |
| LayoutCParser (RagTime5ClusterManager &parser) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| void | startZone () |
| start a new zone | |
| 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 | parseZoneBlock (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse a zone block | |
| bool | parseHeaderZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| parse the header zone | |
Protected Attributes | |
| shared_ptr < RagTime5ClusterManager::ClusterLayout > | m_cluster |
| the current cluster | |
| int | m_actualZone |
| the actual zone | |
| int | m_numZones |
| the number of zones | |
| int | m_what |
| a index to know which field is parsed : 0: main, 1:list of zones, 2: unknown, 3:data0, 4:list | |
| int | m_linkId |
| the link id : 0: listItem, 1: pipeline, 2: settinglinks, 3: namelink, | |
| std::string | m_fieldName |
| the actual field name | |
try to read a layout cluster: 4001
| RagTime5ClusterManagerInternal::LayoutCParser::LayoutCParser | ( | RagTime5ClusterManager & | parser | ) | [inline] |
constructor
| void RagTime5ClusterManagerInternal::LayoutCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::LayoutCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::LayoutCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::LayoutCParser::parseHeaderZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse the header zone
| bool RagTime5ClusterManagerInternal::LayoutCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::LayoutCParser::parseZoneBlock | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, protected] |
parse a zone block
| void RagTime5ClusterManagerInternal::LayoutCParser::startZone | ( | ) | [inline, virtual] |
start a new zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
int RagTime5ClusterManagerInternal::LayoutCParser::m_actualZone [protected] |
the actual zone
shared_ptr<RagTime5ClusterManager::ClusterLayout> RagTime5ClusterManagerInternal::LayoutCParser::m_cluster [protected] |
the current cluster
std::string RagTime5ClusterManagerInternal::LayoutCParser::m_fieldName [protected] |
the actual field name
int RagTime5ClusterManagerInternal::LayoutCParser::m_linkId [protected] |
the link id : 0: listItem, 1: pipeline, 2: settinglinks, 3: namelink,
int RagTime5ClusterManagerInternal::LayoutCParser::m_numZones [protected] |
the number of zones
int RagTime5ClusterManagerInternal::LayoutCParser::m_what [protected] |
a index to know which field is parsed : 0: main, 1:list of zones, 2: unknown, 3:data0, 4:list