#include <MORParser.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<< |
MORStruct::Pattern::Pattern | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Pattern const & | pat | ||
) | [friend] |
operator<<
the back color
Referenced by MORStruct::operator<<(), and MORParser::readPattern().
the front color
Referenced by MORStruct::operator<<(), and MORParser::readPattern().
unsigned char MORStruct::Pattern::m_pattern[8] |
the pattern
Referenced by MORStruct::operator<<(), Pattern(), and MORParser::readPattern().