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