Internal: a field of a MindWrtParser. More...
| Public Member Functions | |
| Field (MWAWField::Type type=MWAWField::None) | |
| constructor  More... | |
| bool | ok () const | 
| return true is the field is defined  More... | |
| MWAWField | getField () const | 
| Public Attributes | |
| MWAWField::Type | m_type | 
| the field type  More... | |
| MWAWVec2i | m_pos | 
| the field position: x position in point, y position in line (-1: means no field )  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Field const &field) | 
| operator<<  More... | |
Internal: a field of a MindWrtParser.
| 
 | inlineexplicit | 
constructor
| 
 | inline | 
| 
 | inline | 
return true is the field is defined
| 
 | friend | 
operator<<
| std::string MindWrtParserInternal::Field::m_extra | 
extra data
Referenced by MindWrtParser::readHeadingFields().
| MWAWVec2i MindWrtParserInternal::Field::m_pos | 
the field position: x position in point, y position in line (-1: means no field )
Referenced by ok(), and MindWrtParser::readHeadingFields().
| MWAWField::Type MindWrtParserInternal::Field::m_type | 
the field type
Referenced by getField(), and ok().