Internal: the helper to read field graphic field for a RagTime5StyleManager. More...
Public Member Functions | |
GraphicFieldParser (std::vector< MWAWColor > const &colorList) | |
constructor | |
~GraphicFieldParser () final | |
destructor | |
std::string | getZoneName (int n) const final |
return the debug name corresponding to a field | |
bool | parseHeaderField (RagTime5StructManager::Field &field, RagTime5Zone &zone, int n, libmwaw::DebugStream &f) final |
parse a header field | |
bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &zone, int n, 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 | |
Public Attributes | |
std::vector< MWAWColor > const & | m_colorsList |
std::vector< RagTime5StyleManager::GraphicStyle > | m_styleList |
the list of graphic style | |
![]() | |
bool | m_regroupFields |
a flag use to decide if we output one debug message by field or not | |
Additional Inherited Members | |
![]() | |
std::string | m_name |
the field name | |
Internal: the helper to read field graphic field for a RagTime5StyleManager.
|
inlineexplicit |
constructor
Referenced by getZoneName().
|
final |
destructor
|
inlinefinalvirtual |
return the debug name corresponding to a field
Reimplemented from RagTime5StructManager::FieldParser.
Referenced by getZoneName().
|
inlinefinalvirtual |
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
|
inlinefinalvirtual |
parse a header field
Reimplemented from RagTime5StructManager::FieldParser.
std::vector<MWAWColor> const& RagTime5StyleManagerInternal::GraphicFieldParser::m_colorsList |
Referenced by GraphicFieldParser(), parseField(), and parseHeaderField().
std::vector<RagTime5StyleManager::GraphicStyle> RagTime5StyleManagerInternal::GraphicFieldParser::m_styleList |
the list of graphic style
Referenced by getZoneName(), GraphicFieldParser(), parseField(), parseHeaderField(), and RagTime5StyleManager::readGraphicStyles().