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