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 1005 of file ocpn_app.cpp.
|
inline |
Definition at line 50 of file ocpn_app.h.
void MyApp::OnActivateApp | ( | wxActivateEvent & | event | ) |
Definition at line 996 of file ocpn_app.cpp.
|
override |
Definition at line 894 of file ocpn_app.cpp.
|
override |
Definition at line 901 of file ocpn_app.cpp.
|
override |
Definition at line 1989 of file ocpn_app.cpp.
|
override |
Definition at line 1023 of file ocpn_app.cpp.
|
override |
Definition at line 843 of file ocpn_app.cpp.
|
override |
Definition at line 1000 of file ocpn_app.cpp.
bool MyApp::OpenFile | ( | const std::string & | path | ) |
Definition at line 819 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.