Internal and low level: the outline modifier header of a MORText. 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 MORText.
MORTextInternal::OutlineMod::OutlineMod | ( | ) | [inline] |
constructor
int MORTextInternal::OutlineMod::getModId | ( | ) | const [inline] |
returns the data id to change in Outline
Referenced by MORText::readOutline().
std::ostream& operator<< | ( | std::ostream & | o, |
OutlineMod const & | head | ||
) | [friend] |
operator<<
the data entry
Referenced by MORText::readOutline().
std::string MORTextInternal::OutlineMod::m_extra |
extra data
Referenced by MORText::readOutline().
the flag
Referenced by getModId(), and MORText::readOutline().
the type
Referenced by MORText::readOutline().
some unknown flags
Referenced by getModId(), OutlineMod(), and MORText::readOutline().