Internal: class used to store the printing preferences in ACParser. 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 ACParser.
ACParserInternal::Printing::Printing | ( | ) | [inline] |
constructor
bool ACParserInternal::Printing::isEmpty | ( | ) | const [inline] |
returns true if the header is empty
bool ACParserInternal::Printing::operator!= | ( | Printing const & | ) | const [inline] |
operator=!
bool ACParserInternal::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(), ACParser::readHFProperties(), and ACParser::sendHeaderFooter().
MWAWFont ACParserInternal::Printing::m_font |
the font
Referenced by operator==(), ACParser::readHFProperties(), and ACParser::sendHeaderFooter().