|
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 229 of file TrackPropDlg.h.
| OCPNTrackListCtrl::OCPNTrackListCtrl | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| long | style ) |
Definition at line 1809 of file TrackPropDlg.cpp.
| OCPNTrackListCtrl::~OCPNTrackListCtrl | ( | ) |
Definition at line 1818 of file TrackPropDlg.cpp.
|
protected |
Return the longitude at the start point of the track.
Definition at line 1820 of file TrackPropDlg.cpp.
| int OCPNTrackListCtrl::OnGetItemColumnImage | ( | long | item, |
| long | column ) const |
Definition at line 1915 of file TrackPropDlg.cpp.
| wxString OCPNTrackListCtrl::OnGetItemText | ( | long | item, |
| long | column ) const |
Definition at line 1828 of file TrackPropDlg.cpp.
| int OCPNTrackListCtrl::m_LMT_Offset |
Definition at line 254 of file TrackPropDlg.h.
| Track* OCPNTrackListCtrl::m_pTrack |
Definition at line 242 of file TrackPropDlg.h.
| int OCPNTrackListCtrl::m_tz_selection |
The timezone to use when formatting date/time.
Possible values are:
Definition at line 253 of file TrackPropDlg.h.