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
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
WPSColor LotusStyleManagerInternal::LineStyle::m_color |
the line color
Referenced by LineStyle(), operator<<, LotusStyleManager::readGraphicStyleC9(), and LotusStyleManager::readLineStyle().
int LotusStyleManagerInternal::LineStyle::m_dashId |
the dash id
Referenced by LineStyle(), operator<<, and LotusStyleManager::readLineStyle().
std::string LotusStyleManagerInternal::LineStyle::m_extra |
extra data
Referenced by LineStyle(), operator<<, and LotusStyleManager::readLineStyle().
float LotusStyleManagerInternal::LineStyle::m_width |
the line width
Referenced by LineStyle(), operator<<, LotusStyleManager::readGraphicStyleC9(), and LotusStyleManager::readLineStyle().