Internal and low level: the outline modifier header of a MoreText. More...
Public Member Functions | |
| OutlineMod () | |
| constructor | |
| int | getModId () const |
| returns the data id to change in Outline | |
Public Attributes | |
| int | m_type |
| the type | |
| int | m_flags |
| the flag | |
| MWAWEntry | m_entry |
| the data entry | |
| int | m_unknowns [2] |
| some unknown flags | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, OutlineMod const &head) |
| operator<< | |
Internal and low level: the outline modifier header of a MoreText.
| MoreTextInternal::OutlineMod::OutlineMod | ( | ) | [inline] |
constructor
| int MoreTextInternal::OutlineMod::getModId | ( | ) | const [inline] |
returns the data id to change in Outline
Referenced by MoreText::readOutline().
| std::ostream& operator<< | ( | std::ostream & | o, |
| OutlineMod const & | head | ||
| ) | [friend] |
operator<<
the data entry
Referenced by MoreText::readOutline().
| std::string MoreTextInternal::OutlineMod::m_extra |
extra data
Referenced by MoreText::readOutline().
the flag
Referenced by getModId(), and MoreText::readOutline().
the type
Referenced by MoreText::readOutline().
some unknown flags
Referenced by getModId(), OutlineMod(), and MoreText::readOutline().