basic parser to read image/main graphic position properties More...
#include <RagTime5StructManager.hxx>
Public Member Functions | |
GObjPropFieldParser (std::string const &name) | |
constructor | |
bool | parseField (Field &field, RagTime5Zone &zone, int n, libmwaw::DebugStream &f) final |
parse a field | |
Public Member Functions inherited from RagTime5StructManager::FieldParser | |
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 |
Public Attributes | |
int | m_clusterId |
the id of the zone corresponding to this property (always a clust graph ?) | |
Public Attributes inherited from RagTime5StructManager::FieldParser | |
bool | m_regroupFields |
a flag use to decide if we output one debug message by field or not |
Additional Inherited Members | |
Protected Attributes inherited from RagTime5StructManager::FieldParser | |
std::string | m_name |
the field name |
basic parser to read image/main graphic position properties
|
inlineexplicit |
constructor
|
finalvirtual |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
int RagTime5StructManager::GObjPropFieldParser::m_clusterId |
the id of the zone corresponding to this property (always a clust graph ?)
Referenced by GObjPropFieldParser().