|
OpenCPN Partial API docs
|
Implement safe_mode.h – safe mode non-gui handling. More...
#include <cstdio>#include <string>#include <fstream>#include <wx/dialog.h>#include <wx/filename.h>#include <wx/sizer.h>#include "model/base_platform.h"#include "model/cmdline.h"#include "model/ocpn_utils.h"#include "model/safe_mode.h"Go to the source code of this file.
Namespaces | |
| namespace | safe_mode |
| Safe mode GUI handling. | |
Functions | |
| std::string | safe_mode::check_file_path () |
| void | safe_mode::set_mode (bool mode) |
| bool | safe_mode::get_mode () |
| void | safe_mode::clear_check () |
| Mark last run as successful. | |
Variables | |
| bool | safe_mode::safe_mode = false |
Implement safe_mode.h – safe mode non-gui handling.
Definition in file safe_mode.cpp.