Internal: class used to store the printing preferences in ActaParser. More...
Public Member Functions | |
Printing () | |
constructor More... | |
bool | isEmpty () const |
returns true if the header is empty More... | |
bool | operator== (Printing const &print) const |
operator== More... | |
bool | operator!= (Printing const &print) const |
operator=! More... | |
Public Attributes | |
MWAWFont | m_font |
the font More... | |
int | m_flags [2] |
the flags More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Printing const &print) |
operator<< More... | |
Internal: class used to store the printing preferences in ActaParser.
|
inline |
constructor
|
inline |
returns true if the header is empty
|
inline |
operator=!
|
inline |
operator==
Referenced by operator!=().
|
friend |
operator<<
int ActaParserInternal::Printing::m_flags[2] |
the flags
Referenced by isEmpty(), operator==(), Printing(), ActaParser::readHFProperties(), and ActaParser::sendHeaderFooter().
MWAWFont ActaParserInternal::Printing::m_font |
the font
Referenced by operator==(), ActaParser::readHFProperties(), and ActaParser::sendHeaderFooter().