Internal: structure used to keep a rectangle with its resolution. More...
| Public Member Functions | |
| PrinterRectResolution () | |
| PrinterRect | page () const | 
| page dimension  More... | |
| MWAWVec2i const & | resolution () const | 
| resolution  More... | |
| bool | read (MWAWInputStreamPtr input) | 
| reads the data from file  More... | |
| Protected Attributes | |
| PrinterRect | m_rect | 
| returns the main rectangle  More... | |
| MWAWVec2i | m_resolution | 
| returns the resolution  More... | |
| int | m_iDev | 
| a field which is reserved  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, PrinterRectResolution const &r) | 
| operator <<  More... | |
Internal: structure used to keep a rectangle with its resolution.
| 
 | inline | 
| 
 | inline | 
page dimension
| 
 | inline | 
reads the data from file
| 
 | inline | 
resolution
| 
 | friend | 
operator <<
| 
 | protected | 
a field which is reserved
Referenced by read().
| 
 | protected | 
| 
 | protected | 
returns the resolution
Referenced by read(), and resolution().