the AppleŠ printer information : TPrint More...
#include <MWAWPrinter.hxx>
Public Member Functions | |
| PrinterInfo () | |
| constructor More... | |
| ~PrinterInfo () | |
| destructor More... | |
| PrinterRect | page () const |
| returns the page rectangle More... | |
| PrinterRect | paper () const |
| returns the paper rectangle More... | |
| bool | read (MWAWInputStreamPtr input) |
| reads the struture in a file More... | |
Protected Attributes | |
| shared_ptr< PrinterInfoData > | m_data |
| internal data More... | |
Private Member Functions | |
| PrinterInfo (PrinterInfo const &orig) | |
| PrinterInfo & | operator= (PrinterInfo const &orig) |
Friends | |
| std::ostream & | operator<< (std::ostream &o, PrinterInfo const &r) |
| operator<< for a PrinterInfo More... | |
the AppleŠ printer information : TPrint
| libmwaw::PrinterInfo::PrinterInfo | ( | ) |
constructor
| libmwaw::PrinterInfo::~PrinterInfo | ( | ) |
destructor
|
private |
|
private |
| PrinterRect libmwaw::PrinterInfo::page | ( | ) | const |
returns the page rectangle
Referenced by HMWJParser::readPrintInfo(), HMWKParser::readPrintInfo(), and MSK4Zone::readPRNT().
| PrinterRect libmwaw::PrinterInfo::paper | ( | ) | const |
returns the paper rectangle
Referenced by HMWJParser::readPrintInfo(), HMWKParser::readPrintInfo(), and MSK4Zone::readPRNT().
| bool libmwaw::PrinterInfo::read | ( | MWAWInputStreamPtr | input | ) |
reads the struture in a file
Referenced by MWParser::readPrintInfo(), WPParser::readPrintInfo(), ACParser::readPrintInfo(), LWParser::readPrintInfo(), MDWParser::readPrintInfo(), NSParser::readPrintInfo(), MSWParser::readPrintInfo(), MSK3Parser::readPrintInfo(), CWParser::readPrintInfo(), WNParser::readPrintInfo(), MWProParser::readPrintInfo(), HMWJParser::readPrintInfo(), FWParser::readPrintInfo(), MRWParser::readPrintInfo(), HMWKParser::readPrintInfo(), and MSK4Zone::readPRNT().
|
friend |
operator<< for a PrinterInfo
|
protected |
internal data
Referenced by libmwaw::operator<<(), page(), paper(), and read().