Changeset 223 for trunk/src/JobPrint.h
- Timestamp:
- 06/11/06 15:35:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/JobPrint.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/JobPrint.h
r222 r223 63 63 ~JobPrint (void); 64 64 65 gboolean getCollate (void); 65 66 IDocument &getDocument (void); 67 guint getNumberOfCopies (void); 68 PrintPageLayout getPageLayout (void); 69 PrintPageOrientation getPageOrientation (void); 70 const gchar *getPrinterName (void); 71 const gchar *getTempFileName (void); 66 72 virtual gboolean run (void); 67 73 void setCollate (gboolean collate); … … 97 103 PrintPageSet getPageSet (void); 98 104 gfloat getPageWidth (void); 99 const gchar *getTempFileName (void);100 105 void setCurrentPage (guint pageNumber); 101 106 void setTempFileName (const gchar *fileName);
