Internal: the pen style of a Canvas5StyleManager. More...
Classes | |
struct | Line |
a line of a Canvas5StyleManager pen style More... | |
Public Member Functions | |
PenStyle () | |
constructor More... | |
Public Attributes | |
unsigned | m_type |
the type More... | |
MWAWVec2f | m_size |
the pen size More... | |
MWAWVariable< MWAWColor > | m_colors [2] |
the neo color More... | |
bool | m_usePenColor |
use pen ink More... | |
std::vector< Line > | m_lines |
the plin lines More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PenStyle const &pen) |
Internal: the pen style of a Canvas5StyleManager.
|
inline |
constructor
|
friend |
MWAWVariable<MWAWColor> Canvas5StyleManagerInternal::PenStyle::m_colors[2] |
the neo color
Referenced by PenStyle(), and Canvas5StyleManager::updateLine().
std::vector<Line> Canvas5StyleManagerInternal::PenStyle::m_lines |
the plin lines
Referenced by Canvas5StyleManager::updateLine().
MWAWVec2f Canvas5StyleManagerInternal::PenStyle::m_size |
the pen size
Referenced by Canvas5StyleManager::updateLine().
unsigned Canvas5StyleManagerInternal::PenStyle::m_type |
the type
Referenced by Canvas5StyleManager::updateLine().
bool Canvas5StyleManagerInternal::PenStyle::m_usePenColor |
use pen ink