25#ifndef TRACKPRINTOUT_H_
26#define TRACKPRINTOUT_H_
29#include <wx/msw/private.h>
39enum class TrackPrintOptions {
54 bool IsEnabled(TrackPrintOptions option)
const;
57 std::unordered_map<TrackPrintOptions, int> IdByOption;
73 void OnPreparePrinting()
override;
81 void DrawPage(wxDC* dc,
int page)
override;
Application print support.
Extension of a class Table with printing into dc.
Input dialog with track print selection.
Printout a table with track selected information.
void DrawPage(wxDC *dc, int page) override
Called by the print framework to draw the page.
Represents a track, which is a series of connected track points.
Print support abstract base class.
OpenCPN Route table printout.
GUI library utils and events.