ClarisDrawStyleManagerInternal::State Struct Reference

Internal: the state of a ClarisDrawStyleManager. More...

List of all members.

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 initGradients ()
 init the gradient 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_numGradients
 the number of gradient
std::vector< MWAWColorm_colorList
 the color list
std::vector< std::vector< float > > m_dashList
 the list of dash
std::vector< MWAWFontm_fontList
 the list of font
std::vector< MWAWParagraphm_paragraphList
 the list of paragraph
std::vector
< MWAWGraphicStyle::Pattern
m_BWPatternList
 the patterns list
std::vector< Gradientm_gradientList
 the gradient list

Detailed Description

Internal: the state of a ClarisDrawStyleManager.


Constructor & Destructor Documentation


Member Function Documentation

init the black and white patterns list


Member Data Documentation

std::vector< std::vector<float> > ClarisDrawStyleManagerInternal::State::m_dashList

the list of dash

Referenced by initDashs().

the number of color

Referenced by initColors().

the number of zones

Referenced by State().


The documentation for this struct was generated from the following file: