44 bool HasPage(
int page )
override;
46 void GetPageInfo(
int* minPage,
int* maxPage,
int* selPageFrom,
int* selPageTo )
override;
Schematic editor (Eeschema) main window.
Custom print out for printing schematics.
bool HasPage(int page) override
bool OnPrintPage(int page) override
void GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) override
const KIGFX::SCH_VIEW * m_view
SCH_EDIT_FRAME * m_parent
Source VIEW object (note that actual printing only refers to this object)
void PrintPage(SCH_SCREEN *aScreen)
bool OnBeginDocument(int startPage, int endPage) override
The Cairo implementation of the graphics abstraction layer.