![]() |
Running Manager
1.7
API for Running Manager (https://github.com/HWiman-ICONIC/running-manager)
|
The RunningManager application. More...
#include <RunningManager.h>
Public Member Functions | |
MyApp () | |
Constructor. More... | |
virtual | ~MyApp () |
Destructor. More... | |
virtual bool | OnInit () |
Initialize application. More... | |
virtual int | OnExit () |
Close application. More... | |
TodayControl * | GetTodayControl () const |
Get the panel for todays training. More... | |
void | UpdateCurrentDate (wxDateTime const &date, wxWindow *sender, int index) |
Update current date. More... | |
void | UpdatePulse () |
Update lactate threshold heart rate. More... | |
std::map< wxString, wxString > & | GetPerspectives () |
Get a map with all perspectives. More... | |
The RunningManager application.
MyApp::MyApp | ( | ) |
Constructor.
|
virtual |
Destructor.
std::map<wxString, wxString>& MyApp::GetPerspectives | ( | ) |
Get a map with all perspectives.
First entry is descriptive name of perspective, second entry is initialization string to open and open the panes for the named perspective.
TodayControl* MyApp::GetTodayControl | ( | ) | const |
Get the panel for todays training.
|
virtual |
Close application.
|
virtual |
Initialize application.
void MyApp::UpdateCurrentDate | ( | wxDateTime const & | date, |
wxWindow * | sender, | ||
int | index | ||
) |
Update current date.
date | Current date |
sender | Sender does not need to be updated |
index | 0 if single activity this day, 1 if second activity this day is wanted. |
void MyApp::UpdatePulse | ( | ) |
Update lactate threshold heart rate.