Internal: the state of a BeagleWksBMParser. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
long | m_graphicBegin |
the graphic begin position More... | |
Bitmap | m_bitmap |
the bitmap data More... | |
shared_ptr< MWAWPict > | m_pict |
the bitmap 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 BeagleWksBMParser.
|
inline |
constructor
int BeagleWksBMParserInternal::State::m_actPage |
the actual page
Bitmap BeagleWksBMParserInternal::State::m_bitmap |
the bitmap data
int BeagleWksBMParserInternal::State::m_footerHeight |
the footer height if known
long BeagleWksBMParserInternal::State::m_graphicBegin |
the graphic begin position
int BeagleWksBMParserInternal::State::m_headerHeight |
the header height if known
int BeagleWksBMParserInternal::State::m_numPages |
the number of page of the final document
shared_ptr<MWAWPict> BeagleWksBMParserInternal::State::m_pict |
the bitmap
std::multimap<std::string, MWAWEntry> BeagleWksBMParserInternal::State::m_typeEntryMap |
the type entry map