|
OpenCPN Partial API docs
|
Main application frame. More...
#include <ocpn_frame.h>
Public Member Functions | |
| MyFrame (const wxString &title, const wxPoint &pos, const wxSize &size, RestServer &rest_server, wxAuiDefaultDockArt *pauidockart, OpenFileFunc open_gpx_file) | |
| void | SetGPSCompassScale () override |
| void | FastClose () override |
| void | RefreshAllCanvas (bool bErase=true) override |
| void | UpdateStatusBar () override |
| void | ToggleFullScreen () override |
| Track * | TrackOff (bool do_add_point=false) override |
| void | TrackOn (void) override |
| void | ProcessOptionsDialog (int resultFlags) override |
| void | SetAlertString (wxString msg) override |
| void | JumpToPosition (double lat, double lon) override |
| void | JumpToPosition (double lat, double lon, double scale) override |
| void | JumpToPosition (AbstractChartCanvas *acc, double lat, double lon, double scale) override |
| void | JumpToPosition (AbstractChartCanvas *acc, double lat, double lon) override |
| AbstractChartCanvas * | GetAbstractPrimaryCanvas () override |
| AbstractChartCanvas * | GetAbstractFocusCanvas () override |
| void | SwitchKBFocus (AbstractChartCanvas *acc) override |
| double | GetCanvasTrueScale () override |
| double | GetPixPerMM () override |
| double | GetContentScaleFactor () override |
| void | RequestNewToolbars (bool bforcenew=false) override |
| bool | GetCanvasPointPix (double rlat, double rlon, wxPoint *r) override |
| virtual wxSize | GetFocusCanvasSize () override |
| void | CancelAllMouseRoute () override |
| void | InvalidateAllCanvasUndo () override |
| void | PositionConsole () override |
| void | InvalidateAllGL () override |
| double | GetBestVPScale (AbstractChart *arg) override |
| void | DoStackUp (AbstractChartCanvas *cc) override |
| void | DoStackDown (AbstractChartCanvas *cc) override |
| void | LoadHarmonics () override |
| bool | DropMarker (bool atOwnShip=true) override |
| double | GetMag (double a, double lat, double lon) override |
| void | SetMasterToolbarItemState (int tool_id, bool state) override |
| bool | DoChartUpdate () override |
| void | ProcessCanvasResize () override |
| bool | SetGlobalToolbarViz (bool viz) override |
| void | ToggleQuiltMode (AbstractChartCanvas *acc) override |
| void | UpdateGlobalMenuItems (AbstractChartCanvas *acc) override |
| void | UpdateGlobalMenuItems () override |
| void | RefreshCanvasOther (AbstractChartCanvas *ccThis) override |
| virtual double * | GetCOGTable () override |
| virtual void | StartCogTimer () override |
| wxWindow * | GetPrimaryCanvasWindow () override |
| void | ApplyGlobalSettings (bool bnewtoolbar) override |
| void | SetMenubarItemState (int item_id, bool state) override |
| void | ToggleColorScheme () override |
| void | ActivateMOB () override |
| void | ToggleTestPause () override |
| void | ToggleChartBar (AbstractChartCanvas *acc) override |
| void | DoSettings () override |
| void | UpdateRotationState (double rotation) override |
| void | SetChartUpdatePeriod () override |
| wxStatusBar * | GetStatusBar () override |
| wxStatusBar * | GetFrameStatusBar () const override |
| void | SetENCDisplayCategory (AbstractChartCanvas *acc, enum _DisCat nset) override |
| int | GetCanvasIndexUnderMouse () override |
| double | GetCanvasRefScale () override |
| void | SendGlJsonConfigMsg () override |
| bool | CanAccelerateGlPanning () override |
| void | SetupGlCompression () override |
| wxString | GetGlVersionString () override |
| wxGLCanvas * | GetWxGlCanvas () override |
| void | SwitchKBFocus (ChartCanvas *pCanvas) |
| int | GetNextToolbarToolId () override |
| void | SetToolbarItemBitmaps (int tool_id, wxBitmap *bitmap, wxBitmap *bmpDisabled) override |
| void | SetToolbarItemSVG (int tool_id, wxString normalSVGfile, wxString rolloverSVGfile, wxString toggledSVGfile) override |
| void | UpdateAllFonts () override |
| void | ScheduleReconfigAndSettingsReload (bool reload, bool new_dialog) override |
| void | ScheduleReloadCharts () override |
| void | ChartsRefresh () override |
| void | FreezeCharts () override |
| void | ThawCharts () override |
| void | ScheduleDeleteSettingsDialog () override |
| void | BeforeUndoableAction (UndoType undo_type, RoutePoint *point, UndoBeforePointerType pointer_type, UndoItemPointer pointer) override |
| virtual void | AfterUndoableAction (UndoItemPointer pointer) override |
| virtual void | TouchAISActive () override |
| virtual void | UpdateAISMOBRoute (const AisTargetData *ptarget) override |
| virtual void | ActivateAISMOBRoute (const AisTargetData *ptarget) override |
| void | OnToolLeftClick (wxCommandEvent &event) override |
| void | SetENCDisplayCategory (ChartCanvas *cc, enum _DisCat nset) |
| void | ToggleQuiltMode (ChartCanvas *cc) |
| wxFont * | GetFont (wxFont *font, double scale) override |
| int | GetApplicationMemoryUse (void) |
| void | OnEraseBackground (wxEraseEvent &event) |
| void | OnMaximize (wxMaximizeEvent &event) |
| void | OnCloseWindow (wxCloseEvent &event) |
| void | OnExit (wxCommandEvent &event) |
| void | OnSize (wxSizeEvent &event) |
| void | OnMove (wxMoveEvent &event) |
| void | OnInitTimer (wxTimerEvent &event) |
| void | OnFrameTimer1 (wxTimerEvent &event) |
| Main application timer handler called approximately once per second. | |
| void | OnEvtPlugInMessage (OCPN_MsgEvent &event) |
| void | OnMemFootTimer (wxTimerEvent &event) |
| void | OnRecaptureTimer (wxTimerEvent &event) |
| void | OnSENCEvtThread (OCPN_BUILDSENC_ThreadEvent &event) |
| void | OnIconize (wxIconizeEvent &event) |
| void | OnBellsFinished (wxCommandEvent &event) |
| void | OnFrameTenHzTimer (wxTimerEvent &event) |
| High-frequency timer handler running at 10Hz for smooth navigation updates. | |
| void | RefreshCanvasOther (ChartCanvas *ccThis) |
| void | selectChartDisplay (int type, int family) |
| void | applySettingsString (wxString settings) |
| void | setStringVP (wxString VPS) |
| void | InvalidateAllQuilts () |
| void | SetUpMode (ChartCanvas *cc, int mode) |
| ChartCanvas * | GetPrimaryCanvas () |
| ChartCanvas * | GetFocusCanvas () |
| void | DoStackUp (ChartCanvas *cc) |
| void | DoStackDown (ChartCanvas *cc) |
| void | NotifyChildrenResize () |
| void | DoStackDelta (ChartCanvas *cc, int direction) |
| void | DoSettingsNew (void) |
| ChartCanvas * | GetCanvasUnderMouse () |
| void | TriggerRecaptureTimer () |
| void | MouseEvent (wxMouseEvent &event) |
| void | CenterView (ChartCanvas *cc, const LLBBox &bbox) |
| void | JumpToPosition (ChartCanvas *cc, double lat, double lon, double scale) |
| void | BuildMenuBar (void) |
| void | RegisterGlobalMenuItems () |
| void | UpdateGlobalMenuItems (ChartCanvas *cc) |
| void | DoOptionsDialog () |
| void | ProcessOptionsDialog (int resultFlags, ArrayOfCDI *pNewDirArray) |
| void | PrepareOptionsClose (options *settings, int settings_return_value) |
| void | DoPrint (void) |
| void | ToggleDataQuality (ChartCanvas *cc) |
| void | TogglebFollow (ChartCanvas *cc) |
| void | ToggleChartBar (ChartCanvas *cc) |
| void | SetbFollow (ChartCanvas *cc) |
| void | ClearbFollow (ChartCanvas *cc) |
| void | ToggleChartOutlines (ChartCanvas *cc) |
| void | ToggleENCText (ChartCanvas *cc) |
| void | ToggleSoundings (ChartCanvas *cc) |
| bool | ToggleLights (ChartCanvas *cc) |
| void | ToggleAnchor (ChartCanvas *cc) |
| void | ToggleAISDisplay (ChartCanvas *cc) |
| void | ToggleAISMinimizeTargets (ChartCanvas *cc) |
| void | ToggleNavobjects (ChartCanvas *cc) |
| void | TrackDailyRestart (void) |
| bool | ShouldRestartTrack () |
| void | InitializeTrackRestart () |
| void | UpdateControlBar (ChartCanvas *cc) |
| void | SubmergeAllCanvasToolbars (void) |
| void | SurfaceAllCanvasToolbars (void) |
| void | SetAllToolbarScale (void) |
| void | RefreshGroupIndices (void) |
| double | GetBestVPScale (ChartBase *pchart) |
| DataMonitor * | GetDataMonitor () const |
| void | SetAndApplyColorScheme (ColorScheme cs) |
| void | OnFrameTCTimer (wxTimerEvent &event) |
| void | OnFrameCOGTimer (wxTimerEvent &event) |
| void | HandleBasicNavMsg (std::shared_ptr< const BasicNavDataMsg > msg) |
| void | HandleGPSWatchdogMsg (std::shared_ptr< const GPSWatchdogMsg > msg) |
| bool | CheckGroup (int igroup) |
| bool | SendJSON_WMM_Var_Request (double lat, double lon, wxDateTime date) |
| void | DestroyPersistentDialogs () |
| void | UpdateAISTool (void) |
| void | RequestNewToolbarArgEvent (wxCommandEvent &WXUNUSED(event)) |
| void | UpdateGPSCompassStatusBoxes (bool b_force_new=false) |
| bool | UpdateChartDatabaseInplace (ArrayOfCDI &DirArray, bool b_force, bool b_prog, const wxString &ChartListFileName) |
| void | FinalizeChartDBUpdate () |
| void | CreateCanvasLayout (bool b_useStoredSize=false) |
| void | ReloadAllVP () |
| void | SetCanvasSizes (wxSize frameSize) |
| ocpnToolBarSimple * | CreateMasterToolbar () |
| void | RequestNewMasterToolbar (bool bforcenew=true) |
| bool | CheckAndAddPlugInTool () |
| bool | AddDefaultPositionPlugInTools () |
| void | UpdateCanvasConfigDescriptors () |
| void | ScheduleSettingsDialog () |
| void | ScheduleSettingsDialogNew () |
| void | PositionIENCToolbar () |
| void | InitAppMsgBusListener () |
| void | InitApiListeners () |
| Setup handling of events from the local ipc/dbus API. | |
| void | ReleaseApiListeners () |
| void | ConfigureStatusBar () |
Public Member Functions inherited from AbstractTopFrame | |
| AbstractTopFrame (wxFrame *frame, const wxString &title, const wxPoint &pos, const wxSize &size, long style) | |
Static Public Member Functions | |
| static void | RebuildChartDatabase () |
Public Attributes | |
| wxMenuBar * | m_pMenuBar |
| bool | m_bTimeIsSet |
| wxTimer | InitTimer |
| int | m_iInitCount |
| bool | m_initializing |
| wxTimer | FrameTCTimer |
| wxTimer | FrameTimer1 |
| wxTimer | FrameCOGTimer |
| wxTimer | MemFootTimer |
| wxTimer | m_resizeTimer |
| wxTimer | FrameTenHzTimer |
| int | m_BellsToPlay |
| wxTimer | BellsTimer |
| wxGenericProgressDialog * | Updateprog = nullptr |
| bool | m_bdefer_resize |
| wxSize | m_defer_size |
| double | COGTable [kMaxCogAverageSeconds] |
Main application frame.
Top-level window frame for OpenCPN that manages overall application state, menus, toolbars, and child windows like chart canvases.
Definition at line 109 of file ocpn_frame.h.
| MyFrame::MyFrame | ( | const wxString & | title, |
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| RestServer & | rest_server, | ||
| wxAuiDefaultDockArt * | pauidockart, | ||
| OpenFileFunc | open_gpx_file | ||
| ) |
Definition at line 531 of file ocpn_frame.cpp.
| MyFrame::~MyFrame | ( | ) |
Definition at line 739 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 6510 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3032 of file ocpn_frame.cpp.
| bool MyFrame::AddDefaultPositionPlugInTools | ( | ) |
Definition at line 6996 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 306 of file ocpn_frame.h.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3501 of file ocpn_frame.cpp.
| void MyFrame::applySettingsString | ( | wxString | settings | ) |
Definition at line 6630 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 298 of file ocpn_frame.h.
| void MyFrame::BuildMenuBar | ( | void | ) |
Definition at line 3515 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 275 of file ocpn_frame.h.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1088 of file ocpn_frame.cpp.
| void MyFrame::CenterView | ( | ChartCanvas * | cc, |
| const LLBBox & | bbox | ||
| ) |
Definition at line 3928 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 4352 of file ocpn_frame.cpp.
| bool MyFrame::CheckAndAddPlugInTool | ( | ) |
Definition at line 6937 of file ocpn_frame.cpp.
| bool MyFrame::CheckGroup | ( | int | igroup | ) |
Definition at line 4276 of file ocpn_frame.cpp.
| void MyFrame::ClearbFollow | ( | ChartCanvas * | cc | ) |
Definition at line 3415 of file ocpn_frame.cpp.
| void MyFrame::ConfigureStatusBar | ( | ) |
Definition at line 3477 of file ocpn_frame.cpp.
| void MyFrame::CreateCanvasLayout | ( | bool | b_useStoredSize = false | ) |
Definition at line 1096 of file ocpn_frame.cpp.
| ocpnToolBarSimple * MyFrame::CreateMasterToolbar | ( | ) |
Definition at line 6840 of file ocpn_frame.cpp.
| void MyFrame::DestroyPersistentDialogs | ( | ) |
Definition at line 2299 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 6058 of file ocpn_frame.cpp.
| void MyFrame::DoOptionsDialog | ( | ) |
Definition at line 3983 of file ocpn_frame.cpp.
| void MyFrame::DoPrint | ( | void | ) |
Definition at line 6094 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2958 of file ocpn_frame.cpp.
| void MyFrame::DoSettingsNew | ( | void | ) |
Definition at line 2951 of file ocpn_frame.cpp.
| void MyFrame::DoStackDelta | ( | ChartCanvas * | cc, |
| int | direction | ||
| ) |
Definition at line 4509 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 4493 of file ocpn_frame.cpp.
| void MyFrame::DoStackDown | ( | ChartCanvas * | cc | ) |
Definition at line 4505 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 4499 of file ocpn_frame.cpp.
| void MyFrame::DoStackUp | ( | ChartCanvas * | cc | ) |
Definition at line 4507 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1389 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1477 of file ocpn_frame.cpp.
| void MyFrame::FinalizeChartDBUpdate | ( | ) |
Definition at line 4452 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 762 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 161 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 157 of file ocpn_frame.h.
| int MyFrame::GetApplicationMemoryUse | ( | void | ) |
Definition at line 5945 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 196 of file ocpn_frame.h.
| double MyFrame::GetBestVPScale | ( | ChartBase * | pchart | ) |
Definition at line 6009 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1354 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 184 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 250 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 169 of file ocpn_frame.h.
| ChartCanvas * MyFrame::GetCanvasUnderMouse | ( | ) |
Definition at line 1319 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 223 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 175 of file ocpn_frame.h.
|
inline |
Definition at line 430 of file ocpn_frame.h.
| ChartCanvas * MyFrame::GetFocusCanvas | ( | ) |
Definition at line 2861 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 188 of file ocpn_frame.h.
|
override |
Definition at line 461 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 243 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 277 of file ocpn_frame.h.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 5792 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 281 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 173 of file ocpn_frame.h.
| ChartCanvas * MyFrame::GetPrimaryCanvas | ( | ) |
Definition at line 1081 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 228 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 242 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 278 of file ocpn_frame.h.
| void MyFrame::HandleBasicNavMsg | ( | std::shared_ptr< const BasicNavDataMsg > | msg | ) |
Definition at line 4962 of file ocpn_frame.cpp.
| void MyFrame::HandleGPSWatchdogMsg | ( | std::shared_ptr< const GPSWatchdogMsg > | msg | ) |
Definition at line 4894 of file ocpn_frame.cpp.
| void MyFrame::InitApiListeners | ( | ) |
Setup handling of events from the local ipc/dbus API.
Definition at line 4881 of file ocpn_frame.cpp.
| void MyFrame::InitAppMsgBusListener | ( | ) |
Definition at line 4851 of file ocpn_frame.cpp.
| void MyFrame::InitializeTrackRestart | ( | ) |
Definition at line 3202 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3848 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2906 of file ocpn_frame.cpp.
| void MyFrame::InvalidateAllQuilts | ( | ) |
Definition at line 4380 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 149 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 142 of file ocpn_frame.h.
| void MyFrame::JumpToPosition | ( | ChartCanvas * | cc, |
| double | lat, | ||
| double | lon, | ||
| double | scale | ||
| ) |
Definition at line 3876 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 132 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 137 of file ocpn_frame.h.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 6470 of file ocpn_frame.cpp.
| void MyFrame::MouseEvent | ( | wxMouseEvent & | event | ) |
Definition at line 6070 of file ocpn_frame.cpp.
| void MyFrame::OnBellsFinished | ( | wxCommandEvent & | event | ) |
Definition at line 873 of file ocpn_frame.cpp.
| void MyFrame::OnCloseWindow | ( | wxCloseEvent & | event | ) |
Definition at line 1489 of file ocpn_frame.cpp.
| void MyFrame::OnEraseBackground | ( | wxEraseEvent & | event | ) |
Definition at line 896 of file ocpn_frame.cpp.
| void MyFrame::OnEvtPlugInMessage | ( | OCPN_MsgEvent & | event | ) |
Definition at line 6138 of file ocpn_frame.cpp.
| void MyFrame::OnExit | ( | wxCommandEvent & | event | ) |
Definition at line 1485 of file ocpn_frame.cpp.
| void MyFrame::OnFrameCOGTimer | ( | wxTimerEvent & | event | ) |
Definition at line 5857 of file ocpn_frame.cpp.
| void MyFrame::OnFrameTCTimer | ( | wxTimerEvent & | event | ) |
Definition at line 5845 of file ocpn_frame.cpp.
| void MyFrame::OnFrameTenHzTimer | ( | wxTimerEvent & | event | ) |
High-frequency timer handler running at 10Hz for smooth navigation updates.
This timer event handler runs at 10Hz to provide smooth, high-frequency updates for navigation display and position estimation. It serves two primary purposes: handling compass rose rotation in non-North-Up modes and providing interpolated position/heading estimates when 10Hz updates are enabled.
| event | The wxTimerEvent that triggered this handler (100ms interval) |
Definition at line 5347 of file ocpn_frame.cpp.
| void MyFrame::OnFrameTimer1 | ( | wxTimerEvent & | event | ) |
Main application timer handler called approximately once per second.
Key responsibilities include anchor watch monitoring, GPS position updates to plugins, toolbar management, and chart database refreshes.
| event | The wxTimerEvent that triggered this handler |
Definition at line 5595 of file ocpn_frame.cpp.
| void MyFrame::OnIconize | ( | wxIconizeEvent & | event | ) |
Definition at line 1997 of file ocpn_frame.cpp.
| void MyFrame::OnInitTimer | ( | wxTimerEvent & | event | ) |
Definition at line 4529 of file ocpn_frame.cpp.
| void MyFrame::OnMaximize | ( | wxMaximizeEvent & | event | ) |
Definition at line 898 of file ocpn_frame.cpp.
| void MyFrame::OnMemFootTimer | ( | wxTimerEvent & | event | ) |
Definition at line 5177 of file ocpn_frame.cpp.
| void MyFrame::OnMove | ( | wxMoveEvent & | event | ) |
Definition at line 1842 of file ocpn_frame.cpp.
| void MyFrame::OnRecaptureTimer | ( | wxTimerEvent & | event | ) |
Definition at line 1933 of file ocpn_frame.cpp.
| void MyFrame::OnSENCEvtThread | ( | OCPN_BUILDSENC_ThreadEvent & | event | ) |
Definition at line 797 of file ocpn_frame.cpp.
| void MyFrame::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 2021 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2339 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2197 of file ocpn_frame.cpp.
| void MyFrame::PositionIENCToolbar | ( | ) |
Definition at line 4515 of file ocpn_frame.cpp.
| void MyFrame::PrepareOptionsClose | ( | options * | settings, |
| int | settings_return_value | ||
| ) |
Definition at line 3960 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1916 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 124 of file ocpn_frame.h.
| void MyFrame::ProcessOptionsDialog | ( | int | resultFlags, |
| ArrayOfCDI * | pNewDirArray | ||
| ) |
Definition at line 4075 of file ocpn_frame.cpp.
|
static |
Definition at line 826 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2919 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 220 of file ocpn_frame.h.
| void MyFrame::RefreshCanvasOther | ( | ChartCanvas * | ccThis | ) |
Definition at line 4343 of file ocpn_frame.cpp.
| void MyFrame::RefreshGroupIndices | ( | void | ) |
Definition at line 2331 of file ocpn_frame.cpp.
| void MyFrame::RegisterGlobalMenuItems | ( | ) |
Definition at line 3552 of file ocpn_frame.cpp.
| void MyFrame::ReleaseApiListeners | ( | ) |
Definition at line 4891 of file ocpn_frame.cpp.
| void MyFrame::ReloadAllVP | ( | ) |
Definition at line 905 of file ocpn_frame.cpp.
| void MyFrame::RequestNewMasterToolbar | ( | bool | bforcenew = true | ) |
Definition at line 6776 of file ocpn_frame.cpp.
|
inline |
Definition at line 466 of file ocpn_frame.h.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1290 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2804 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2822 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2798 of file ocpn_frame.cpp.
| void MyFrame::ScheduleSettingsDialog | ( | ) |
Definition at line 2810 of file ocpn_frame.cpp.
| void MyFrame::ScheduleSettingsDialogNew | ( | ) |
Definition at line 2816 of file ocpn_frame.cpp.
| void MyFrame::selectChartDisplay | ( | int | type, |
| int | family | ||
| ) |
Definition at line 6042 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 274 of file ocpn_frame.h.
| bool MyFrame::SendJSON_WMM_Var_Request | ( | double | lat, |
| double | lon, | ||
| wxDateTime | date | ||
| ) |
Definition at line 5810 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 128 of file ocpn_frame.h.
| void MyFrame::SetAllToolbarScale | ( | void | ) |
Definition at line 1311 of file ocpn_frame.cpp.
| void MyFrame::SetAndApplyColorScheme | ( | ColorScheme | cs | ) |
Definition at line 912 of file ocpn_frame.cpp.
| void MyFrame::SetbFollow | ( | ChartCanvas * | cc | ) |
Definition at line 3403 of file ocpn_frame.cpp.
| void MyFrame::SetCanvasSizes | ( | wxSize | frameSize | ) |
Definition at line 1935 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 6013 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 244 of file ocpn_frame.h.
| void MyFrame::SetENCDisplayCategory | ( | ChartCanvas * | cc, |
| enum _DisCat | nset | ||
| ) |
Definition at line 3291 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2760 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 1315 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3453 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3444 of file ocpn_frame.cpp.
| void MyFrame::setStringVP | ( | wxString | VPS | ) |
Definition at line 2929 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3460 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3468 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 276 of file ocpn_frame.h.
| void MyFrame::SetUpMode | ( | ChartCanvas * | cc, |
| int | mode | ||
| ) |
Definition at line 3267 of file ocpn_frame.cpp.
| bool MyFrame::ShouldRestartTrack | ( | ) |
Definition at line 3234 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 224 of file ocpn_frame.h.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 165 of file ocpn_frame.h.
| void MyFrame::SwitchKBFocus | ( | ChartCanvas * | pCanvas | ) |
Definition at line 1423 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 787 of file ocpn_frame.cpp.
| void MyFrame::ToggleAISDisplay | ( | ChartCanvas * | cc | ) |
Definition at line 3391 of file ocpn_frame.cpp.
| void MyFrame::ToggleAISMinimizeTargets | ( | ChartCanvas * | cc | ) |
Definition at line 3397 of file ocpn_frame.cpp.
| void MyFrame::ToggleAnchor | ( | ChartCanvas * | cc | ) |
Definition at line 3358 of file ocpn_frame.cpp.
| void MyFrame::TogglebFollow | ( | ChartCanvas * | cc | ) |
Definition at line 3378 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 235 of file ocpn_frame.h.
| void MyFrame::ToggleChartBar | ( | ChartCanvas * | cc | ) |
Definition at line 2980 of file ocpn_frame.cpp.
| void MyFrame::ToggleChartOutlines | ( | ChartCanvas * | cc | ) |
Definition at line 3429 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2996 of file ocpn_frame.cpp.
| void MyFrame::ToggleDataQuality | ( | ChartCanvas * | cc | ) |
Definition at line 3368 of file ocpn_frame.cpp.
| void MyFrame::ToggleENCText | ( | ChartCanvas * | cc | ) |
Definition at line 3280 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3014 of file ocpn_frame.cpp.
| bool MyFrame::ToggleLights | ( | ChartCanvas * | cc | ) |
Definition at line 3317 of file ocpn_frame.cpp.
| void MyFrame::ToggleNavobjects | ( | ChartCanvas * | cc | ) |
Definition at line 3385 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 212 of file ocpn_frame.h.
| void MyFrame::ToggleQuiltMode | ( | ChartCanvas * | cc | ) |
Definition at line 4463 of file ocpn_frame.cpp.
| void MyFrame::ToggleSoundings | ( | ChartCanvas * | cc | ) |
Definition at line 3306 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3442 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 5826 of file ocpn_frame.cpp.
| void MyFrame::TrackDailyRestart | ( | void | ) |
Definition at line 3245 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3149 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3105 of file ocpn_frame.cpp.
| void MyFrame::TriggerRecaptureTimer | ( | ) |
Definition at line 1928 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 6587 of file ocpn_frame.cpp.
| void MyFrame::UpdateAISTool | ( | void | ) |
Definition at line 5834 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 2283 of file ocpn_frame.cpp.
| void MyFrame::UpdateCanvasConfigDescriptors | ( | ) |
Definition at line 3890 of file ocpn_frame.cpp.
| bool MyFrame::UpdateChartDatabaseInplace | ( | ArrayOfCDI & | DirArray, |
| bool | b_force, | ||
| bool | b_prog, | ||
| const wxString & | ChartListFileName | ||
| ) |
Definition at line 4391 of file ocpn_frame.cpp.
| void MyFrame::UpdateControlBar | ( | ChartCanvas * | cc | ) |
Definition at line 6037 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 3718 of file ocpn_frame.cpp.
|
inlineoverridevirtual |
Implements AbstractTopFrame.
Definition at line 216 of file ocpn_frame.h.
| void MyFrame::UpdateGlobalMenuItems | ( | ChartCanvas * | cc | ) |
Definition at line 3788 of file ocpn_frame.cpp.
| void MyFrame::UpdateGPSCompassStatusBoxes | ( | bool | b_force_new = false | ) |
Definition at line 5935 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 5913 of file ocpn_frame.cpp.
|
overridevirtual |
Implements AbstractTopFrame.
Definition at line 5123 of file ocpn_frame.cpp.
| wxTimer MyFrame::BellsTimer |
Definition at line 461 of file ocpn_frame.h.
| double MyFrame::COGTable[kMaxCogAverageSeconds] |
Definition at line 479 of file ocpn_frame.h.
| wxTimer MyFrame::FrameCOGTimer |
Definition at line 455 of file ocpn_frame.h.
| wxTimer MyFrame::FrameTCTimer |
Definition at line 453 of file ocpn_frame.h.
| wxTimer MyFrame::FrameTenHzTimer |
Definition at line 458 of file ocpn_frame.h.
| wxTimer MyFrame::FrameTimer1 |
Definition at line 454 of file ocpn_frame.h.
| wxTimer MyFrame::InitTimer |
Definition at line 449 of file ocpn_frame.h.
| bool MyFrame::m_bdefer_resize |
Definition at line 477 of file ocpn_frame.h.
| int MyFrame::m_BellsToPlay |
Definition at line 460 of file ocpn_frame.h.
| bool MyFrame::m_bTimeIsSet |
Definition at line 447 of file ocpn_frame.h.
| wxSize MyFrame::m_defer_size |
Definition at line 478 of file ocpn_frame.h.
| int MyFrame::m_iInitCount |
Definition at line 450 of file ocpn_frame.h.
| bool MyFrame::m_initializing |
Definition at line 451 of file ocpn_frame.h.
| wxMenuBar* MyFrame::m_pMenuBar |
Definition at line 446 of file ocpn_frame.h.
| wxTimer MyFrame::m_resizeTimer |
Definition at line 457 of file ocpn_frame.h.
| wxTimer MyFrame::MemFootTimer |
Definition at line 456 of file ocpn_frame.h.
| wxGenericProgressDialog* MyFrame::Updateprog = nullptr |
Definition at line 463 of file ocpn_frame.h.