OpenCPN Partial API docs
|
Safe mode handling. More...
Functions | |
std::string | check_file_path () |
void | set_mode (bool mode) |
bool | get_mode () |
void | clear_check () |
Mark last run as successful. | |
void | check_last_start () |
Check if the last start failed, possibly invoke user dialog and set safe mode state. | |
Variables | |
bool | safe_mode = false |
Safe mode handling.
Safe mode GUI handling.
Administrate the safe mode state which is true if openpcn should run in safe mode without OpenGL, plugins, etc.
std::string safe_mode::check_file_path | ( | ) |
Definition at line 24 of file safe_mode.cpp.
void safe_mode::check_last_start | ( | ) |
Check if the last start failed, possibly invoke user dialog and set safe mode state.
Definition at line 30 of file safe_mode_gui.cpp.
void safe_mode::clear_check | ( | ) |
Mark last run as successful.
Definition at line 39 of file safe_mode.cpp.
bool safe_mode::get_mode | ( | ) |
Definition at line 36 of file safe_mode.cpp.
void safe_mode::set_mode | ( | bool | mode | ) |
Definition at line 31 of file safe_mode.cpp.
bool safe_mode::safe_mode = false |
Definition at line 22 of file safe_mode.cpp.