QtFit  0.1
Native Qt library for Garmin FIT format
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
ExerciseTitleMessage Class Reference

The ExerciseTitleMessage class represents a FIT ExerciseTitleMessage data message. More...

Inheritance diagram for ExerciseTitleMessage:
[legend]
Collaboration diagram for ExerciseTitleMessage:
[legend]

Public Member Functions

 ExerciseTitleMessage ()
 Constructs a ExerciseTitleMessage object. More...
 
MessageIndex messageIndex () const
 Returns the ExerciseTitleMessage data message's messageIndex field's current value. More...
 
ExerciseCategory exerciseCategory () const
 Returns the ExerciseTitleMessage data message's exerciseCategory field's current value. More...
 
quint16 exerciseName () const
 Returns the ExerciseTitleMessage data message's exerciseName field's current value. More...
 
QString wktStepName () const
 Returns the ExerciseTitleMessage data message's wktStepName field's current value. More...
 
void setMessageIndex (const MessageIndex messageIndex)
 Sets the messageIndex field to messageIndex. More...
 
void setExerciseCategory (const ExerciseCategory exerciseCategory)
 Sets the exerciseCategory field to exerciseCategory. More...
 
void setExerciseName (const quint16 exerciseName)
 Sets the exerciseName field to exerciseName. More...
 
void setWktStepName (const QString wktStepName)
 Sets the wktStepName field to wktStepName. More...
 
- Public Member Functions inherited from AbstractDataMessage
 ~AbstractDataMessage ()
 Destroys the AbstractDataMessage object.
 
MesgNum globalMessageNumber () const
 Returns the data message's global message number. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from AbstractDataMessage
static AbstractDataMessagefromData (const DataDefinition *const defn, const QByteArray &record)
 Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More...
 

Detailed Description

The ExerciseTitleMessage class represents a FIT ExerciseTitleMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ ExerciseTitleMessage()

ExerciseTitleMessage::ExerciseTitleMessage ( )

Constructs a ExerciseTitleMessage object.

Typically, instances of this class will be returned by FitStreamReader::readNext, but this constructor may be used, along with the relevant setter methods, to create a valid message.

Member Function Documentation

◆ exerciseCategory()

ExerciseCategory ExerciseTitleMessage::exerciseCategory ( ) const

Returns the ExerciseTitleMessage data message's exerciseCategory field's current value.

Returns
the exerciseCategory field value.
Here is the caller graph for this function:

◆ exerciseName()

quint16 ExerciseTitleMessage::exerciseName ( ) const

Returns the ExerciseTitleMessage data message's exerciseName field's current value.

Returns
the exerciseName field value.
Here is the caller graph for this function:

◆ messageIndex()

MessageIndex ExerciseTitleMessage::messageIndex ( ) const

Returns the ExerciseTitleMessage data message's messageIndex field's current value.

Returns
the messageIndex field value.
Here is the caller graph for this function:

◆ setExerciseCategory()

void ExerciseTitleMessage::setExerciseCategory ( const ExerciseCategory  exerciseCategory)

Sets the exerciseCategory field to exerciseCategory.

Parameters
exerciseCategoryThe field value to set.
Here is the call graph for this function:

◆ setExerciseName()

void ExerciseTitleMessage::setExerciseName ( const quint16  exerciseName)

Sets the exerciseName field to exerciseName.

Parameters
exerciseNameThe field value to set.
Here is the call graph for this function:

◆ setMessageIndex()

void ExerciseTitleMessage::setMessageIndex ( const MessageIndex  messageIndex)

Sets the messageIndex field to messageIndex.

Parameters
messageIndexThe field value to set.
Here is the call graph for this function:

◆ setWktStepName()

void ExerciseTitleMessage::setWktStepName ( const QString  wktStepName)

Sets the wktStepName field to wktStepName.

Parameters
wktStepNameThe field value to set.
Here is the call graph for this function:

◆ wktStepName()

QString ExerciseTitleMessage::wktStepName ( ) const

Returns the ExerciseTitleMessage data message's wktStepName field's current value.

Returns
the wktStepName field value.
Here is the caller graph for this function:

The documentation for this class was generated from the following files: