OpenCPN Partial API docs
|
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 | |
Track * | m_pTrack |
int | m_tz_selection |
The timezone to use when formatting date/time. | |
int | m_LMT_Offset |
Protected Member Functions | |
double | getStartPointLongitude () const |
Return the longitude at the start point of the track. | |
Definition at line 231 of file TrackPropDlg.h.
OCPNTrackListCtrl::OCPNTrackListCtrl | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos, | ||
const wxSize & | size, | ||
long | style | ||
) |
Definition at line 1799 of file TrackPropDlg.cpp.
OCPNTrackListCtrl::~OCPNTrackListCtrl | ( | ) |
Definition at line 1808 of file TrackPropDlg.cpp.
|
protected |
Return the longitude at the start point of the track.
Definition at line 1810 of file TrackPropDlg.cpp.
int OCPNTrackListCtrl::OnGetItemColumnImage | ( | long | item, |
long | column | ||
) | const |
Definition at line 1904 of file TrackPropDlg.cpp.
wxString OCPNTrackListCtrl::OnGetItemText | ( | long | item, |
long | column | ||
) | const |
Definition at line 1818 of file TrackPropDlg.cpp.
int OCPNTrackListCtrl::m_LMT_Offset |
Definition at line 256 of file TrackPropDlg.h.
Track* OCPNTrackListCtrl::m_pTrack |
Definition at line 244 of file TrackPropDlg.h.
int OCPNTrackListCtrl::m_tz_selection |
The timezone to use when formatting date/time.
Possible values are:
Definition at line 255 of file TrackPropDlg.h.