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