OpenCPN Partial API docs
Loading...
Searching...
No Matches
OCPNTrackListCtrl Class Reference
Inheritance diagram for OCPNTrackListCtrl:

Public Member Functions

 OCPNTrackListCtrl (wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style)
 
wxString OnGetItemText (long item, long column) const
 
int OnGetItemColumnImage (long item, long column) const
 

Public Attributes

Trackm_pTrack
 
int m_tz_selection
 The timezone to use when formatting date/time.
 
int m_LMT_Offset
 

Detailed Description

Definition at line 220 of file TrackPropDlg.h.

Constructor & Destructor Documentation

◆ OCPNTrackListCtrl()

OCPNTrackListCtrl::OCPNTrackListCtrl ( wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos,
const wxSize &  size,
long  style 
)

Definition at line 1777 of file TrackPropDlg.cpp.

◆ ~OCPNTrackListCtrl()

OCPNTrackListCtrl::~OCPNTrackListCtrl ( )

Definition at line 1786 of file TrackPropDlg.cpp.

Member Function Documentation

◆ OnGetItemColumnImage()

int OCPNTrackListCtrl::OnGetItemColumnImage ( long  item,
long  column 
) const

Definition at line 1872 of file TrackPropDlg.cpp.

◆ OnGetItemText()

wxString OCPNTrackListCtrl::OnGetItemText ( long  item,
long  column 
) const

Definition at line 1788 of file TrackPropDlg.cpp.

Member Data Documentation

◆ m_LMT_Offset

int OCPNTrackListCtrl::m_LMT_Offset

Definition at line 241 of file TrackPropDlg.h.

◆ m_pTrack

Track* OCPNTrackListCtrl::m_pTrack

Definition at line 229 of file TrackPropDlg.h.

◆ m_tz_selection

int OCPNTrackListCtrl::m_tz_selection

The timezone to use when formatting date/time.

Possible values are:

  • 0: UTC
  • 1: Timezone configured in operating system
  • 2: Mean solar time at the location, based on the average time it takes for the sun to cross the meridian (appear at its highest point in the sky) at that specific location.
  • 3: Honor OpenCPN global setting for timezone display

Definition at line 240 of file TrackPropDlg.h.


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