Changeset 223 for trunk/src/JobPrint.h

Show
Ignore:
Timestamp:
06/11/06 15:35:34 (2 years ago)
Author:
jordi
Message:

The JobPrint? class now actally prints the PostScript? file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/JobPrint.h

    r222 r223  
    6363            ~JobPrint (void); 
    6464 
     65            gboolean getCollate (void); 
    6566            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); 
    6672            virtual gboolean run (void); 
    6773            void setCollate (gboolean collate); 
     
    97103            PrintPageSet getPageSet (void); 
    98104            gfloat getPageWidth (void); 
    99             const gchar *getTempFileName (void); 
    100105            void setCurrentPage (guint pageNumber); 
    101106            void setTempFileName (const gchar *fileName);