|
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) | |
| 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. | |
| bool | DoChartUpdate (void) |
| 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 | UpdateAllFonts (void) |
| void | PositionConsole (void) |
| void | OnToolLeftClick (wxCommandEvent &event) |
| void | DoStackUp (ChartCanvas *cc) |
| void | DoStackDown (ChartCanvas *cc) |
| void | selectChartDisplay (int type, int family) |
| void | applySettingsString (wxString settings) |
| void | setStringVP (wxString VPS) |
| void | InvalidateAllGL () |
| void | RefreshAllCanvas (bool bErase=true) |
| void | CancelAllMouseRoute () |
| void | InvalidateAllQuilts () |
| void | SetUpMode (ChartCanvas *cc, int mode) |
| ChartCanvas * | GetPrimaryCanvas () |
| ChartCanvas * | GetFocusCanvas () |
| void | DoStackDelta (ChartCanvas *cc, int direction) |
| void | DoSettings (void) |
| void | DoSettingsNew (void) |
| void | SwitchKBFocus (ChartCanvas *pCanvas) |
| ChartCanvas * | GetCanvasUnderMouse () |
| int | GetCanvasIndexUnderMouse () |
| bool | DropMarker (bool atOwnShip=true) |
| void | TriggerRecaptureTimer () |
| bool | SetGlobalToolbarViz (bool viz) |
| void | MouseEvent (wxMouseEvent &event) |
| void | CenterView (ChartCanvas *cc, const LLBBox &bbox) |
| void | JumpToPosition (ChartCanvas *cc, double lat, double lon, double scale) |
| void | ProcessCanvasResize (void) |
| void | BuildMenuBar (void) |
| void | ApplyGlobalSettings (bool bnewtoolbar) |
| void | RegisterGlobalMenuItems () |
| void | UpdateGlobalMenuItems () |
| 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 | ToggleFullScreen () |
| 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 | ToggleTestPause (void) |
| void | TrackOn (void) |
| void | SetENCDisplayCategory (ChartCanvas *cc, enum _DisCat nset) |
| void | ToggleNavobjects (ChartCanvas *cc) |
| Track * | TrackOff (bool do_add_point=false) |
| void | TrackDailyRestart (void) |
| bool | ShouldRestartTrack () |
| void | InitializeTrackRestart () |
| void | ToggleColorScheme () |
| void | SetMenubarItemState (int item_id, bool state) |
| void | SetMasterToolbarItemState (int tool_id, bool state) |
| void | SetToolbarItemBitmaps (int tool_id, wxBitmap *bitmap, wxBitmap *bmpDisabled) |
| void | SetToolbarItemSVG (int tool_id, wxString normalSVGfile, wxString rolloverSVGfile, wxString toggledSVGfile) |
| void | ToggleQuiltMode (ChartCanvas *cc) |
| void | UpdateControlBar (ChartCanvas *cc) |
| void | SubmergeAllCanvasToolbars (void) |
| void | SurfaceAllCanvasToolbars (void) |
| void | SetAllToolbarScale (void) |
| void | SetGPSCompassScale (void) |
| void | InvalidateAllCanvasUndo () |
| 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) |
| void | ChartsRefresh () |
| bool | CheckGroup (int igroup) |
| double | GetMag (double a, double lat, double lon) |
| bool | SendJSON_WMM_Var_Request (double lat, double lon, wxDateTime date) |
| void | DestroyPersistentDialogs () |
| void | TouchAISActive (void) |
| void | UpdateAISTool (void) |
| void | ActivateAISMOBRoute (const AisTargetData *ptarget) |
| void | UpdateAISMOBRoute (const AisTargetData *ptarget) |
| int | GetNextToolbarToolId () |
| void | RequestNewToolbarArgEvent (wxCommandEvent &WXUNUSED(event)) |
| void | RequestNewToolbars (bool bforcenew=false) |
| void | ActivateMOB (void) |
| void | UpdateGPSCompassStatusBoxes (bool b_force_new=false) |
| void | UpdateRotationState (double rotation) |
| bool | UpdateChartDatabaseInplace (ArrayOfCDI &DirArray, bool b_force, bool b_prog, const wxString &ChartListFileName) |
| void | FastClose () |
| void | SetChartUpdatePeriod () |
| void | CreateCanvasLayout (bool b_useStoredSize=false) |
| void | LoadHarmonics () |
| void | ReloadAllVP () |
| void | SetCanvasSizes (wxSize frameSize) |
| ocpnToolBarSimple * | CreateMasterToolbar () |
| void | RequestNewMasterToolbar (bool bforcenew=true) |
| bool | CheckAndAddPlugInTool () |
| bool | AddDefaultPositionPlugInTools () |
| void | NotifyChildrenResize (void) |
| void | UpdateCanvasConfigDescriptors () |
| void | ScheduleSettingsDialog () |
| void | ScheduleSettingsDialogNew () |
| void | ScheduleDeleteSettingsDialog () |
| void | ScheduleReconfigAndSettingsReload (bool reload, bool new_dialog) |
| void | ScheduleReloadCharts () |
| void | PositionIENCToolbar () |
| void | InitAppMsgBusListener () |
| void | InitApiListeners () |
| Setup handling of events from the local ipc/dbus API. | |
| void | ReleaseApiListeners () |
| void | UpdateStatusBar (void) |
| void | ConfigureStatusBar () |
| void | FreezeCharts () |
| void | ThawCharts () |
Static Public Member Functions | |
| static void | RebuildChartDatabase () |
Public Attributes | |
| wxStatusBar * | m_pStatusBar |
| 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 |
| 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 137 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 521 of file ocpn_frame.cpp.
| MyFrame::~MyFrame | ( | ) |
Definition at line 717 of file ocpn_frame.cpp.
| void MyFrame::ActivateAISMOBRoute | ( | const AisTargetData * | ptarget | ) |
Definition at line 6516 of file ocpn_frame.cpp.
| void MyFrame::ActivateMOB | ( | void | ) |
Definition at line 3011 of file ocpn_frame.cpp.
| bool MyFrame::AddDefaultPositionPlugInTools | ( | ) |
Definition at line 7001 of file ocpn_frame.cpp.
| void MyFrame::ApplyGlobalSettings | ( | bool | bnewtoolbar | ) |
Definition at line 3480 of file ocpn_frame.cpp.
| void MyFrame::applySettingsString | ( | wxString | settings | ) |
Definition at line 6636 of file ocpn_frame.cpp.
| void MyFrame::BuildMenuBar | ( | void | ) |
Definition at line 3503 of file ocpn_frame.cpp.
| void MyFrame::CancelAllMouseRoute | ( | ) |
Definition at line 1065 of file ocpn_frame.cpp.
| void MyFrame::CenterView | ( | ChartCanvas * | cc, |
| const LLBBox & | bbox | ||
| ) |
Definition at line 3916 of file ocpn_frame.cpp.
| void MyFrame::ChartsRefresh | ( | ) |
Definition at line 4347 of file ocpn_frame.cpp.
| bool MyFrame::CheckAndAddPlugInTool | ( | ) |
Definition at line 6942 of file ocpn_frame.cpp.
| bool MyFrame::CheckGroup | ( | int | igroup | ) |
Definition at line 4271 of file ocpn_frame.cpp.
| void MyFrame::ClearbFollow | ( | ChartCanvas * | cc | ) |
Definition at line 3394 of file ocpn_frame.cpp.
| void MyFrame::ConfigureStatusBar | ( | ) |
Definition at line 3456 of file ocpn_frame.cpp.
| void MyFrame::CreateCanvasLayout | ( | bool | b_useStoredSize = false | ) |
Definition at line 1075 of file ocpn_frame.cpp.
| ocpnToolBarSimple * MyFrame::CreateMasterToolbar | ( | ) |
Definition at line 6845 of file ocpn_frame.cpp.
| void MyFrame::DestroyPersistentDialogs | ( | ) |
Definition at line 2278 of file ocpn_frame.cpp.
| bool MyFrame::DoChartUpdate | ( | void | ) |
Definition at line 6064 of file ocpn_frame.cpp.
| void MyFrame::DoOptionsDialog | ( | ) |
Definition at line 3971 of file ocpn_frame.cpp.
| void MyFrame::DoPrint | ( | void | ) |
Definition at line 6100 of file ocpn_frame.cpp.
| void MyFrame::DoSettings | ( | void | ) |
Definition at line 2938 of file ocpn_frame.cpp.
| void MyFrame::DoSettingsNew | ( | void | ) |
Definition at line 2931 of file ocpn_frame.cpp.
| void MyFrame::DoStackDelta | ( | ChartCanvas * | cc, |
| int | direction | ||
| ) |
Definition at line 4515 of file ocpn_frame.cpp.
| void MyFrame::DoStackDown | ( | ChartCanvas * | cc | ) |
Definition at line 4511 of file ocpn_frame.cpp.
| void MyFrame::DoStackUp | ( | ChartCanvas * | cc | ) |
Definition at line 4513 of file ocpn_frame.cpp.
| bool MyFrame::DropMarker | ( | bool | atOwnShip = true | ) |
Definition at line 1368 of file ocpn_frame.cpp.
| void MyFrame::FastClose | ( | ) |
Definition at line 1456 of file ocpn_frame.cpp.
| void MyFrame::FreezeCharts | ( | ) |
Definition at line 740 of file ocpn_frame.cpp.
| int MyFrame::GetApplicationMemoryUse | ( | void | ) |
Definition at line 5951 of file ocpn_frame.cpp.
| double MyFrame::GetBestVPScale | ( | ChartBase * | pchart | ) |
Definition at line 6015 of file ocpn_frame.cpp.
| int MyFrame::GetCanvasIndexUnderMouse | ( | ) |
Definition at line 1333 of file ocpn_frame.cpp.
| ChartCanvas * MyFrame::GetCanvasUnderMouse | ( | ) |
Definition at line 1298 of file ocpn_frame.cpp.
|
inline |
Definition at line 290 of file ocpn_frame.h.
| ChartCanvas * MyFrame::GetFocusCanvas | ( | ) |
Definition at line 2841 of file ocpn_frame.cpp.
|
override |
Definition at line 451 of file ocpn_frame.cpp.
| double MyFrame::GetMag | ( | double | a, |
| double | lat, | ||
| double | lon | ||
| ) |
Definition at line 5798 of file ocpn_frame.cpp.
|
inline |
Definition at line 332 of file ocpn_frame.h.
| ChartCanvas * MyFrame::GetPrimaryCanvas | ( | ) |
Definition at line 1059 of file ocpn_frame.cpp.
| void MyFrame::HandleBasicNavMsg | ( | std::shared_ptr< const BasicNavDataMsg > | msg | ) |
Definition at line 4968 of file ocpn_frame.cpp.
| void MyFrame::HandleGPSWatchdogMsg | ( | std::shared_ptr< const GPSWatchdogMsg > | msg | ) |
Definition at line 4900 of file ocpn_frame.cpp.
| void MyFrame::InitApiListeners | ( | ) |
Setup handling of events from the local ipc/dbus API.
Definition at line 4887 of file ocpn_frame.cpp.
| void MyFrame::InitAppMsgBusListener | ( | ) |
Definition at line 4857 of file ocpn_frame.cpp.
| void MyFrame::InitializeTrackRestart | ( | ) |
Definition at line 3181 of file ocpn_frame.cpp.
| void MyFrame::InvalidateAllCanvasUndo | ( | ) |
Definition at line 3836 of file ocpn_frame.cpp.
| void MyFrame::InvalidateAllGL | ( | ) |
Definition at line 2886 of file ocpn_frame.cpp.
| void MyFrame::InvalidateAllQuilts | ( | ) |
Definition at line 4375 of file ocpn_frame.cpp.
| void MyFrame::JumpToPosition | ( | ChartCanvas * | cc, |
| double | lat, | ||
| double | lon, | ||
| double | scale | ||
| ) |
Definition at line 3864 of file ocpn_frame.cpp.
| void MyFrame::LoadHarmonics | ( | ) |
Definition at line 6476 of file ocpn_frame.cpp.
| void MyFrame::MouseEvent | ( | wxMouseEvent & | event | ) |
Definition at line 6076 of file ocpn_frame.cpp.
| void MyFrame::NotifyChildrenResize | ( | void | ) |
Definition at line 1073 of file ocpn_frame.cpp.
| void MyFrame::OnBellsFinished | ( | wxCommandEvent & | event | ) |
Definition at line 851 of file ocpn_frame.cpp.
| void MyFrame::OnCloseWindow | ( | wxCloseEvent & | event | ) |
Definition at line 1468 of file ocpn_frame.cpp.
| void MyFrame::OnEraseBackground | ( | wxEraseEvent & | event | ) |
Definition at line 874 of file ocpn_frame.cpp.
| void MyFrame::OnEvtPlugInMessage | ( | OCPN_MsgEvent & | event | ) |
Definition at line 6144 of file ocpn_frame.cpp.
| void MyFrame::OnExit | ( | wxCommandEvent & | event | ) |
Definition at line 1464 of file ocpn_frame.cpp.
| void MyFrame::OnFrameCOGTimer | ( | wxTimerEvent & | event | ) |
Definition at line 5863 of file ocpn_frame.cpp.
| void MyFrame::OnFrameTCTimer | ( | wxTimerEvent & | event | ) |
Definition at line 5851 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 5353 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 5601 of file ocpn_frame.cpp.
| void MyFrame::OnIconize | ( | wxIconizeEvent & | event | ) |
Definition at line 1976 of file ocpn_frame.cpp.
| void MyFrame::OnInitTimer | ( | wxTimerEvent & | event | ) |
Definition at line 4535 of file ocpn_frame.cpp.
| void MyFrame::OnMaximize | ( | wxMaximizeEvent & | event | ) |
Definition at line 876 of file ocpn_frame.cpp.
| void MyFrame::OnMemFootTimer | ( | wxTimerEvent & | event | ) |
Definition at line 5183 of file ocpn_frame.cpp.
| void MyFrame::OnMove | ( | wxMoveEvent & | event | ) |
Definition at line 1821 of file ocpn_frame.cpp.
| void MyFrame::OnRecaptureTimer | ( | wxTimerEvent & | event | ) |
Definition at line 1912 of file ocpn_frame.cpp.
| void MyFrame::OnSENCEvtThread | ( | OCPN_BUILDSENC_ThreadEvent & | event | ) |
Definition at line 775 of file ocpn_frame.cpp.
| void MyFrame::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 2000 of file ocpn_frame.cpp.
| void MyFrame::OnToolLeftClick | ( | wxCommandEvent & | event | ) |
Definition at line 2318 of file ocpn_frame.cpp.
| void MyFrame::PositionConsole | ( | void | ) |
Definition at line 2176 of file ocpn_frame.cpp.
| void MyFrame::PositionIENCToolbar | ( | ) |
Definition at line 4521 of file ocpn_frame.cpp.
| void MyFrame::PrepareOptionsClose | ( | options * | settings, |
| int | settings_return_value | ||
| ) |
Definition at line 3948 of file ocpn_frame.cpp.
| void MyFrame::ProcessCanvasResize | ( | void | ) |
Definition at line 1895 of file ocpn_frame.cpp.
| void MyFrame::ProcessOptionsDialog | ( | int | resultFlags, |
| ArrayOfCDI * | pNewDirArray | ||
| ) |
Definition at line 4056 of file ocpn_frame.cpp.
|
static |
Definition at line 804 of file ocpn_frame.cpp.
| void MyFrame::RefreshAllCanvas | ( | bool | bErase = true | ) |
Definition at line 2899 of file ocpn_frame.cpp.
| void MyFrame::RefreshCanvasOther | ( | ChartCanvas * | ccThis | ) |
Definition at line 4338 of file ocpn_frame.cpp.
| void MyFrame::RefreshGroupIndices | ( | void | ) |
Definition at line 2310 of file ocpn_frame.cpp.
| void MyFrame::RegisterGlobalMenuItems | ( | ) |
Definition at line 3540 of file ocpn_frame.cpp.
| void MyFrame::ReleaseApiListeners | ( | ) |
Definition at line 4897 of file ocpn_frame.cpp.
| void MyFrame::ReloadAllVP | ( | ) |
Definition at line 883 of file ocpn_frame.cpp.
| void MyFrame::RequestNewMasterToolbar | ( | bool | bforcenew = true | ) |
Definition at line 6782 of file ocpn_frame.cpp.
|
inline |
Definition at line 333 of file ocpn_frame.h.
| void MyFrame::RequestNewToolbars | ( | bool | bforcenew = false | ) |
Definition at line 1269 of file ocpn_frame.cpp.
| void MyFrame::ScheduleDeleteSettingsDialog | ( | ) |
Definition at line 2784 of file ocpn_frame.cpp.
| void MyFrame::ScheduleReconfigAndSettingsReload | ( | bool | reload, |
| bool | new_dialog | ||
| ) |
Definition at line 2802 of file ocpn_frame.cpp.
| void MyFrame::ScheduleReloadCharts | ( | ) |
Definition at line 2778 of file ocpn_frame.cpp.
| void MyFrame::ScheduleSettingsDialog | ( | ) |
Definition at line 2790 of file ocpn_frame.cpp.
| void MyFrame::ScheduleSettingsDialogNew | ( | ) |
Definition at line 2796 of file ocpn_frame.cpp.
| void MyFrame::selectChartDisplay | ( | int | type, |
| int | family | ||
| ) |
Definition at line 6048 of file ocpn_frame.cpp.
| bool MyFrame::SendJSON_WMM_Var_Request | ( | double | lat, |
| double | lon, | ||
| wxDateTime | date | ||
| ) |
Definition at line 5816 of file ocpn_frame.cpp.
| void MyFrame::SetAllToolbarScale | ( | void | ) |
Definition at line 1290 of file ocpn_frame.cpp.
| void MyFrame::SetAndApplyColorScheme | ( | ColorScheme | cs | ) |
Definition at line 890 of file ocpn_frame.cpp.
| void MyFrame::SetbFollow | ( | ChartCanvas * | cc | ) |
Definition at line 3382 of file ocpn_frame.cpp.
| void MyFrame::SetCanvasSizes | ( | wxSize | frameSize | ) |
Definition at line 1914 of file ocpn_frame.cpp.
| void MyFrame::SetChartUpdatePeriod | ( | ) |
Definition at line 6019 of file ocpn_frame.cpp.
| void MyFrame::SetENCDisplayCategory | ( | ChartCanvas * | cc, |
| enum _DisCat | nset | ||
| ) |
Definition at line 3270 of file ocpn_frame.cpp.
| bool MyFrame::SetGlobalToolbarViz | ( | bool | viz | ) |
Definition at line 2740 of file ocpn_frame.cpp.
| void MyFrame::SetGPSCompassScale | ( | void | ) |
Definition at line 1294 of file ocpn_frame.cpp.
| void MyFrame::SetMasterToolbarItemState | ( | int | tool_id, |
| bool | state | ||
| ) |
Definition at line 3432 of file ocpn_frame.cpp.
| void MyFrame::SetMenubarItemState | ( | int | item_id, |
| bool | state | ||
| ) |
Definition at line 3423 of file ocpn_frame.cpp.
| void MyFrame::setStringVP | ( | wxString | VPS | ) |
Definition at line 2909 of file ocpn_frame.cpp.
| void MyFrame::SetToolbarItemBitmaps | ( | int | tool_id, |
| wxBitmap * | bitmap, | ||
| wxBitmap * | bmpDisabled | ||
| ) |
Definition at line 3439 of file ocpn_frame.cpp.
| void MyFrame::SetToolbarItemSVG | ( | int | tool_id, |
| wxString | normalSVGfile, | ||
| wxString | rolloverSVGfile, | ||
| wxString | toggledSVGfile | ||
| ) |
Definition at line 3447 of file ocpn_frame.cpp.
| void MyFrame::SetUpMode | ( | ChartCanvas * | cc, |
| int | mode | ||
| ) |
Definition at line 3246 of file ocpn_frame.cpp.
| bool MyFrame::ShouldRestartTrack | ( | ) |
Definition at line 3213 of file ocpn_frame.cpp.
| void MyFrame::SwitchKBFocus | ( | ChartCanvas * | pCanvas | ) |
Definition at line 1402 of file ocpn_frame.cpp.
| void MyFrame::ThawCharts | ( | ) |
Definition at line 765 of file ocpn_frame.cpp.
| void MyFrame::ToggleAISDisplay | ( | ChartCanvas * | cc | ) |
Definition at line 3370 of file ocpn_frame.cpp.
| void MyFrame::ToggleAISMinimizeTargets | ( | ChartCanvas * | cc | ) |
Definition at line 3376 of file ocpn_frame.cpp.
| void MyFrame::ToggleAnchor | ( | ChartCanvas * | cc | ) |
Definition at line 3337 of file ocpn_frame.cpp.
| void MyFrame::TogglebFollow | ( | ChartCanvas * | cc | ) |
Definition at line 3357 of file ocpn_frame.cpp.
| void MyFrame::ToggleChartBar | ( | ChartCanvas * | cc | ) |
Definition at line 2959 of file ocpn_frame.cpp.
| void MyFrame::ToggleChartOutlines | ( | ChartCanvas * | cc | ) |
Definition at line 3408 of file ocpn_frame.cpp.
| void MyFrame::ToggleColorScheme | ( | ) |
Definition at line 2975 of file ocpn_frame.cpp.
| void MyFrame::ToggleDataQuality | ( | ChartCanvas * | cc | ) |
Definition at line 3347 of file ocpn_frame.cpp.
| void MyFrame::ToggleENCText | ( | ChartCanvas * | cc | ) |
Definition at line 3259 of file ocpn_frame.cpp.
| void MyFrame::ToggleFullScreen | ( | ) |
Definition at line 2993 of file ocpn_frame.cpp.
| bool MyFrame::ToggleLights | ( | ChartCanvas * | cc | ) |
Definition at line 3296 of file ocpn_frame.cpp.
| void MyFrame::ToggleNavobjects | ( | ChartCanvas * | cc | ) |
Definition at line 3364 of file ocpn_frame.cpp.
| void MyFrame::ToggleQuiltMode | ( | ChartCanvas * | cc | ) |
Definition at line 4481 of file ocpn_frame.cpp.
| void MyFrame::ToggleSoundings | ( | ChartCanvas * | cc | ) |
Definition at line 3285 of file ocpn_frame.cpp.
| void MyFrame::ToggleTestPause | ( | void | ) |
Definition at line 3421 of file ocpn_frame.cpp.
| void MyFrame::TouchAISActive | ( | void | ) |
Definition at line 5832 of file ocpn_frame.cpp.
| void MyFrame::TrackDailyRestart | ( | void | ) |
Definition at line 3224 of file ocpn_frame.cpp.
| Track * MyFrame::TrackOff | ( | bool | do_add_point = false | ) |
Definition at line 3128 of file ocpn_frame.cpp.
| void MyFrame::TrackOn | ( | void | ) |
Definition at line 3084 of file ocpn_frame.cpp.
| void MyFrame::TriggerRecaptureTimer | ( | ) |
Definition at line 1907 of file ocpn_frame.cpp.
| void MyFrame::UpdateAISMOBRoute | ( | const AisTargetData * | ptarget | ) |
Definition at line 6593 of file ocpn_frame.cpp.
| void MyFrame::UpdateAISTool | ( | void | ) |
Definition at line 5840 of file ocpn_frame.cpp.
| void MyFrame::UpdateAllFonts | ( | void | ) |
Definition at line 2262 of file ocpn_frame.cpp.
| void MyFrame::UpdateCanvasConfigDescriptors | ( | ) |
Definition at line 3878 of file ocpn_frame.cpp.
| bool MyFrame::UpdateChartDatabaseInplace | ( | ArrayOfCDI & | DirArray, |
| bool | b_force, | ||
| bool | b_prog, | ||
| const wxString & | ChartListFileName | ||
| ) |
Definition at line 4386 of file ocpn_frame.cpp.
| void MyFrame::UpdateControlBar | ( | ChartCanvas * | cc | ) |
Definition at line 6043 of file ocpn_frame.cpp.
| void MyFrame::UpdateGlobalMenuItems | ( | ) |
Definition at line 3706 of file ocpn_frame.cpp.
| void MyFrame::UpdateGlobalMenuItems | ( | ChartCanvas * | cc | ) |
Definition at line 3776 of file ocpn_frame.cpp.
| void MyFrame::UpdateGPSCompassStatusBoxes | ( | bool | b_force_new = false | ) |
Definition at line 5941 of file ocpn_frame.cpp.
| void MyFrame::UpdateRotationState | ( | double | rotation | ) |
Definition at line 5919 of file ocpn_frame.cpp.
| void MyFrame::UpdateStatusBar | ( | void | ) |
Definition at line 5129 of file ocpn_frame.cpp.
| wxTimer MyFrame::BellsTimer |
Definition at line 329 of file ocpn_frame.h.
| double MyFrame::COGTable[kMaxCogAverageSeconds] |
Definition at line 348 of file ocpn_frame.h.
| wxTimer MyFrame::FrameCOGTimer |
Definition at line 323 of file ocpn_frame.h.
| wxTimer MyFrame::FrameTCTimer |
Definition at line 321 of file ocpn_frame.h.
| wxTimer MyFrame::FrameTenHzTimer |
Definition at line 326 of file ocpn_frame.h.
| wxTimer MyFrame::FrameTimer1 |
Definition at line 322 of file ocpn_frame.h.
| wxTimer MyFrame::InitTimer |
Definition at line 317 of file ocpn_frame.h.
| bool MyFrame::m_bdefer_resize |
Definition at line 346 of file ocpn_frame.h.
| int MyFrame::m_BellsToPlay |
Definition at line 328 of file ocpn_frame.h.
| bool MyFrame::m_bTimeIsSet |
Definition at line 315 of file ocpn_frame.h.
| wxSize MyFrame::m_defer_size |
Definition at line 347 of file ocpn_frame.h.
| int MyFrame::m_iInitCount |
Definition at line 318 of file ocpn_frame.h.
| bool MyFrame::m_initializing |
Definition at line 319 of file ocpn_frame.h.
| wxMenuBar* MyFrame::m_pMenuBar |
Definition at line 314 of file ocpn_frame.h.
| wxStatusBar* MyFrame::m_pStatusBar |
Definition at line 313 of file ocpn_frame.h.
| wxTimer MyFrame::m_resizeTimer |
Definition at line 325 of file ocpn_frame.h.
| wxTimer MyFrame::MemFootTimer |
Definition at line 324 of file ocpn_frame.h.