Canvas5StyleManagerInternal::State Struct Reference

Internal: the state of a Canvas5StyleManager. More...

Public Member Functions

 State ()
 constructor More...
 

Public Attributes

std::map< int,
MWAWGraphicStyle::Arrow
m_idToArrow
 the id to arrow map More...
 
std::map< int, std::shared_ptr
< ColorStyle > > 
m_idToColor
 the id to color style map More...
 
std::map< int, std::shared_ptr
< PenStyle > > 
m_idToPen
 the id to pen style map More...
 
std::map< int, std::vector
< float > > 
m_idToDash
 the id to dash map More...
 
std::map< int, Strokem_idToStroke
 the id to stroke style map More...
 

Detailed Description

Internal: the state of a Canvas5StyleManager.

Constructor & Destructor Documentation

Canvas5StyleManagerInternal::State::State ( )
inline

constructor

Member Data Documentation

std::map<int, MWAWGraphicStyle::Arrow> Canvas5StyleManagerInternal::State::m_idToArrow

the id to arrow map

std::map<int, std::shared_ptr<ColorStyle> > Canvas5StyleManagerInternal::State::m_idToColor

the id to color style map

std::map<int, std::vector<float> > Canvas5StyleManagerInternal::State::m_idToDash

the id to dash map

std::map<int, std::shared_ptr<PenStyle> > Canvas5StyleManagerInternal::State::m_idToPen

the id to pen style map

std::map<int, Stroke> Canvas5StyleManagerInternal::State::m_idToStroke

the id to stroke style map


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

Generated for libmwaw by doxygen 1.8.6