WingzGraphInternal::State Struct Reference

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::Patternm_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...
 

Detailed Description

Internal: the state of a WingzGraph.

Constructor & Destructor Documentation

WingzGraphInternal::State::State ( )
inline

constructor

Member Function Documentation

void WingzGraphInternal::State::addGraphic ( std::shared_ptr< WingzGraphInternal::Graphic graphic)
inline

add a new graphic

void WingzGraphInternal::State::initPatterns ( int  vers)

init the pattern list

Member Data Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Thu May 30 2024 13:09:18 for libmwaw by doxygen 1.8.10