Internal: the state of a ScoopParser. More...
Public Member Functions | |
State () | |
constructor More... | |
void | initPatterns () |
init the patterns More... | |
Public Attributes | |
int | m_numPages |
the number of pages More... | |
int | m_displayMode |
the display mode 0: thumbnail, 1: one page, 2: facings pages, 3: one page+scrap More... | |
int | m_leftPage |
the left-top page More... | |
int | m_rightPage |
the right-bottom page More... | |
MWAWVec2i | m_thumbnailSize |
the number of page using in thumbnail display More... | |
MWAWVec2i | m_layoutDimension |
the layout dimension More... | |
bool | m_hasScrapPage |
a flag to know if some shape are on the scrap page More... | |
std::vector< MWAWGraphicStyle::Pattern > | m_patterns |
the list of patterns More... | |
std::vector< Shape > | m_shapes |
the main list of shapes More... | |
std::map< long, MWAWParagraph > | m_idToParagraphMap |
the style map: id to paragraph More... | |
std::map< long, TextZone > | m_idToTextZoneMap |
the text zone map: id to text zone More... | |
Internal: the state of a ScoopParser.
|
inline |
constructor
void ScoopParserInternal::State::initPatterns | ( | ) |
init the patterns
Referenced by State().
int ScoopParserInternal::State::m_displayMode |
the display mode 0: thumbnail, 1: one page, 2: facings pages, 3: one page+scrap
bool ScoopParserInternal::State::m_hasScrapPage |
a flag to know if some shape are on the scrap page
std::map<long,MWAWParagraph> ScoopParserInternal::State::m_idToParagraphMap |
the style map: id to paragraph
std::map<long,TextZone> ScoopParserInternal::State::m_idToTextZoneMap |
the text zone map: id to text zone
MWAWVec2i ScoopParserInternal::State::m_layoutDimension |
the layout dimension
int ScoopParserInternal::State::m_leftPage |
the left-top page
int ScoopParserInternal::State::m_numPages |
the number of pages
std::vector<MWAWGraphicStyle::Pattern> ScoopParserInternal::State::m_patterns |
the list of patterns
Referenced by initPatterns().
int ScoopParserInternal::State::m_rightPage |
the right-bottom page
std::vector<Shape> ScoopParserInternal::State::m_shapes |
the main list of shapes
MWAWVec2i ScoopParserInternal::State::m_thumbnailSize |
the number of page using in thumbnail display