the entry of MsWrdParser More...
#include <MsWrdParser.hxx>
Public Member Functions | |
| MsWrdEntry () | |
| int | pictType () const |
| returns the text id | |
| void | setPictType (int newId) |
| sets the picture id | |
Public Attributes | |
| int | m_pictType |
| the picture identificator | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, MsWrdEntry const &entry) |
| operator<< | |
the entry of MsWrdParser
| MsWrdEntry::MsWrdEntry | ( | ) | [inline] |
| int MsWrdEntry::pictType | ( | ) | const [inline] |
returns the text id
This field is used to differentiate main text, header, ...)
Referenced by MsWrdParser::readPicture().
| void MsWrdEntry::setPictType | ( | int | newId | ) | [inline] |
sets the picture id
Referenced by MsWrdParser::checkPicturePos().
| std::ostream& operator<< | ( | std::ostream & | o, |
| MsWrdEntry const & | entry | ||
| ) | [friend] |
operator<<
the picture identificator
Referenced by pictType(), and setPictType().