libmwaw::PrinterJob Struct Reference

Internal: structure used to keep a printer job. More...

List of all members.

Public Member Functions

bool read (MWAWInputStreamPtr input)
 read data from file

Protected Attributes

int m_firstPage
 first page
int m_lastPage
 last page
int m_copies
 number of copies
int m_jobDocLoop
 printing method: draft or defered
int m_fileVol
 volume reference number
int m_fileVers
 version of spool file
int m_fromUser
 reserved

Friends

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

Detailed Description

Internal: structure used to keep a printer job.


Member Function Documentation

read data from file


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

number of copies

Referenced by read().

version of spool file

Referenced by read().

volume reference number

Referenced by read().

first page

Referenced by read().

reserved

Referenced by read().

printing method: draft or defered

Referenced by read().

last page

Referenced by read().


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