Internal: the state of a BeagleWksDBParser. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
long | m_databaseBegin |
the database begin position More... | |
Database | m_database |
the database More... | |
std::multimap< std::string, MWAWEntry > | m_typeEntryMap |
the type entry map More... | |
int | m_actPage |
the actual page More... | |
int | m_numPages |
the number of page of the final document More... | |
int | m_headerHeight |
the header height if known More... | |
int | m_footerHeight |
the footer height if known More... | |
Internal: the state of a BeagleWksDBParser.
|
inline |
constructor
int BeagleWksDBParserInternal::State::m_actPage |
the actual page
Database BeagleWksDBParserInternal::State::m_database |
the database
long BeagleWksDBParserInternal::State::m_databaseBegin |
the database begin position
int BeagleWksDBParserInternal::State::m_footerHeight |
the footer height if known
int BeagleWksDBParserInternal::State::m_headerHeight |
the header height if known
int BeagleWksDBParserInternal::State::m_numPages |
the number of page of the final document
std::multimap<std::string, MWAWEntry> BeagleWksDBParserInternal::State::m_typeEntryMap |
the type entry map