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