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