#include <printers.h>
|
stp_parameter_list_t(* | list_parameters )(const stp_vars_t *v) |
|
void(* | parameters )(const stp_vars_t *v, const char *name, stp_parameter_t *) |
|
void(* | media_size )(const stp_vars_t *v, stp_dimension_t *width, stp_dimension_t *height) |
|
void(* | imageable_area )(const stp_vars_t *v, stp_dimension_t *left, stp_dimension_t *right, stp_dimension_t *bottom, stp_dimension_t *top) |
|
void(* | maximum_imageable_area )(const stp_vars_t *v, stp_dimension_t *left, stp_dimension_t *right, stp_dimension_t *bottom, stp_dimension_t *top) |
|
void(* | limit )(const stp_vars_t *v, stp_dimension_t *max_width, stp_dimension_t *max_height, stp_dimension_t *min_width, stp_dimension_t *min_height) |
|
int(* | print )(const stp_vars_t *v, stp_image_t *image) |
|
void(* | describe_resolution )(const stp_vars_t *v, stp_resolution_t *x, stp_resolution_t *y) |
|
const char *(* | describe_output )(const stp_vars_t *v) |
|
int(* | verify )(stp_vars_t *v) |
|
int(* | start_job )(const stp_vars_t *v, stp_image_t *image) |
|
int(* | end_job )(const stp_vars_t *v, stp_image_t *image) |
|
stp_string_list_t *(* | get_external_options )(const stp_vars_t *v) |
|
◆ describe_output
const char*(* stp_printfuncs_t::describe_output) (const stp_vars_t *v) |
◆ describe_resolution
◆ end_job
◆ get_external_options
◆ imageable_area
◆ limit
◆ list_parameters
◆ maximum_imageable_area
◆ media_size
◆ parameters
◆ print
◆ start_job
◆ verify
The documentation for this struct was generated from the following file: