Printout route information and a table with selected route point information.
More...
#include <route_printout.h>
|
void | DrawPage (wxDC *dc, int page) override |
| Called by the print framework to draw the page.
|
|
Printout route information and a table with selected route point information.
Definition at line 72 of file route_printout.h.
◆ RoutePrintout()
RoutePrintout::RoutePrintout |
( |
Route * |
route, |
|
|
const std::set< int > & |
options |
|
) |
| |
Create route prinout.
- Parameters
-
route | Route to print. |
options | Selected print options. |
Definition at line 70 of file route_printout.cpp.
◆ DrawPage()
void RoutePrintout::DrawPage |
( |
wxDC * |
dc, |
|
|
int |
page |
|
) |
| |
|
overrideprotectedvirtual |
Called by the print framework to draw the page.
- Parameters
-
dc | Device context to draw on. |
page | Page number to draw. |
Implements BasePrintout.
Definition at line 193 of file route_printout.cpp.
◆ OnPreparePrinting()
void RoutePrintout::OnPreparePrinting |
( |
| ) |
|
|
override |
◆ m_route
Route* RoutePrintout::m_route |
|
protected |
◆ m_table
◆ m_text_offset_x
int RoutePrintout::m_text_offset_x |
|
protected |
◆ m_text_offset_y
int RoutePrintout::m_text_offset_y |
|
protected |
The documentation for this class was generated from the following files: