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

◆ State()

WingzGraphInternal::State::State ( )
inline

constructor

Member Function Documentation

◆ addGraphic()

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

add a new graphic

◆ initPatterns()

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

init the pattern list

Member Data Documentation

◆ m_groupStack

std::stack<std::shared_ptr<Graphic> > WingzGraphInternal::State::m_groupStack

the group stack

Referenced by addGraphic().

◆ m_inGroupDepth

int WingzGraphInternal::State::m_inGroupDepth

the group actual depth

◆ m_patternList

std::vector<MWAWGraphicStyle::Pattern> WingzGraphInternal::State::m_patternList

the patterns list

Referenced by initPatterns().

◆ m_pictureList

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 for libmwaw by doxygen 1.8.14