Internal: the state of a WingzGraph. More...
| Public Member Functions | |
| State () | |
| constructor  More... | |
| void | initPatterns (int vers) | 
| init the pattern list  More... | |
| void | addGraphic (std::shared_ptr< WingzGraphInternal::Graphic > graphic) | 
| add a new graphic  More... | |
| Public Attributes | |
| std::vector< MWAWGraphicStyle::Pattern > | m_patternList | 
| the patterns list  More... | |
| std::vector< std::shared_ptr< Graphic > > | m_pictureList | 
| the list of picture  More... | |
| std::stack< std::shared_ptr< Graphic > > | m_groupStack | 
| the group stack  More... | |
| int | m_inGroupDepth | 
| the group actual depth  More... | |
Internal: the state of a WingzGraph.
| 
 | inline | 
constructor
| 
 | inline | 
add a new graphic
| void WingzGraphInternal::State::initPatterns | ( | int | vers | ) | 
init the pattern list
| std::stack<std::shared_ptr<Graphic> > WingzGraphInternal::State::m_groupStack | 
the group stack
Referenced by addGraphic().
| int WingzGraphInternal::State::m_inGroupDepth | 
the group actual depth
| std::vector<MWAWGraphicStyle::Pattern> WingzGraphInternal::State::m_patternList | 
the patterns list
Referenced by initPatterns().
| std::vector<std::shared_ptr<Graphic> > WingzGraphInternal::State::m_pictureList | 
the list of picture
Referenced by addGraphic().