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