Internal: the helper to read doc info parse. More...
Public Member Functions | |
DocInfoFieldParser (RagTime5Document &doc) | |
constructor | |
~DocInfoFieldParser () final | |
destructor | |
bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &zone, int, libmwaw::DebugStream &f) final |
parse a field | |
![]() | |
FieldParser (std::string const &zoneName) | |
constructor | |
virtual | ~FieldParser () |
destructor | |
virtual std::string | getZoneName () const |
return the debug name corresponding to a zone | |
virtual std::string | getZoneName (int n) const |
return the debug name corresponding to a field | |
virtual bool | parseHeaderField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) |
parse a header field | |
virtual bool | parseField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) |
parse a field | |
Protected Attributes | |
RagTime5Document & | m_document |
the main parser | |
![]() | |
std::string | m_name |
the field name | |
Additional Inherited Members | |
![]() | |
bool | m_regroupFields |
a flag use to decide if we output one debug message by field or not | |
Internal: the helper to read doc info parse.
|
inlineexplicit |
constructor
|
final |
destructor
|
inlinefinalvirtual |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
|
protected |
the main parser
Referenced by parseField().