Internal: the stroke style of a Canvas5StyleManager. More...
Public Member Functions | |
Stroke () | |
constructor |
Public Attributes | |
unsigned | m_type |
the type | |
int | m_penId |
the pen id | |
int | m_dashId |
the dash id | |
int | m_arrowId [2] |
the arrow id (beg/end) |
Friends | |
std::ostream & | operator<< (std::ostream &o, Stroke const &stroke) |
Internal: the stroke style of a Canvas5StyleManager.
|
inline |
constructor
Referenced by operator<<.
|
friend |
int Canvas5StyleManagerInternal::Stroke::m_arrowId[2] |
the arrow id (beg/end)
Referenced by operator<<, and Stroke().
int Canvas5StyleManagerInternal::Stroke::m_dashId |
the dash id
Referenced by operator<<, and Stroke().
int Canvas5StyleManagerInternal::Stroke::m_penId |
the pen id
Referenced by operator<<, and Stroke().
unsigned Canvas5StyleManagerInternal::Stroke::m_type |
the type
Referenced by operator<<, Canvas5StyleManager::readFrameStyles9(), and Stroke().