Printout a table with track selected information.
More...
#include <track_printout.h>
|
void | DrawPage (wxDC *dc, int page) override |
| Called by the print framework to draw the page.
|
|
Printout a table with track selected information.
Definition at line 71 of file track_printout.h.
◆ TrackPrintout()
Create track printout.
- Parameters
-
track | Track to print. |
options | Selected print options. |
Definition at line 58 of file track_printout.cpp.
◆ DrawPage()
void TrackPrintout::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 147 of file track_printout.cpp.
◆ OnPreparePrinting()
void TrackPrintout::OnPreparePrinting |
( |
| ) |
|
|
override |
◆ m_table
◆ m_text_offset_x
int TrackPrintout::m_text_offset_x |
|
protected |
◆ m_text_offset_y
int TrackPrintout::m_text_offset_y |
|
protected |
◆ m_track
Track* TrackPrintout::m_track |
|
protected |
The documentation for this class was generated from the following files: