Internal: the state of a MoreParser. More...
Public Member Functions | |
State () | |
constructor | |
void | setDefaultColorList (int version) |
set the default color map |
Public Attributes | |
std::multimap< std::string, MWAWEntry > | m_typeEntryMap |
a map type -> entry | |
MWAWColor | m_backgroundColor |
the organization back page color | |
std::vector< MWAWColor > | m_colorList |
a list colorId -> color | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document |
Internal: the state of a MoreParser.
|
inline |
constructor
void MoreParserInternal::State::setDefaultColorList | ( | int | version | ) |
set the default color map
int MoreParserInternal::State::m_actPage |
the actual page
Referenced by State().
MWAWColor MoreParserInternal::State::m_backgroundColor |
the organization back page color
Referenced by State().
std::vector<MWAWColor> MoreParserInternal::State::m_colorList |
a list colorId -> color
Referenced by setDefaultColorList(), and State().
int MoreParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::multimap<std::string, MWAWEntry> MoreParserInternal::State::m_typeEntryMap |
a map type -> entry
Referenced by State().