|
GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
| def | __init__ |
| def | OnBeginDocument |
| def | OnEndDocument |
| def | OnBeginPrinting |
| def | OnEndPrinting |
| def | OnPreparePrinting |
| def | HasPage |
| def | GetPageInfo |
| def | OnPrintPage |
Data Fields | |
| canvas | |
Definition at line 26 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.__init__ | ( | self, | |
| canvas | |||
| ) |
Definition at line 27 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.GetPageInfo | ( | self | ) |
Definition at line 52 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.HasPage | ( | self, | |
| page | |||
| ) |
Definition at line 46 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.OnBeginDocument | ( | self, | |
| start, | |||
| end | |||
| ) |
Definition at line 31 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.OnBeginPrinting | ( | self | ) |
Definition at line 37 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.OnEndDocument | ( | self | ) |
Definition at line 34 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.OnEndPrinting | ( | self | ) |
Definition at line 40 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.OnPreparePrinting | ( | self | ) |
Definition at line 43 of file disp_print.py.
| def gui_modules.disp_print.MapPrint.OnPrintPage | ( | self, | |
| page | |||
| ) |
Definition at line 55 of file disp_print.py.
References min.
| gui_modules.disp_print.MapPrint.canvas |
Definition at line 29 of file disp_print.py.
Referenced by gui_modules.gmodeler.Model.GetCanvas(), gui_modules.gmodeler.ModelFrame.GetCanvas(), and gui_modules.gmodeler.Model.LoadModel().