Internal: the state of a CWGraph. More...
Public Member Functions | |
| State () | |
| constructor | |
| void | setDefaultColorList (int version) |
| set the default color map | |
| void | setDefaultPatternList (int version) |
| set the default pattern map | |
| void | setDefaultWallPaperList (int version) |
| set the default pattern map | |
Public Attributes | |
| std::map< int, shared_ptr < Group > > | m_zoneMap |
| a map zoneId -> group | |
| std::vector< MWAWColor > | m_colorList |
| a list colorId -> color | |
| std::vector< float > | m_patternList |
| a list patternId -> percent | |
| std::vector< MWAWColor > | m_wallpaperList |
| a list wallPaperId -> color | |
| int | m_frameId |
| a int used to defined linked frame | |
Internal: the state of a CWGraph.
|
inline |
constructor
| void CWGraphInternal::State::setDefaultColorList | ( | int | version | ) |
set the default color map
| void CWGraphInternal::State::setDefaultPatternList | ( | int | version | ) |
set the default pattern map
| void CWGraphInternal::State::setDefaultWallPaperList | ( | int | version | ) |
set the default pattern map
| std::vector<MWAWColor> CWGraphInternal::State::m_colorList |
a list colorId -> color
Referenced by setDefaultColorList().
| int CWGraphInternal::State::m_frameId |
a int used to defined linked frame
| std::vector<float> CWGraphInternal::State::m_patternList |
a list patternId -> percent
Referenced by setDefaultPatternList().
| std::vector<MWAWColor> CWGraphInternal::State::m_wallpaperList |
a list wallPaperId -> color
Referenced by setDefaultWallPaperList().
| std::map<int, shared_ptr<Group> > CWGraphInternal::State::m_zoneMap |
a map zoneId -> group