OpenCPN Partial API docs
Loading...
Searching...
No Matches
safe_mode.h
1
8
#include <wx/window.h>
9
10
#include "OCPNPlatform.h"
11
#include "ocpn_utils.h"
12
13
namespace
safe_mode
{
14
15
bool
get_mode();
16
17
void
set_mode(
bool
mode);
18
23
void
check_last_start
();
24
26
void
clear_check
();
27
28
}
// namespace safe_mode
safe_mode
Safe mode handling.
Definition:
console.cpp:178
safe_mode::check_last_start
void check_last_start()
Check if the last start failed, possibly invoke user dialog and set safe mode state.
Definition:
safe_mode.cpp:53
safe_mode::clear_check
void clear_check()
Mark last run as successful.
Definition:
safe_mode.cpp:71
include
safe_mode.h
Generated by
1.9.5