|
NetSurf
|
Printer interface. More...
#include <printer.h>
Data Fields | |
| const struct plotter_table * | plotter |
| bool(* | print_begin )(struct print_settings *) |
| bool(* | print_next_page )(void) |
| void(* | print_end )(void) |
| const struct plotter_table* printer::plotter |
Definition at line 35 of file printer.h.
Referenced by print_draw_next_page().
| bool(* printer::print_begin) (struct print_settings *) |
Definition at line 37 of file printer.h.
Referenced by print_set_up().
| void(* printer::print_end) (void) |
Definition at line 41 of file printer.h.
Referenced by print_cleanup().
| bool(* printer::print_next_page) (void) |
Definition at line 39 of file printer.h.
Referenced by print_draw_next_page().