|
OpenCPN Partial API docs
|
Public Member Functions | |
| bool | OnInit () override |
| int | OnExit () override |
| void | OnInitCmdLine (wxCmdLineParser &parser) override |
| bool | OnCmdLineHelp (wxCmdLineParser &parser) override |
| bool | OnCmdLineParsed (wxCmdLineParser &parser) override |
| int | OnRun () override |
| void | OnActivateApp (wxActivateEvent &event) |
| bool | OpenFile (const std::string &path) |
Public Attributes | |
| InstanceCheck & | m_checker |
| CommBridge | m_comm_bridge |
| RestServer | m_rest_server |
| UsbWatchDaemon & | m_usb_watcher |
Definition at line 47 of file ocpn_app.h.
| MyApp::MyApp | ( | ) |
Definition at line 1003 of file ocpn_app.cpp.
|
inline |
Definition at line 50 of file ocpn_app.h.
| void MyApp::OnActivateApp | ( | wxActivateEvent & | event | ) |
Definition at line 994 of file ocpn_app.cpp.
|
override |
Definition at line 892 of file ocpn_app.cpp.
|
override |
Definition at line 899 of file ocpn_app.cpp.
|
override |
Definition at line 1987 of file ocpn_app.cpp.
|
override |
Definition at line 1021 of file ocpn_app.cpp.
|
override |
Definition at line 841 of file ocpn_app.cpp.
|
override |
Definition at line 998 of file ocpn_app.cpp.
| bool MyApp::OpenFile | ( | const std::string & | path | ) |
Definition at line 817 of file ocpn_app.cpp.
| InstanceCheck& MyApp::m_checker |
Definition at line 75 of file ocpn_app.h.
| CommBridge MyApp::m_comm_bridge |
Definition at line 76 of file ocpn_app.h.
| RestServer MyApp::m_rest_server |
Definition at line 78 of file ocpn_app.h.
| UsbWatchDaemon& MyApp::m_usb_watcher |
Definition at line 79 of file ocpn_app.h.