30 #ifndef QTFIT_SEGMENTFILEMESSAGE_H
31 #define QTFIT_SEGMENTFILEMESSAGE_H
46 QString fileUuid()
const;
48 quint32 userProfilePrimaryKey()
const;
50 quint32 leaderGroupPrimaryKey()
const;
51 quint32 leaderActivityId()
const;
52 QString leaderActivityIdString()
const;
53 quint8 defaultRaceLeader()
const;
56 void setFileUuid(
const QString fileUuid);
57 void setEnabled(
const bool enabled);
58 void setUserProfilePrimaryKey(
const quint32 userProfilePrimaryKey);
60 void setLeaderGroupPrimaryKey(
const quint32 leaderGroupPrimaryKey);
61 void setLeaderActivityId(
const quint32 leaderActivityId);
62 void setLeaderActivityIdString(
const QString leaderActivityIdString);
63 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 SegmentFileMessage class represents a FIT SegmentFileMessage data message.
SegmentLeaderboardType
Garmin FIT SegmentLeaderboardType type.
MessageIndex
Garmin FIT MessageIndex type.