Internal: the helper to read field for a RagTime5Text. More...
Public Member Functions | |
| FieldParser (RagTime5Text &parser) | |
| constructor | |
| std::string | getZoneName (int n) const |
| return the debug name corresponding to a field | |
| virtual bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &zone, int, libmwaw::DebugStream &f) |
| parse a field | |
Protected Attributes | |
| RagTime5Text & | m_mainParser |
| the main parser | |
Internal: the helper to read field for a RagTime5Text.
| RagTime5TextInternal::FieldParser::FieldParser | ( | RagTime5Text & | parser | ) | [inline] |
constructor
| std::string RagTime5TextInternal::FieldParser::getZoneName | ( | int | n | ) | const [inline, virtual] |
return the debug name corresponding to a field
Reimplemented from RagTime5StructManager::FieldParser.
| virtual bool RagTime5TextInternal::FieldParser::parseField | ( | RagTime5StructManager::Field & | field, |
| RagTime5Zone & | zone, | ||
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
the main parser