OpenCPN Partial API docs
|
Public Member Functions | |
bool | OnInit () |
int | OnExit () |
void | OnInitCmdLine (wxCmdLineParser &parser) |
bool | OnCmdLineParsed (wxCmdLineParser &parser) |
void | OnActivateApp (wxActivateEvent &event) |
Track * | TrackOff (void) |
Public Attributes | |
wxSingleInstanceChecker * | m_checker |
CommBridge | m_comm_bridge |
RESTServer | m_RESTserver |
Definition at line 44 of file ocpn_app.h.
MyApp::MyApp | ( | ) |
Definition at line 1048 of file ocpn_app.cpp.
|
inline |
Definition at line 47 of file ocpn_app.h.
void MyApp::OnActivateApp | ( | wxActivateEvent & | event | ) |
Definition at line 1024 of file ocpn_app.cpp.
int MyApp::OnExit | ( | ) |
Definition at line 2041 of file ocpn_app.cpp.
bool MyApp::OnInit | ( | ) |
Definition at line 1058 of file ocpn_app.cpp.
Track * MyApp::TrackOff | ( | void | ) |
Definition at line 2167 of file ocpn_app.cpp.
wxSingleInstanceChecker* MyApp::m_checker |
Definition at line 68 of file ocpn_app.h.
CommBridge MyApp::m_comm_bridge |
Definition at line 69 of file ocpn_app.h.
RESTServer MyApp::m_RESTserver |
Definition at line 71 of file ocpn_app.h.