|
OpenCPN Partial API docs
|
Public Member Functions | |
| void | SetRouteAndUpdate (Route *pR, bool only_points=FALSE) |
| Route * | GetRoute (void) |
| void | SetEnroutePoint (RoutePoint *rp) |
| void | UpdatePoints () |
| void | SetColorScheme (ColorScheme cs) |
| void | RecalculateSize (void) |
Public Member Functions inherited from RoutePropDlg | |
| RoutePropDlg (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Route Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(550, 450), long style=wxDEFAULT_FRAME_STYLE|wxFRAME_FLOAT_ON_PARENT|wxTAB_TRAVERSAL) | |
| void | m_hyperlink1OnContextMenu (wxMouseEvent &event) |
| void | m_scrolledWindowLinksOnContextMenu (wxMouseEvent &event) |
| void | OnKeyChar (wxKeyEvent &event) |
Static Public Member Functions | |
| static RoutePropDlgImpl * | getInstance (wxWindow *parent) |
| static bool | getInstanceFlag () |
Static Public Member Functions inherited from RoutePropDlg | |
| static RoutePropDlgCtx | GetDlgCtx () |
Protected Member Functions | |
| void | RoutePropDlgOnClose (wxCloseEvent &event) |
| void | RoutePropDlgOnSize (wxSizeEvent &event) |
| void | RoutePropDlgOnNotebookPageChanged (wxNotebookEvent &event) |
| void | PlanSpeedOnKillFocus (wxFocusEvent &event) |
| void | PlanSpeedOnTextEnter (wxCommandEvent &event) |
| void | DepartureDateOnDateChanged (wxDateEvent &event) |
| void | DepartureTimeOnTimeChanged (wxDateEvent &event) |
| void | TimezoneOnChoice (wxCommandEvent &event) |
| void | WaypointsOnDataViewListCtrlItemContextMenu (wxDataViewEvent &event) |
| void | WaypointsOnDataViewListCtrlItemEditingDone (wxDataViewEvent &event) |
| void | WaypointsOnDataViewListCtrlItemValueChanged (wxDataViewEvent &event) |
| void | WaypointsOnDataViewListCtrlSelectionChanged (wxDataViewEvent &event) |
| void | PrintOnButtonClick (wxCommandEvent &event) |
| void | ExtendOnButtonClick (wxCommandEvent &event) |
| void | SplitOnButtonClick (wxCommandEvent &event) |
| void | BtnsOnCancelButtonClick (wxCommandEvent &event) |
| void | BtnsOnOKButtonClick (wxCommandEvent &event) |
| void | OnRoutePropMenuSelected (wxCommandEvent &event) |
| void | OnRoutepropCopyTxtClick (wxCommandEvent &event) |
| void | ItemEditOnMenuSelection (wxCommandEvent &event) |
| void | ItemAddOnMenuSelection (wxCommandEvent &event) |
| void | ItemDeleteOnMenuSelection (wxCommandEvent &event) |
| void | AddLinkOnButtonClick (wxCommandEvent &event) |
| void | BtnEditOnToggleButton (wxCommandEvent &event) |
| void | OnHyperlinkClick (wxHyperlinkEvent &event) |
| void | HyperlinkContextMenu (wxMouseEvent &event) |
| void | m_scrolledWindowLinksOnContextMenu (wxMouseEvent &event) |
| wxDateTime | GetDepartureTS () |
| Returns the departure time of the route, in UTC. | |
| void | SaveChanges () |
| void | ResetChanges () |
| void | OnActivate (wxActivateEvent &event) |
| RoutePropDlgImpl (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Route Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(550, 450), long style=FRAME_WITH_LINKS_STYLE) | |
Additional Inherited Members | |
Protected Attributes inherited from RoutePropDlg | |
| wxNotebook * | m_ntbRteProp |
| wxPanel * | m_pnlBasic |
| wxStaticText * | m_stName |
| wxTextCtrl * | m_tcName |
| wxStaticText * | m_stFrom |
| wxTextCtrl * | m_tcFrom |
| wxStaticText * | m_stTo |
| wxTextCtrl * | m_tcTo |
| wxStaticText * | m_stDistTotal |
| wxTextCtrl * | m_tcDistance |
| wxStaticText * | m_stPlanSpeed |
| wxTextCtrl * | m_tcPlanSpeed |
| wxStaticText * | m_stEnroute |
| wxTextCtrl * | m_tcEnroute |
| wxStaticText * | m_stDeparture |
| wxDatePickerCtrl * | m_dpDepartureDate |
| The date picker for the departure date of the route. | |
| wxTimePickerCtrl * | m_tpDepartureTime |
| The time picker for the departure time of the route. | |
| wxStaticText * | m_stTimeZone |
| wxChoice * | m_choiceTimezone |
| wxStaticText * | m_staticTextColor |
| wxChoice * | m_choiceColor |
| wxStaticText * | m_stStyle |
| wxChoice * | m_choiceStyle |
| wxStaticText * | m_stWidth |
| wxChoice * | m_choiceWidth |
| wxDataViewListCtrl * | m_dvlcWaypoints |
| wxDataViewColumn * | m_dataViewListColumnLeg |
| wxDataViewColumn * | m_dataViewListColumnToWpt |
| wxDataViewColumn * | m_dataViewListColumnDistance |
| wxDataViewColumn * | m_dataViewListColumnBearing |
| wxDataViewColumn * | m_dataViewListColumnTotalDistance |
| wxDataViewColumn * | m_dataViewListColumnLat |
| wxDataViewColumn * | m_dataViewListColumnLon |
| wxDataViewColumn * | m_dataViewListColumnETE |
| wxDataViewColumn * | m_dataViewListColumnETA |
| wxDataViewColumn * | m_dataViewListColumnSpeed |
| wxDataViewColumn * | m_dataViewListColumnNTE |
| wxDataViewColumn * | m_dataViewListColumnDesc |
| wxDataViewColumn * | m_dataViewListColumnCourse |
| wxDataViewColumn * | m_dataViewListColumnETD |
| wxDataViewColumn * | m_dataViewListColumnEmpty |
| wxPanel * | m_pnlAdvanced |
| wxStaticText * | m_stDescription |
| wxTextCtrl * | m_tcDescription |
| wxScrolledWindow * | m_scrolledWindowLinks |
| wxBoxSizer * | bSizerLinks |
| wxHyperlinkCtrl * | m_hyperlink1 |
| wxMenu * | m_menuLink |
| wxButton * | m_btnAddLink |
| wxToggleButton * | m_toggleBtnEdit |
| wxStaticText * | m_stEditEnabled |
| wxMenu * | m_menuLinks |
| wxButton * | m_btnPrint |
| wxButton * | m_btnExtend |
| wxButton * | m_btnSplit |
| wxStdDialogButtonSizer * | m_sdbSizerBtns |
| wxButton * | m_sdbSizerBtnsOK |
| wxButton * | m_sdbSizerBtnsCancel |
Definition at line 37 of file RoutePropDlgImpl.h.
| RoutePropDlgImpl::~RoutePropDlgImpl | ( | ) |
Definition at line 286 of file RoutePropDlgImpl.cpp.
|
protected |
Definition at line 255 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1299 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1334 of file RoutePropDlgImpl.cpp.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 73 of file RoutePropDlgImpl.h.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1010 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 631 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 638 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1064 of file RoutePropDlgImpl.cpp.
|
protected |
Returns the departure time of the route, in UTC.
Definition at line 764 of file RoutePropDlgImpl.cpp.
|
static |
Definition at line 299 of file RoutePropDlgImpl.cpp.
|
static |
Definition at line 294 of file RoutePropDlgImpl.cpp.
|
inline |
Definition at line 43 of file RoutePropDlgImpl.h.
|
protected |
Definition at line 1392 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1233 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
m_scrolledWindowLinks->DestroyChildren();
Reimplemented from RoutePropDlg.
Definition at line 1237 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1187 of file RoutePropDlgImpl.cpp.
|
protected |
Definition at line 307 of file RoutePropDlgImpl.cpp.
|
protected |
Definition at line 1343 of file RoutePropDlgImpl.cpp.
|
protected |
Definition at line 775 of file RoutePropDlgImpl.cpp.
|
protected |
Definition at line 821 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 671 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 657 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1055 of file RoutePropDlgImpl.cpp.
| void RoutePropDlgImpl::RecalculateSize | ( | void | ) |
Definition at line 316 of file RoutePropDlgImpl.cpp.
|
protected |
Definition at line 960 of file RoutePropDlgImpl.cpp.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 51 of file RoutePropDlgImpl.h.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 58 of file RoutePropDlgImpl.h.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 57 of file RoutePropDlgImpl.h.
|
protected |
Definition at line 967 of file RoutePropDlgImpl.cpp.
| void RoutePropDlgImpl::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 1003 of file RoutePropDlgImpl.cpp.
|
inline |
Definition at line 44 of file RoutePropDlgImpl.h.
| void RoutePropDlgImpl::SetRouteAndUpdate | ( | Route * | pR, |
| bool | only_points = FALSE ) |
Definition at line 483 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1019 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 645 of file RoutePropDlgImpl.cpp.
| void RoutePropDlgImpl::UpdatePoints | ( | ) |
Definition at line 334 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 899 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 687 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 695 of file RoutePropDlgImpl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 737 of file RoutePropDlgImpl.cpp.