low level: parser of color pattern cluster : zone 0x8042 More...
Public Member Functions | |
| ColPatCParser (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) |
| parse a zone | |
| bool | parseField (RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f) |
| parse a field | |
Protected Attributes | |
| shared_ptr < RagTime5ClusterManager::Cluster > | m_cluster |
| the current cluster | |
low level: parser of color pattern cluster : zone 0x8042
| RagTime5ClusterManagerInternal::ColPatCParser::ColPatCParser | ( | RagTime5ClusterManager & | parser | ) | [inline] |
constructor
| shared_ptr<RagTime5ClusterManager::Cluster> RagTime5ClusterManagerInternal::ColPatCParser::getCluster | ( | ) | [inline, virtual] |
return the current cluster
Implements RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::ColPatCParser::parseField | ( | RagTime5StructManager::Field const & | field, |
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5ClusterManager::ClusterParser.
| bool RagTime5ClusterManagerInternal::ColPatCParser::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::ColPatCParser::m_cluster [protected] |
the current cluster