small structure of FreeHandParserInternal used to stored a fill style More...
| Public Member Functions | |
| FillStyle () | |
| constructor  More... | |
| Public Attributes | |
| MWAWGraphicStyle::GradientType | m_type | 
| the gradient type  More... | |
| int | m_colorId [2] | 
| the color id  More... | |
| MWAWGraphicStyle::Pattern | m_pattern | 
| the pattern  More... | |
| float | m_angle | 
| the angle  More... | |
| bool | m_logarithm | 
| flag to know if a flag has logarithmic scale  More... | |
small structure of FreeHandParserInternal used to stored a fill style
| 
 | inline | 
constructor
| float FreeHandParserInternal::FillStyle::m_angle | 
the angle
Referenced by FreeHandParser::readFillStyle(), and FreeHandParserInternal::State::updateFillStyle().
| int FreeHandParserInternal::FillStyle::m_colorId[2] | 
the color id
Referenced by FillStyle(), FreeHandParser::readFillStyle(), and FreeHandParserInternal::State::updateFillStyle().
| bool FreeHandParserInternal::FillStyle::m_logarithm | 
flag to know if a flag has logarithmic scale
Referenced by FreeHandParser::readFillStyle().
| MWAWGraphicStyle::Pattern FreeHandParserInternal::FillStyle::m_pattern | 
the pattern
Referenced by FreeHandParser::readFillStyle(), and FreeHandParserInternal::State::updateFillStyle().
| MWAWGraphicStyle::GradientType FreeHandParserInternal::FillStyle::m_type | 
the gradient type
Referenced by FreeHandParser::readFillStyle(), and FreeHandParserInternal::State::updateFillStyle().