MDWParserInternal::Field Struct Reference

Internal: a field of a MDWParser. More...

List of all members.

Public Member Functions

 Field (MWAWField::Type type=MWAWField::None)
 constructor
bool ok () const
 return true is the field is defined
MWAWField getField () const

Public Attributes

MWAWField::Type m_type
 the field type
Vec2i m_pos
 the field position: x position in point, y position in line (-1: means no field )
std::string m_extra
 extra data

Friends

std::ostream & operator<< (std::ostream &o, Field const &field)
 operator<<

Detailed Description

Internal: a field of a MDWParser.


Constructor & Destructor Documentation


Member Function Documentation

bool MDWParserInternal::Field::ok ( ) const [inline]

return true is the field is defined


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Field const &  field 
) [friend]

operator<<


Member Data Documentation

the field position: x position in point, y position in line (-1: means no field )

Referenced by ok(), and MDWParser::readHeadingFields().


The documentation for this struct was generated from the following file: