|
OpenCPN Partial API docs
|
Public Member Functions | |
| void | SetRouteAndUpdate (Route *pR, bool only_points=FALSE) |
| Route * | GetRoute () |
| void | SetEnroutePoint (RoutePoint *rp) |
| void | UpdatePoints () |
| void | SetColorScheme (ColorScheme cs) |
| void | RecalculateSize () |
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 44 of file route_prop_dlg_impl.h.
| RoutePropDlgImpl::~RoutePropDlgImpl | ( | ) |
Definition at line 283 of file route_prop_dlg_impl.cpp.
|
protected |
Definition at line 252 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1287 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1321 of file route_prop_dlg_impl.cpp.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 80 of file route_prop_dlg_impl.h.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 997 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 615 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 622 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1062 of file route_prop_dlg_impl.cpp.
|
protected |
Returns the departure time of the route, in UTC.
Definition at line 747 of file route_prop_dlg_impl.cpp.
|
static |
Definition at line 296 of file route_prop_dlg_impl.cpp.
|
static |
Definition at line 291 of file route_prop_dlg_impl.cpp.
|
inline |
Definition at line 50 of file route_prop_dlg_impl.h.
|
protected |
Definition at line 1378 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1221 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
m_scrolledWindowLinks->DestroyChildren();
Reimplemented from RoutePropDlg.
Definition at line 1225 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1185 of file route_prop_dlg_impl.cpp.
|
protected |
Definition at line 304 of file route_prop_dlg_impl.cpp.
|
protected |
Definition at line 1330 of file route_prop_dlg_impl.cpp.
|
protected |
Definition at line 757 of file route_prop_dlg_impl.cpp.
|
protected |
Definition at line 803 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 654 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 640 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1045 of file route_prop_dlg_impl.cpp.
| void RoutePropDlgImpl::RecalculateSize | ( | ) |
Definition at line 313 of file route_prop_dlg_impl.cpp.
|
protected |
Definition at line 946 of file route_prop_dlg_impl.cpp.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 58 of file route_prop_dlg_impl.h.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 65 of file route_prop_dlg_impl.h.
|
inlineprotectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 64 of file route_prop_dlg_impl.h.
|
protected |
Definition at line 953 of file route_prop_dlg_impl.cpp.
| void RoutePropDlgImpl::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 990 of file route_prop_dlg_impl.cpp.
|
inline |
Definition at line 51 of file route_prop_dlg_impl.h.
| void RoutePropDlgImpl::SetRouteAndUpdate | ( | Route * | pR, |
| bool | only_points = FALSE |
||
| ) |
Definition at line 474 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 1006 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 629 of file route_prop_dlg_impl.cpp.
| void RoutePropDlgImpl::UpdatePoints | ( | ) |
Definition at line 331 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 885 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 670 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 678 of file route_prop_dlg_impl.cpp.
|
protectedvirtual |
Reimplemented from RoutePropDlg.
Definition at line 720 of file route_prop_dlg_impl.cpp.