|
| MyRoutePrintout (std::vector< bool > _toPrintOut, Route *route, const wxString &title=_T("My Route printout")) |
|
virtual bool | OnPrintPage (int page) |
|
void | DrawPage (wxDC *dc) |
|
virtual void | OnPreparePrinting () |
|
virtual bool | HasPage (int num) |
|
virtual void | GetPageInfo (int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) |
|
| MyPrintout (const wxChar *title=_T("My printout")) |
|
virtual bool | OnBeginDocument (int startPage, int endPage) |
|
void | DrawPageOne (wxDC *dc) |
|
void | GenerateGLbmp (void) |
|
|
wxDC * | myDC |
|
PrintTable | table |
|
Route * | myRoute |
|
std::vector< bool > | toPrintOut |
|
int | pageToPrint |
|
int | numberOfPages |
|
int | marginX |
|
int | marginY |
|
int | textOffsetX |
|
int | textOffsetY |
|
Definition at line 44 of file routeprintout.h.
The documentation for this class was generated from the following files: