OpenCPN Partial API docs
TrackPrintSelection Class Reference
Inheritance diagram for TrackPrintSelection:

Public Member Functions

 TrackPrintSelection (wxWindow *parent, Track *track, OCPNTrackListCtrl *lcPoints, wxWindowID id=SYMBOL_TRACKPRINT_SELECTION_IDNAME, const wxString &caption=SYMBOL_TRACKPRINT_SELECTION_TITLE, const wxPoint &pos=SYMBOL_TRACKPRINT_SELECTION_POSITION, const wxSize &size=SYMBOL_TRACKPRINT_SELECTION_SIZE, long style=SYMBOL_TRACKPRINT_SELECTION_STYLE)
 
bool Create (wxWindow *parent, wxWindowID id=SYMBOL_TRACKPRINT_SELECTION_IDNAME, const wxString &caption=SYMBOL_TRACKPRINT_SELECTION_TITLE, const wxPoint &pos=SYMBOL_TRACKPRINT_SELECTION_POSITION, const wxSize &size=SYMBOL_TRACKPRINT_SELECTION_SIZE, long style=SYMBOL_TRACKPRINT_SELECTION_STYLE)
 
void CreateControls ()
 
void SetColorScheme (ColorScheme cs)
 
void SetDialogTitle (const wxString &title)
 
void OnTrackpropCancelClick (wxCommandEvent &event)
 
void OnTrackpropOkClick (wxCommandEvent &event)
 

Static Public Member Functions

static bool ShowToolTips ()
 

Public Attributes

wxButton * m_CancelButton
 
wxButton * m_OKButton
 
wxCheckBox * m_checkBoxPosition
 
wxCheckBox * m_checkBoxCourse
 
wxCheckBox * m_checkBoxDistance
 
wxCheckBox * m_checkBoxTime
 
wxCheckBox * m_checkBoxSpeed
 
Tracktrack
 
OCPNTrackListCtrlm_lcPoints
 

Detailed Description

Definition at line 86 of file trackprintout.h.

Member Function Documentation

◆ Create()

bool TrackPrintSelection::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_TRACKPRINT_SELECTION_IDNAME,
const wxString &  caption = SYMBOL_TRACKPRINT_SELECTION_TITLE,
const wxPoint &  pos = SYMBOL_TRACKPRINT_SELECTION_POSITION,
const wxSize &  size = SYMBOL_TRACKPRINT_SELECTION_SIZE,
long  style = SYMBOL_TRACKPRINT_SELECTION_STYLE 
)

TrackProp creator

Definition at line 266 of file trackprintout.cpp.

◆ CreateControls()

void TrackPrintSelection::CreateControls ( void  )

Control creation for TrackProp

Definition at line 286 of file trackprintout.cpp.


The documentation for this class was generated from the following files: