30 #ifndef QTFIT_WORKOUTSTEPMESSAGE_H
31 #define QTFIT_WORKOUTSTEPMESSAGE_H
46 QString wktStepName()
const;
48 quint32 durationValue()
const;
50 quint32 targetValue()
const;
51 quint32 customTargetValueLow()
const;
52 quint32 customTargetValueHigh()
const;
54 QString notes()
const;
57 quint16 exerciseName()
const;
58 quint16 exerciseWeight()
const;
62 void setWktStepName(
const QString wktStepName);
64 void setDurationValue(
const quint32 durationValue);
66 void setTargetValue(
const quint32 targetValue);
67 void setCustomTargetValueLow(
const quint32 customTargetValueLow);
68 void setCustomTargetValueHigh(
const quint32 customTargetValueHigh);
69 void setIntensity(
const Intensity intensity);
70 void setNotes(
const QString notes);
73 void setExerciseName(
const quint16 exerciseName);
74 void setExerciseWeight(
const quint16 exerciseWeight);
75 void setWeightDisplayUnit(
const FitBaseUnit weightDisplayUnit);
#define QTFIT_EXPORT
QtFit library export/import macro.
#define QTFIT_END_NAMESPACE
Macro for ending the QtFit library's top-most namespace (if one is defined).
#define QTFIT_BEGIN_NAMESPACE
Macro for starting the QtFit library's top-most namespace (if one is defined).
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
The WorkoutStepMessage class represents a FIT WorkoutStepMessage data message.
Intensity
Garmin FIT Intensity type.
WorkoutEquipment
Garmin FIT WorkoutEquipment type.
ExerciseCategory
Garmin FIT ExerciseCategory type.
FitBaseUnit
Garmin FIT FitBaseUnit type.
MessageIndex
Garmin FIT MessageIndex type.
WktStepTarget
Garmin FIT WktStepTarget type.
WktStepDuration
Garmin FIT WktStepDuration type.