the AppleŠ rectangle : Rect More...
#include <MWAWPrinter.hxx>
| Public Member Functions | |
| MWAWVec2i | size () const | 
| returns the size  More... | |
| MWAWVec2i | pos (int i) const | 
| returns the position ( 0: leftTop, 1:rightBottom )  More... | |
| bool | read (MWAWInputStreamPtr input, MWAWVec2i const &res) | 
| read value in a file, knowing the resolution  More... | |
| Protected Attributes | |
| MWAWVec2i | m_pos [2] | 
| the LT and RB positions  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, PrinterRect const &r) | 
| operator <<  More... | |
the AppleŠ rectangle : Rect
| 
 | inline | 
returns the position ( 0: leftTop, 1:rightBottom )
Referenced by HanMacWrdJParser::readPrintInfo(), and HanMacWrdKParser::readPrintInfo().
| bool libmwaw::PrinterRect::read | ( | MWAWInputStreamPtr | input, | 
| MWAWVec2i const & | res | ||
| ) | 
read value in a file, knowing the resolution
Referenced by libmwaw::PrinterRectResolution::read().
| 
 | inline | 
returns the size
Referenced by PowerPoint1Parser::readPrintInfo(), PowerPoint3Parser::readPrintInfo(), HanMacWrdJParser::readPrintInfo(), HanMacWrdKParser::readPrintInfo(), and MsWks4Zone::readPRNT().
| 
 | friend | 
operator <<
| 
 | protected |