Internal: a list of graphic corresponding to a page. More...
Public Member Functions | |
Zone () | |
constructor | |
Public Attributes | |
int | m_page |
the page number (if known) | |
std::vector< std::shared_ptr< Frame > > | m_frameList |
the list of frame | |
std::vector< int > | m_rootList |
the list of root id | |
std::vector< MWAWGraphicStyle > | m_styleList |
the list of style | |
bool | m_parsed |
true if we have send the data | |
Internal: a list of graphic corresponding to a page.
|
inline |
constructor
std::vector<std::shared_ptr<Frame> > GreatWksGraphInternal::Zone::m_frameList |
int GreatWksGraphInternal::Zone::m_page |
the page number (if known)
Referenced by GreatWksGraph::readPageFrames().
|
mutable |
true if we have send the data
Referenced by GreatWksGraph::sendPageFrames().
std::vector<int> GreatWksGraphInternal::Zone::m_rootList |
the list of root id
Referenced by GreatWksGraph::readPageFrames(), and GreatWksGraph::sendPageFrames().
std::vector<MWAWGraphicStyle> GreatWksGraphInternal::Zone::m_styleList |
the list of style
Referenced by GreatWksGraph::readPageFrames(), GreatWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), GreatWksGraph::sendShape(), and GreatWksGraph::sendTextbox().