Internal: the state of a ClarisDrawStyleManager. More...
| Public Member Functions | |
| State () | |
| constructor  More... | |
| void | initBWPatterns () | 
| init the black and white patterns list  More... | |
| void | initColors () | 
| init the colors list  More... | |
| void | initDashs () | 
| init the dashs list  More... | |
| void | initGradients () | 
| init the gradient list  More... | |
| Public Attributes | |
| MWAWVec2f | m_documentSize | 
| the document size (in point)  More... | |
| int | m_numStyleZones [6] | 
| the number of zones  More... | |
| int | m_numColors | 
| the number of color  More... | |
| int | m_numBWPatterns | 
| the number of BW pattern  More... | |
| int | m_numGradients | 
| the number of gradient  More... | |
| std::vector< MWAWColor > | m_colorList | 
| the color list  More... | |
| std::vector< std::vector< float > > | m_dashList | 
| the list of dash  More... | |
| std::vector< MWAWFont > | m_fontList | 
| the list of font  More... | |
| std::vector< MWAWParagraph > | m_paragraphList | 
| the list of paragraph  More... | |
| std::vector< MWAWGraphicStyle::Pattern > | m_BWPatternList | 
| the patterns list  More... | |
| std::vector< Gradient > | m_gradientList | 
| the gradient list  More... | |
Internal: the state of a ClarisDrawStyleManager.
| 
 | inline | 
constructor
| void ClarisDrawStyleManagerInternal::State::initBWPatterns | ( | ) | 
init the black and white patterns list
| void ClarisDrawStyleManagerInternal::State::initColors | ( | ) | 
init the colors list
| void ClarisDrawStyleManagerInternal::State::initDashs | ( | ) | 
init the dashs list
| void ClarisDrawStyleManagerInternal::State::initGradients | ( | ) | 
init the gradient list
| std::vector<MWAWGraphicStyle::Pattern> ClarisDrawStyleManagerInternal::State::m_BWPatternList | 
the patterns list
Referenced by initBWPatterns().
| std::vector<MWAWColor> ClarisDrawStyleManagerInternal::State::m_colorList | 
the color list
Referenced by initColors().
| std::vector< std::vector<float> > ClarisDrawStyleManagerInternal::State::m_dashList | 
the list of dash
Referenced by initDashs().
| MWAWVec2f ClarisDrawStyleManagerInternal::State::m_documentSize | 
the document size (in point)
| std::vector<MWAWFont> ClarisDrawStyleManagerInternal::State::m_fontList | 
the list of font
| std::vector<Gradient> ClarisDrawStyleManagerInternal::State::m_gradientList | 
the gradient list
Referenced by initGradients().
| int ClarisDrawStyleManagerInternal::State::m_numBWPatterns | 
the number of BW pattern
| int ClarisDrawStyleManagerInternal::State::m_numColors | 
the number of color
Referenced by initColors().
| int ClarisDrawStyleManagerInternal::State::m_numGradients | 
the number of gradient
Referenced by initGradients().
| int ClarisDrawStyleManagerInternal::State::m_numStyleZones[6] | 
the number of zones
Referenced by State().
| std::vector<MWAWParagraph> ClarisDrawStyleManagerInternal::State::m_paragraphList | 
the list of paragraph