![]() |
Running Manager
1.7
API for Running Manager (https://github.com/HWiman-ICONIC/running-manager)
|
GUI for time predictor for different distances. More...
#include <Calculator.h>
Public Member Functions | |
| Predictor (wxWindow *pParent) | |
| Constructor. More... | |
| void | OnHour (wxSpinEvent &e) |
| Handle changed hour. More... | |
| void | OnMinute (wxSpinEvent &e) |
| Handle changed minute. More... | |
| void | OnSecond (wxSpinEvent &e) |
| Handle changed second. More... | |
| void | OnDistance (wxCommandEvent &e) |
| Handle changed distance. More... | |
| void | Update () |
| Update after change. More... | |
Public Attributes | |
| wxArrayString | cDistanceNames |
| std::vector< double > | cDistances |
| wxComboBox * | cpSelectedDistance |
| wxSpinCtrl * | cHourSpin |
| wxSpinCtrl * | cMinuteSpin |
| wxSpinCtrl * | cSecondSpin |
| wxStaticText * | cResultText |
GUI for time predictor for different distances.
| rm::Calculator::Predictor::Predictor | ( | wxWindow * | pParent | ) |
Constructor.
| pParent | Parent |
| void rm::Calculator::Predictor::OnDistance | ( | wxCommandEvent & | e | ) |
Handle changed distance.
| e |
| void rm::Calculator::Predictor::OnHour | ( | wxSpinEvent & | e | ) |
Handle changed hour.
| e | Event |
| void rm::Calculator::Predictor::OnMinute | ( | wxSpinEvent & | e | ) |
Handle changed minute.
| e | Event |
| void rm::Calculator::Predictor::OnSecond | ( | wxSpinEvent & | e | ) |
Handle changed second.
| e | Event |
| void rm::Calculator::Predictor::Update | ( | ) |
Update after change.
| wxArrayString rm::Calculator::Predictor::cDistanceNames |
| std::vector<double> rm::Calculator::Predictor::cDistances |
| wxSpinCtrl* rm::Calculator::Predictor::cHourSpin |
| wxSpinCtrl* rm::Calculator::Predictor::cMinuteSpin |
| wxComboBox* rm::Calculator::Predictor::cpSelectedDistance |
| wxStaticText* rm::Calculator::Predictor::cResultText |
| wxSpinCtrl* rm::Calculator::Predictor::cSecondSpin |
1.8.14