22 #ifndef COMMON_PRINTMAN_H 23 #define COMMON_PRINTMAN_H 25 #include "common/scummsys.h" 26 #include "common/str.h" 27 #include "common/str-array.h" 28 #include "graphics/managed_surface.h" 34 enum PageOrientation {
35 kPageOrientationPortrait,
36 kPageOrientationLandscape,
48 _orientation = kPageOrientationLandscape;
54 void setJobName(
const Common::String &jobName) { _jobName = jobName; }
67 void setPrinterName(
const Common::String &printerName) { _printerName = printerName; }
69 PageOrientation _orientation;
Definition: managed_surface.h:51
Definition: printman.h:30
Definition: algorithm.h:29
Definition: printing-dialog.h:33
Definition: printman.h:41