62 void GetPageInfo(
int *minPage,
int *maxPage,
int *selPageFrom,
int *selPageTo);
68 void PrintHeader(wxDC* pDC,
double);
69 bool store_noGimmicks;
See http://www.wxwidgets.org/manuals/stable/wx_wxprintout.html (wxWidgets documentation)
The document class, derived from both wxDocument and Recording.
wxStfPrintout(const wxChar *title=_T("Printout"))
Constructor.
void GetPageInfo(int *minPage, int *maxPage, int *selPageFrom, int *selPageTo)
Retrieve information about the pages that will be printed.
bool HasPage(int page)
Checks whether a page exists.
void DrawPageOne()
Prints the first (and only) page.
StfDll wxStfApp & wxGetApp()
Returns a reference to the application.
bool OnBeginDocument(int startPage, int endPage)
Called by the framework at the start of document printing.
wxStfDoc * GetActiveDoc() const
Retrieves the currently active document.
bool OnPrintPage(int page)
Called by the framework when a page should be printed.