Internal: structure used to keep the printer style information. More...
Public Member Functions | |
| bool | read (MWAWInputStreamPtr input) |
| reads data from file | |
Protected Attributes | |
| int | m_wDev |
| used internally | |
| int | m_feed |
| paper type: cut, fanfold, mechcut or other | |
| int | m_pageHeight |
| paper height | |
| int | m_pageWidth |
| paper width | |
| int | m_port |
| printer or modem port | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, PrinterStyle const &) |
| operator<< | |
Internal: structure used to keep the printer style information.
| bool libmwaw::PrinterStyle::read | ( | MWAWInputStreamPtr | input | ) | [inline] |
reads data from file
| std::ostream& operator<< | ( | std::ostream & | o, |
| PrinterStyle const & | |||
| ) | [friend] |
operator<<
int libmwaw::PrinterStyle::m_feed [protected] |
paper type: cut, fanfold, mechcut or other
Referenced by read().
int libmwaw::PrinterStyle::m_pageHeight [protected] |
paper height
Referenced by read().
int libmwaw::PrinterStyle::m_pageWidth [protected] |
paper width
Referenced by read().
int libmwaw::PrinterStyle::m_port [protected] |
printer or modem port
Referenced by read().
int libmwaw::PrinterStyle::m_wDev [protected] |
used internally
Referenced by read().