libmwaw::PrinterRectResolution Struct Reference

Internal: structure used to keep a rectangle with its resolution. More...

List of all members.

Public Member Functions

 PrinterRectResolution ()
PrinterRect page () const
 page dimension
Vec2i const & resolution () const
 resolution
bool read (MWAWInputStreamPtr input)
 reads the data from file

Protected Attributes

PrinterRect m_rect
 returns the main rectangle
Vec2i m_resolution
 returns the resolution
int m_iDev
 a field which is reserved

Friends

std::ostream & operator<< (std::ostream &o, PrinterRectResolution const &r)
 operator <<

Detailed Description

Internal: structure used to keep a rectangle with its resolution.


Constructor & Destructor Documentation


Member Function Documentation

page dimension

reads the data from file

resolution


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
PrinterRectResolution const &  r 
) [friend]

operator <<


Member Data Documentation

a field which is reserved

Referenced by read().

returns the main rectangle

Referenced by page(), and read().

returns the resolution

Referenced by read(), and resolution().


The documentation for this struct was generated from the following file: