small struct used to defined line style More...
Public Member Functions | |
| LineStyle () | |
| constructor | |
Public Attributes | |
| float | m_width |
| the line width | |
| WPSColor | m_color |
| the line color | |
| int | m_dashId |
| the dash id | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, LineStyle const &line) |
| operator<< | |
small struct used to defined line style
| LotusStyleManagerInternal::LineStyle::LineStyle | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| LineStyle const & | line | ||
| ) | [friend] |
operator<<
the line color
Referenced by LotusStyleManager::readLineStyle(), and LotusStyleManager::updateLineStyle().
the dash id
Referenced by LotusStyleManager::readLineStyle().
| std::string LotusStyleManagerInternal::LineStyle::m_extra |
extra data
Referenced by LotusStyleManager::readLineStyle().
the line width
Referenced by LotusStyleManager::readLineStyle(), and LotusStyleManager::updateLineStyle().