#include <printout.h>
Definition at line 26 of file printout.h.
Public Member Functions | |
GamePrintout (Game &iGame, char *title=APPNAME) | |
bool | OnPrintPage (int) |
bool | HasPage (int) |
bool | OnBeginDocument (int startPage, int endPage) |
void | GetPageInfo (int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) |
void | DrawPage (wxDC *dc) |
|
Definition at line 39 of file printout.h. |
|
Definition at line 209 of file printout.cc. References ConfigDB::getDyH1(), ConfigDB::getDyH2(), ConfigDB::getFont(), Game::getHistory(), ConfigDB::getMarginY(), History::getSize(), PRINTHFONT, and PRINTTFONT. Referenced by OnPrintPage(). |
|
Definition at line 68 of file printout.cc. |
|
Definition at line 53 of file printout.cc. |
|
Definition at line 59 of file printout.cc. |
|
Definition at line 38 of file printout.cc. References DrawPage(). |