NetSurf
Data Fields
printer Struct Reference

Printer interface. More...

#include <printer.h>

Collaboration diagram for printer:
[legend]

Data Fields

const struct plotter_tableplotter
 
bool(* print_begin )(struct print_settings *)
 
bool(* print_next_page )(void)
 
void(* print_end )(void)
 

Detailed Description

Printer interface.

Definition at line 34 of file printer.h.

Field Documentation

◆ plotter

const struct plotter_table* printer::plotter

Definition at line 35 of file printer.h.

Referenced by print_draw_next_page().

◆ print_begin

bool(* printer::print_begin) (struct print_settings *)

Definition at line 37 of file printer.h.

Referenced by print_set_up().

◆ print_end

void(* printer::print_end) (void)

Definition at line 41 of file printer.h.

Referenced by print_cleanup().

◆ print_next_page

bool(* printer::print_next_page) (void)

Definition at line 39 of file printer.h.

Referenced by print_draw_next_page().


The documentation for this struct was generated from the following file: