ARB
Macros | Enumerations
awt_asciiprint.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AWAR_APRINT   "tmp/aprint/"
 
#define AWAR_APRINT_TITLE   AWAR_APRINT "title"
 
#define AWAR_APRINT_TEXT   AWAR_APRINT "text"
 
#define AWAR_APRINT_PAPER_SIZE   AWAR_APRINT "paper_size"
 
#define AWAR_APRINT_MAGNIFICATION   AWAR_APRINT "magnification"
 
#define AWAR_APRINT_SX   AWAR_APRINT "source_columns"
 
#define AWAR_APRINT_SY   AWAR_APRINT "source_rows"
 
#define AWAR_APRINT_DX   AWAR_APRINT "dest_cols"
 
#define AWAR_APRINT_DY   AWAR_APRINT "dest_rows"
 
#define AWAR_APRINT_ORIENTATION   AWAR_APRINT "orientation"
 
#define AWAR_APRINT_PAGES   AWAR_APRINT "pages"
 
#define AWAR_APRINT_PRINTTO   AWAR_APRINT "printto"
 
#define AWAR_APRINT_PRINTER   AWAR_APRINT "printer"
 
#define AWAR_APRINT_FILE   AWAR_APRINT "file"
 

Enumerations

enum  AWT_asciiprint_orientation { AWT_APRINT_ORIENTATION_PORTRAIT, AWT_APRINT_ORIENTATION_LANDSCAPE, AWT_APRINT_ORIENTATION_DOUBLE_PORTRAIT }
 
enum  AWT_asciiprint_paper_size { AWT_APRINT_PAPERSIZE_A4, AWT_APRINT_PAPERSIZE_US }
 
enum  AWT_asciiprint_destination { AWT_APRINT_DEST_PRINTER, AWT_APRINT_DEST_FILE_PS, AWT_APRINT_DEST_FILE_ASCII, AWT_APRINT_DEST_PREVIEW }
 

Macro Definition Documentation

#define AWAR_APRINT   "tmp/aprint/"

Definition at line 15 of file awt_asciiprint.hxx.

#define AWAR_APRINT_TITLE   AWAR_APRINT "title"

Definition at line 16 of file awt_asciiprint.hxx.

Referenced by awt_aps_go(), and AWT_create_ascii_print_window().

#define AWAR_APRINT_TEXT   AWAR_APRINT "text"
#define AWAR_APRINT_PAPER_SIZE   AWAR_APRINT "paper_size"

Definition at line 18 of file awt_asciiprint.hxx.

Referenced by AWT_create_ascii_print_window().

#define AWAR_APRINT_MAGNIFICATION   AWAR_APRINT "magnification"
#define AWAR_APRINT_SX   AWAR_APRINT "source_columns"
#define AWAR_APRINT_SY   AWAR_APRINT "source_rows"
#define AWAR_APRINT_DX   AWAR_APRINT "dest_cols"
#define AWAR_APRINT_DY   AWAR_APRINT "dest_rows"
#define AWAR_APRINT_ORIENTATION   AWAR_APRINT "orientation"
#define AWAR_APRINT_PAGES   AWAR_APRINT "pages"

Definition at line 25 of file awt_asciiprint.hxx.

Referenced by awt_aps_calc_pages_needed(), and AWT_create_ascii_print_window().

#define AWAR_APRINT_PRINTTO   AWAR_APRINT "printto"
#define AWAR_APRINT_PRINTER   AWAR_APRINT "printer"

Definition at line 27 of file awt_asciiprint.hxx.

Referenced by awt_aps_go(), and AWT_create_ascii_print_window().

#define AWAR_APRINT_FILE   AWAR_APRINT "file"

Enumeration Type Documentation

Enumerator
AWT_APRINT_ORIENTATION_PORTRAIT 
AWT_APRINT_ORIENTATION_LANDSCAPE 
AWT_APRINT_ORIENTATION_DOUBLE_PORTRAIT 

Definition at line 31 of file awt_asciiprint.hxx.

Enumerator
AWT_APRINT_PAPERSIZE_A4 
AWT_APRINT_PAPERSIZE_US 

Definition at line 38 of file awt_asciiprint.hxx.

Enumerator
AWT_APRINT_DEST_PRINTER 
AWT_APRINT_DEST_FILE_PS 
AWT_APRINT_DEST_FILE_ASCII 
AWT_APRINT_DEST_PREVIEW 

Definition at line 43 of file awt_asciiprint.hxx.