Internal: the helper to read field color field for a RagTime5StyleManager. More...
 
  
| Public Member Functions | |
| ColorFieldParser () | |
| constructor  More... | |
| ~ColorFieldParser () final | |
| destructor  More... | |
| std::string | getZoneName (int n) const final | 
| return the debug name corresponding to a field  More... | |
| bool | parseField (RagTime5StructManager::Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) final | 
| parse a field  More... | |
|  Public Member Functions inherited from RagTime5StructManager::FieldParser | |
| 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... | |
| virtual bool | parseHeaderField (Field &field, RagTime5Zone &, int, libmwaw::DebugStream &f) | 
| parse a header field  More... | |
| Public Attributes | |
| std::vector< MWAWColor > | m_colorsList | 
| a map id to color  More... | |
|  Public Attributes inherited from RagTime5StructManager::FieldParser | |
| bool | m_regroupFields | 
| a flag use to decide if we output one debug message by field or not  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from RagTime5StructManager::FieldParser | |
| std::string | m_name | 
| the field name  More... | |
Internal: the helper to read field color field for a RagTime5StyleManager.
| 
 | inline | 
constructor
| 
 | final | 
destructor
| 
 | inlinefinalvirtual | 
return the debug name corresponding to a field
Reimplemented from RagTime5StructManager::FieldParser.
| 
 | inlinefinalvirtual | 
parse a field
Reimplemented from RagTime5StructManager::FieldParser.
| std::vector<MWAWColor> RagTime5StyleManagerInternal::ColorFieldParser::m_colorsList | 
a map id to color
Referenced by parseField(), and RagTime5StyleManager::readGraphicColors().