#include <MoreParser.hxx>
Public Member Functions | |
Pattern () | |
constructor | |
Public Attributes | |
unsigned char | m_pattern [8] |
the pattern | |
MWAWColor | m_frontColor |
the front color | |
MWAWColor | m_backColor |
the back color | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Pattern const &pat) |
operator<< | |
|
inline |
constructor
|
friend |
operator<<
MWAWColor MoreStruct::Pattern::m_backColor |
the back color
Referenced by MoreParser::readPattern().
MWAWColor MoreStruct::Pattern::m_frontColor |
the front color
Referenced by MoreParser::readPattern().
unsigned char MoreStruct::Pattern::m_pattern[8] |
the pattern
Referenced by Pattern(), and MoreParser::readPattern().