44    bool HasPage( 
int page ) 
override;
 
   46    void GetPageInfo( 
int* minPage, 
int* maxPage, 
int* selPageFrom, 
int* selPageTo ) 
override;
 
 
Abstract interface for drawing on a 2D-surface.
 
Contains all the knowledge about how to draw graphical object onto any particular output device.
 
Schematic editor (Eeschema) main window.
 
bool HasPage(int page) override
 
bool OnPrintPage(int page) override
 
void GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) override
 
SCH_PRINTOUT(SCH_EDIT_FRAME *aParent, const wxString &aTitle)
 
const KIGFX::SCH_VIEW * m_view
 
SCH_EDIT_FRAME * m_parent
Source VIEW object (note that actual printing only refers to this object)
 
bool PrintPage(SCH_SCREEN *aScreen, wxDC *aDC, bool aForPrinting)
Print the current SCH_SCREEN using a given wxDC.
 
bool OnBeginDocument(int startPage, int endPage) override
 
The Cairo implementation of the graphics abstraction layer.