GnuCash
5.6-150-g038405b370+
|
Data Fields | |
gchar * | guid |
Unique identifier for this format. More... | |
const gchar * | group |
The group where this format was found. More... | |
gchar * | filename |
The name of the file from which this data was read. More... | |
gchar * | title |
Title of this check format. More... | |
gboolean | blocking |
Default for printing blocking characters for this page of checks. More... | |
gboolean | print_date_format |
Default for printing date format characters for this page of checks. More... | |
gboolean | show_grid |
Print a grid pattern on the page. | |
gboolean | show_boxes |
Print boxes when width and height are known. More... | |
gdouble | rotation |
Rotate the entire page by this amount. More... | |
gdouble | trans_x |
Move entire page left by this amount. More... | |
gdouble | trans_y |
Move entire page down by this amount. More... | |
gchar * | font |
Default font for this page of checks. More... | |
gdouble | height |
Height of one check on a page. More... | |
GSList * | positions |
Names of the checks on the page. More... | |
GSList * | items |
List of items printed on each check. More... | |
Definition at line 226 of file dialog-print-check.c.
gboolean check_format_t::blocking |
Default for printing blocking characters for this page of checks.
Definition at line 239 of file dialog-print-check.c.
gchar* check_format_t::filename |
The name of the file from which this data was read.
Definition at line 233 of file dialog-print-check.c.
gchar* check_format_t::font |
Default font for this page of checks.
Definition at line 256 of file dialog-print-check.c.
const gchar* check_format_t::group |
The group where this format was found.
Definition at line 231 of file dialog-print-check.c.
gchar* check_format_t::guid |
Unique identifier for this format.
Definition at line 229 of file dialog-print-check.c.
gdouble check_format_t::height |
Height of one check on a page.
Definition at line 258 of file dialog-print-check.c.
GSList* check_format_t::items |
List of items printed on each check.
Definition at line 262 of file dialog-print-check.c.
GSList* check_format_t::positions |
Names of the checks on the page.
Definition at line 260 of file dialog-print-check.c.
gboolean check_format_t::print_date_format |
Default for printing date format characters for this page of checks.
Definition at line 242 of file dialog-print-check.c.
gdouble check_format_t::rotation |
Rotate the entire page by this amount.
Definition at line 250 of file dialog-print-check.c.
gboolean check_format_t::show_boxes |
Print boxes when width and height are known.
Definition at line 247 of file dialog-print-check.c.
gchar* check_format_t::title |
Title of this check format.
Displayed in the dialog box.
Definition at line 236 of file dialog-print-check.c.
gdouble check_format_t::trans_x |
Move entire page left by this amount.
Definition at line 252 of file dialog-print-check.c.
gdouble check_format_t::trans_y |
Move entire page down by this amount.
Definition at line 254 of file dialog-print-check.c.