Internal: the state of a Canvas5StyleManager. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
std::map< int, MWAWGraphicStyle::Arrow > | m_idToArrow |
the id to arrow map | |
std::map< int, std::shared_ptr< ColorStyle > > | m_idToColor |
the id to color style map | |
std::map< int, std::shared_ptr< PenStyle > > | m_idToPen |
the id to pen style map | |
std::map< int, std::vector< float > > | m_idToDash |
the id to dash map | |
std::map< int, Stroke > | m_idToStroke |
the id to stroke style map |
Internal: the state of a Canvas5StyleManager.
|
inline |
constructor
std::map<int, MWAWGraphicStyle::Arrow> Canvas5StyleManagerInternal::State::m_idToArrow |
the id to arrow map
Referenced by State().
std::map<int, std::shared_ptr<ColorStyle> > Canvas5StyleManagerInternal::State::m_idToColor |
the id to color style map
Referenced by State().
std::map<int, std::vector<float> > Canvas5StyleManagerInternal::State::m_idToDash |
the id to dash map
Referenced by State().
std::map<int, std::shared_ptr<PenStyle> > Canvas5StyleManagerInternal::State::m_idToPen |
the id to pen style map
Referenced by State().
std::map<int, Stroke> Canvas5StyleManagerInternal::State::m_idToStroke |
the id to stroke style map
Referenced by State().