30 #ifndef QTFIT_SEGMENTIDMESSAGE_H
31 #define QTFIT_SEGMENTIDMESSAGE_H
49 quint32 userProfilePrimaryKey()
const;
50 quint32 deviceId()
const;
51 quint8 defaultRaceLeader()
const;
55 void setName(
const QString name);
56 void setUuid(
const QString uuid);
57 void setSport(
const Sport sport);
58 void setEnabled(
const bool enabled);
59 void setUserProfilePrimaryKey(
const quint32 userProfilePrimaryKey);
60 void setDeviceId(
const quint32 deviceId);
61 void setDefaultRaceLeader(
const quint8 defaultRaceLeader);
#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 SegmentIdMessage class represents a FIT SegmentIdMessage data message.
SegmentDeleteStatus
Garmin FIT SegmentDeleteStatus type.
Sport
Garmin FIT Sport type.
SegmentSelectionType
Garmin FIT SegmentSelectionType type.