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, Stroke > | m_idToStroke |
the id to stroke style map More... | |
Internal: the state of a Canvas5StyleManager.
|
inline |
constructor
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