Package application :: Module Printing :: Class CanvasPrintout
[hide private]
[frames] | no frames]

Class CanvasPrintout

source code

      object --+        
               |        
 wx._core.Object --+    
                   |    
wx._windows.Printout --+
                       |
                      CanvasPrintout

Instance Methods [hide private]
 
__init__(self, canvas)
__init__(self, String title=PrintoutTitleStr) -> Printout
source code
 
GetPageInfo(self)
Returns: (minPage, maxPage, pageFrom, pageTo)
source code
 
OnPrintPage(self, page) source code

Inherited from wx._windows.Printout: FitThisSizeToPage, FitThisSizeToPageMargins, FitThisSizeToPaper, GetDC, GetLogicalPageMarginsRect, GetLogicalPageRect, GetLogicalPaperRect, GetPPIPrinter, GetPPIScreen, GetPageSizeMM, GetPageSizePixels, GetPaperRectPixels, GetTitle, HasPage, IsPreview, MapScreenSizeToDevice, MapScreenSizeToPage, MapScreenSizeToPageMargins, MapScreenSizeToPaper, OffsetLogicalOrigin, OnBeginDocument, OnBeginPrinting, OnEndDocument, OnEndPrinting, OnPreparePrinting, SetDC, SetIsPreview, SetLogicalOrigin, SetPPIPrinter, SetPPIScreen, SetPageSizeMM, SetPageSizePixels, SetPaperRectPixels, __del__, __repr__, __swig_destroy__, base_GetPageInfo, base_OnBeginDocument, base_OnBeginPrinting, base_OnEndDocument, base_OnEndPrinting, base_OnPreparePrinting

Inherited from wx._windows.Printout (private): _setCallbackInfo

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from wx._windows.Printout: DC, PPIPrinter, PPIScreen, PageSizeMM, PageSizePixels, Title, thisown

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, canvas)
(Constructor)

source code 
__init__(self, String title=PrintoutTitleStr) -> Printout
Overrides: wx._windows.Printout.__init__
(inherited documentation)

GetPageInfo(self)

source code 
Returns:
(minPage, maxPage, pageFrom, pageTo)

Overrides: wx._windows.Printout.GetPageInfo
(inherited documentation)