low level: parser of script cluster : zone 480 More...
Public Member Functions | |
| StyleCParser (RagTime5ClusterManager &parser) | |
| constructor | |
| shared_ptr < RagTime5ClusterManager::Cluster > | getCluster () |
| return the current cluster | |
| bool | parseZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f) |
| try to 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 | |
| int | m_what |
| a index to know which field is parsed : 0: main, 1, 2/3: field , 4: unicode list | |
| std::string | m_fieldName |
| the actual field name | |
low level: parser of script cluster : zone 480
| RagTime5ClusterManagerInternal::StyleCParser::StyleCParser | ( | RagTime5ClusterManager & | parser | ) | [inline] |
constructor
| void RagTime5ClusterManagerInternal::StyleCParser::endZone | ( | ) | [inline, virtual] |
end of a start zone call
Reimplemented from RagTime5ClusterManager::ClusterParser.
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::StyleCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::StyleCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::StyleCParser::parseZone | ( | MWAWInputStreamPtr & | input, |
| long | fSz, | ||
| int | N, | ||
| int | flag, | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
try to parse a zone
Reimplemented from RagTime5ClusterManager::ClusterParser.
shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::StyleCParser::m_cluster [protected] |
the current cluster
std::string RagTime5ClusterManagerInternal::StyleCParser::m_fieldName [protected] |
the actual field name
int RagTime5ClusterManagerInternal::StyleCParser::m_what [protected] |
a index to know which field is parsed : 0: main, 1, 2/3: field , 4: unicode list