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