109 int begin_job(
int pagecount = 0,
int *frompage = NULL,
int *topage = NULL,
char **perr_message = NULL)
FL_OVERRIDE;
declaration of class Fl_Paged_Device.
Fl_Paged_Device()
The constructor.
Definition Fl_Paged_Device.H:39
void origin(int *x, int *y) FL_OVERRIDE
Computes the coordinates of the current origin of graphics functions.
Definition Fl_Printer.cxx:177
void untranslate(void) FL_OVERRIDE
Undoes the effect of a previous translate() call.
Definition Fl_Printer.cxx:202
static const char * property_title
[this text may be customized at run-time]
Definition Fl_Printer.H:140
static const char * dialog_to
[this text may be customized at run-time]
Definition Fl_Printer.H:134
static const char * dialog_copyNo
[this text may be customized at run-time]
Definition Fl_Printer.H:136
static const char * dialog_all
[this text may be customized at run-time]
Definition Fl_Printer.H:131
static const char * dialog_range
[this text may be customized at run-time]
Definition Fl_Printer.H:129
static const char * dialog_print_to_file
[this text may be customized at run-time]
Definition Fl_Printer.H:139
void translate(int x, int y) FL_OVERRIDE
Translates the current graphics origin accounting for the current rotation.
Definition Fl_Printer.cxx:197
static const char * dialog_cancel_button
[this text may be customized at run-time]
Definition Fl_Printer.H:138
int begin_job(int pagecount=0, int *frompage=NULL, int *topage=NULL, char **perr_message=NULL) FL_OVERRIDE
Begins a print job.
Definition Fl_Printer.cxx:157
static const char * property_mode
[this text may be customized at run-time]
Definition Fl_Printer.H:142
static const char * dialog_from
[this text may be customized at run-time]
Definition Fl_Printer.H:133
static const char * dialog_properties
[this text may be customized at run-time]
Definition Fl_Printer.H:135
static const char * property_save
[this text may be customized at run-time]
Definition Fl_Printer.H:144
Fl_Printer(void)
The constructor.
Definition Fl_Printer.cxx:152
static const char * property_pagesize
[this text may be customized at run-time]
Definition Fl_Printer.H:141
static const char * dialog_title
[this text may be customized at run-time]
Definition Fl_Printer.H:127
static const char * dialog_pages
[this text may be customized at run-time]
Definition Fl_Printer.H:132
bool is_current() FL_OVERRIDE
Is this surface the current drawing surface?
Definition Fl_Printer.cxx:222
static const char * dialog_printer
[this text may be customized at run-time]
Definition Fl_Printer.H:128
static const char * dialog_copies
[this text may be customized at run-time]
Definition Fl_Printer.H:130
static const char * dialog_print_button
[this text may be customized at run-time]
Definition Fl_Printer.H:137
int begin_page(void) FL_OVERRIDE
Begins a new printed page.
Definition Fl_Printer.cxx:162
int end_page(void) FL_OVERRIDE
To be called at the end of each page.
Definition Fl_Printer.cxx:207
int printable_rect(int *w, int *h) FL_OVERRIDE
Computes the width and height of the drawable area of the drawing surface.
Definition Fl_Printer.cxx:167
void scale(float scale_x, float scale_y=0.) FL_OVERRIDE
Changes the scaling of page coordinates.
Definition Fl_Printer.cxx:187
void rotate(float angle) FL_OVERRIDE
Rotates the graphics operations relatively to paper.
Definition Fl_Printer.cxx:192
void set_current(void) FL_OVERRIDE
Make this surface the current drawing surface.
Definition Fl_Printer.cxx:217
void margins(int *left, int *top, int *right, int *bottom) FL_OVERRIDE
Computes the dimensions of margins that lie between the printable page area and the full page.
Definition Fl_Printer.cxx:172
static const char * property_cancel
[this text may be customized at run-time]
Definition Fl_Printer.H:145
static const char * property_use
[this text may be customized at run-time]
Definition Fl_Printer.H:143
void end_job(void) FL_OVERRIDE
To be called at the end of a print job.
Definition Fl_Printer.cxx:212
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46