![]() |
Running Manager
1.7
API for Running Manager (https://github.com/HWiman-ICONIC/running-manager)
|
A section defined by a distance. More...
#include <Section.h>
Public Member Functions | |
| SectionDistance (PTZone zone, double distance, PTUnit unit) | |
| virtual wxString | ToString (PTUnit const &outUnit, bool bZone=true, bool bTime=true) |
| void | GetTime (wxTimeSpan &minTime, wxTimeSpan &maxTime, wxTimeSpan &avgSpan) |
| void | GetDistance (double &minDist, double &maxDist, double &avgDist, PTUnit const &unit) |
Public Member Functions inherited from SectionBase | |
| SectionBase (PTZone azone) | |
| void | Add (SectionPtr pSubSection) |
Public Attributes | |
| double | distance |
| PTUnit | unit |
Public Attributes inherited from SectionBase | |
| PTZone | zone |
| wxString | shortName |
| wxString | description |
| std::list< SectionPtr > | subSections |
Additional Inherited Members | |
Static Public Member Functions inherited from SectionBase | |
| static SectionPtr | Create (PTZone zone, wxTimeSpan time) |
| static SectionPtr | Create (PTZone zone, double distance, PTUnit unit) |
| static SectionPtr | Create (PTZone, int nRepetitions) |
A section defined by a distance.
|
virtual |
Implements SectionBase.
|
virtual |
Implements SectionBase.
|
virtual |
Implements SectionBase.
| double SectionDistance::distance |
| PTUnit SectionDistance::unit |
1.8.14