geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

DocInfo Struct Reference
Collaboration diagram for DocInfo:
[legend]

Public Attributes

GeanyDocumentdoc
 
ScintillaObject * sci
 
gdouble margin_width
 
gdouble line_height
 
time_t print_time
 
PangoLayout * layout
 
gdouble sci_scale
 
struct Sci_RangeToFormat fr
 
GArray * pages
 

Detailed Description

Definition at line 54 of file printing.c.

Member Data Documentation

◆ doc

GeanyDocument* DocInfo::doc

Definition at line 56 of file printing.c.

Referenced by add_page_header(), begin_print(), and printing_print_gtk().

◆ fr

struct Sci_RangeToFormat DocInfo::fr

Definition at line 67 of file printing.c.

Referenced by draw_page(), format_range(), paginate(), and setup_range().

◆ layout

PangoLayout* DocInfo::layout

Definition at line 64 of file printing.c.

Referenced by add_page_header(), begin_print(), draw_page(), and end_print().

◆ line_height

gdouble DocInfo::line_height

Definition at line 59 of file printing.c.

Referenced by add_page_header(), begin_print(), draw_page(), and setup_range().

◆ margin_width

gdouble DocInfo::margin_width

Definition at line 58 of file printing.c.

Referenced by begin_print(), and draw_page().

◆ pages

GArray* DocInfo::pages

Definition at line 68 of file printing.c.

Referenced by add_page_header(), begin_print(), draw_page(), end_print(), and paginate().

◆ print_time

time_t DocInfo::print_time

Definition at line 63 of file printing.c.

Referenced by add_page_header(), and begin_print().

◆ sci

ScintillaObject* DocInfo::sci

Definition at line 57 of file printing.c.

Referenced by begin_print(), draw_page(), end_print(), format_range(), and setup_range().

◆ sci_scale

gdouble DocInfo::sci_scale

Definition at line 65 of file printing.c.

Referenced by begin_print(), draw_page(), format_range(), and setup_range().


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