Internal and low level: the outline modifier header of a MoreText. 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 MoreText.
|
inline |
constructor
|
inline |
returns the data id to change in Outline
Referenced by MoreText::readOutline().
|
friend |
operator<<
MWAWEntry MoreTextInternal::OutlineMod::m_entry |
the data entry
Referenced by MoreText::readOutline().
std::string MoreTextInternal::OutlineMod::m_extra |
extra data
Referenced by MoreText::readOutline().
int MoreTextInternal::OutlineMod::m_flags |
the flag
Referenced by getModId(), and MoreText::readOutline().
int MoreTextInternal::OutlineMod::m_type |
the type
Referenced by MoreText::readOutline().
int MoreTextInternal::OutlineMod::m_unknowns[2] |
some unknown flags
Referenced by getModId(), OutlineMod(), and MoreText::readOutline().