|
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 220 of file track_prop_dlg.h.
| OCPNTrackListCtrl::OCPNTrackListCtrl | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| long | style | ||
| ) |
Definition at line 1786 of file track_prop_dlg.cpp.
| OCPNTrackListCtrl::~OCPNTrackListCtrl | ( | ) |
Definition at line 1795 of file track_prop_dlg.cpp.
|
protected |
Return the longitude at the start point of the track.
Definition at line 1797 of file track_prop_dlg.cpp.
| int OCPNTrackListCtrl::OnGetItemColumnImage | ( | long | item, |
| long | column | ||
| ) | const |
Definition at line 1891 of file track_prop_dlg.cpp.
| wxString OCPNTrackListCtrl::OnGetItemText | ( | long | item, |
| long | column | ||
| ) | const |
Definition at line 1805 of file track_prop_dlg.cpp.
| int OCPNTrackListCtrl::m_LMT_Offset |
Definition at line 245 of file track_prop_dlg.h.
| Track* OCPNTrackListCtrl::m_pTrack |
Definition at line 233 of file track_prop_dlg.h.
| int OCPNTrackListCtrl::m_tz_selection |
The timezone to use when formatting date/time.
Possible values are:
Definition at line 244 of file track_prop_dlg.h.