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 45 of file ocpn_app.h.
MyApp::MyApp | ( | ) |
Definition at line 1010 of file ocpn_app.cpp.
|
inline |
Definition at line 48 of file ocpn_app.h.
void MyApp::OnActivateApp | ( | wxActivateEvent & | event | ) |
Definition at line 1001 of file ocpn_app.cpp.
|
override |
Definition at line 899 of file ocpn_app.cpp.
|
override |
Definition at line 906 of file ocpn_app.cpp.
|
override |
Definition at line 1992 of file ocpn_app.cpp.
|
override |
Definition at line 1028 of file ocpn_app.cpp.
|
override |
Definition at line 848 of file ocpn_app.cpp.
|
override |
Definition at line 1005 of file ocpn_app.cpp.
bool MyApp::OpenFile | ( | const std::string & | path | ) |
Definition at line 824 of file ocpn_app.cpp.
InstanceCheck& MyApp::m_checker |
Definition at line 73 of file ocpn_app.h.
CommBridge MyApp::m_comm_bridge |
Definition at line 74 of file ocpn_app.h.
RestServer MyApp::m_rest_server |
Definition at line 76 of file ocpn_app.h.
UsbWatchDaemon& MyApp::m_usb_watcher |
Definition at line 77 of file ocpn_app.h.