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