#include <Printout.h>
Public Member Functions | |
| Printout (wxString strTitle, MapControl *pctlMap) | |
| Printout constructor - remember the supplied variables, call base class constructor. | |
| bool | OnPrintPage (int page) |
| Called to print a single page (the only page). | |
| bool | HasPage (int page) |
| Indicates if a certain page is present. | |
| void | GetPageInfo (int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) |
| Returns info about how many pages there are. | |
Private Attributes | |
| MapControl * | m_pctlMap |
| Pointer to a MapControl that will do the actual drawing. | |
Definition at line 74 of file MainPage.txt.
| Printout::Printout | ( | wxString | strTitle, | |
| MapControl * | pctlMap | |||
| ) |
Printout constructor - remember the supplied variables, call base class constructor.
Definition at line 48 of file Printout.cpp.
| bool Printout::OnPrintPage | ( | int | page | ) |
| bool Printout::HasPage | ( | int | page | ) |
Indicates if a certain page is present.
Currently, there's only one page.
Definition at line 125 of file Printout.cpp.
| void Printout::GetPageInfo | ( | int * | minPage, | |
| int * | maxPage, | |||
| int * | selPageFrom, | |||
| int * | selPageTo | |||
| ) |
MapControl* Printout::m_pctlMap [private] |
1.5.5