Internal: the helper to read field for a RagTime5Graph. More...
Public Types | |
enum | Type { Z_Styles, Z_Colors } |
enum used to define the zone type More... | |
Public Member Functions | |
FieldParser (RagTime5Graph &parser, Type type) | |
constructor More... | |
std::string | getZoneName (int n) const |
return the debug name corresponding to a field More... | |
virtual bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &zone, int, libmwaw::DebugStream &f) |
parse a field More... | |
![]() | |
FieldParser (std::string const &zoneName) | |
constructor More... | |
virtual | ~FieldParser () |
destructor More... | |
virtual std::string | getZoneName () const |
return the debug name corresponding to a zone More... | |
Protected Attributes | |
Type | m_type |
the zone type More... | |
RagTime5Graph & | m_mainParser |
the main parser More... | |
![]() | |
std::string | m_name |
the field name More... | |
Additional Inherited Members | |
![]() | |
bool | m_regroupFields |
a flag use to decide if we output one debug message by field or not More... | |
Internal: the helper to read field for a RagTime5Graph.
|
inline |
constructor
|
inlinevirtual |
return the debug name corresponding to a field
Reimplemented from RagTime5StructManager::FieldParser.
|
inlinevirtual |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
|
protected |
the main parser
|
protected |
the zone type
Referenced by FieldParser(), getZoneName(), and parseField().