Internal: the object of MSWParser. More...
Public Member Functions | |
Object () | |
MSWEntry | getEntry () const |
Public Attributes | |
long | m_textPos |
the text position | |
MWAWEntry | m_pos |
the object entry | |
std::string | m_name |
the object name | |
int | m_id |
the id | |
int | m_ids [2] |
some others id? | |
int | m_idsFlag [2] |
some flags link to m_ids | |
int | m_flags [2] |
some flags | |
std::string | m_extra |
some extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Object const &obj) |
operator<< |
Internal: the object of MSWParser.
MSWParserInternal::Object::Object | ( | ) | [inline] |
MSWEntry MSWParserInternal::Object::getEntry | ( | ) | const [inline] |
Referenced by MSWParser::readObject().
std::ostream& operator<< | ( | std::ostream & | o, |
Object const & | obj | ||
) | [friend] |
operator<<
std::string MSWParserInternal::Object::m_extra |
some extra data
some flags
Referenced by Object().
the id
Referenced by getEntry(), and MSWParser::readObject().
some others id?
Referenced by Object().
some flags link to m_ids
Referenced by Object().
std::string MSWParserInternal::Object::m_name |
the object name
the object entry
Referenced by getEntry(), and MSWParser::readObject().
the text position
Referenced by MSWParser::readObjectList().