small structure of FreeHandParserInternal used to stored a line style More...
| Public Member Functions | |
| LineStyle () | |
| constructor  More... | |
| Public Attributes | |
| float | m_width | 
| the line width  More... | |
| int | m_colorId | 
| the color id  More... | |
| int | m_dashId | 
| the dash id  More... | |
| MWAWGraphicStyle::Pattern | m_pattern | 
| the pattern  More... | |
| float | m_miterLimit | 
| the miter limit  More... | |
| MWAWGraphicStyle::LineCap | m_cap | 
| the line cap  More... | |
| MWAWGraphicStyle::LineJoin | m_join | 
| the line join  More... | |
small structure of FreeHandParserInternal used to stored a line style
| 
 | inline | 
constructor
| MWAWGraphicStyle::LineCap FreeHandParserInternal::LineStyle::m_cap | 
the line cap
Referenced by FreeHandParser::readLineStyle(), and FreeHandParserInternal::State::updateLineStyle().
| int FreeHandParserInternal::LineStyle::m_colorId | 
the color id
Referenced by FreeHandParser::readLineStyle(), and FreeHandParserInternal::State::updateLineStyle().
| int FreeHandParserInternal::LineStyle::m_dashId | 
the dash id
Referenced by FreeHandParser::readLineStyle(), and FreeHandParserInternal::State::updateLineStyle().
| MWAWGraphicStyle::LineJoin FreeHandParserInternal::LineStyle::m_join | 
the line join
Referenced by FreeHandParser::readLineStyle(), and FreeHandParserInternal::State::updateLineStyle().
| float FreeHandParserInternal::LineStyle::m_miterLimit | 
the miter limit
Referenced by FreeHandParser::readLineStyle().
| MWAWGraphicStyle::Pattern FreeHandParserInternal::LineStyle::m_pattern | 
the pattern
Referenced by FreeHandParser::readLineStyle(), and FreeHandParserInternal::State::updateLineStyle().
| float FreeHandParserInternal::LineStyle::m_width | 
the line width
Referenced by FreeHandParser::readLineStyle(), and FreeHandParserInternal::State::updateLineStyle().