Internal: a list of graphic corresponding to a page. More...
| Public Member Functions | |
| Zone () | |
| constructor  More... | |
| Public Attributes | |
| int | m_page | 
| the page number (if known)  More... | |
| std::vector< std::shared_ptr< Frame > > | m_frameList | 
| the list of frame  More... | |
| std::vector< int > | m_rootList | 
| the list of root id  More... | |
| std::vector< MWAWGraphicStyle > | m_styleList | 
| the list of style  More... | |
| bool | m_parsed | 
| true if we have send the data  More... | |
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().