OpenCPN Partial API docs
Loading...
Searching...
No Matches
MyApp Class Reference
Inheritance diagram for MyApp:

Public Member Functions

bool OnInit ()
 
int OnExit ()
 
void OnInitCmdLine (wxCmdLineParser &parser)
 
bool OnCmdLineParsed (wxCmdLineParser &parser)
 
void OnActivateApp (wxActivateEvent &event)
 
TrackTrackOff (void)
 

Public Attributes

wxSingleInstanceChecker * m_checker
 
CommBridge m_comm_bridge
 
RESTServer m_RESTserver
 

Detailed Description

Definition at line 44 of file ocpn_app.h.

Constructor & Destructor Documentation

◆ MyApp()

MyApp::MyApp ( )

Definition at line 1048 of file ocpn_app.cpp.

◆ ~MyApp()

MyApp::~MyApp ( )
inline

Definition at line 47 of file ocpn_app.h.

Member Function Documentation

◆ OnActivateApp()

void MyApp::OnActivateApp ( wxActivateEvent &  event)

Definition at line 1024 of file ocpn_app.cpp.

◆ OnExit()

int MyApp::OnExit ( )

Definition at line 2041 of file ocpn_app.cpp.

◆ OnInit()

bool MyApp::OnInit ( )

Definition at line 1058 of file ocpn_app.cpp.

◆ TrackOff()

Track * MyApp::TrackOff ( void  )

Definition at line 2167 of file ocpn_app.cpp.

Member Data Documentation

◆ m_checker

wxSingleInstanceChecker* MyApp::m_checker

Definition at line 68 of file ocpn_app.h.

◆ m_comm_bridge

CommBridge MyApp::m_comm_bridge

Definition at line 69 of file ocpn_app.h.

◆ m_RESTserver

RESTServer MyApp::m_RESTserver

Definition at line 71 of file ocpn_app.h.


The documentation for this class was generated from the following files: