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

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

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

Public Member Functions

 CadenceZoneMessage ()
 Constructs a CadenceZoneMessage object. More...
 
MessageIndex messageIndex () const
 Returns the CadenceZoneMessage data message's messageIndex field's current value. More...
 
quint8 highValue () const
 Returns the CadenceZoneMessage data message's highValue field's current value. More...
 
QString name () const
 Returns the CadenceZoneMessage data message's name field's current value. More...
 
void setMessageIndex (const MessageIndex messageIndex)
 Sets the messageIndex field to messageIndex. More...
 
void setHighValue (const quint8 highValue)
 Sets the highValue field to highValue. More...
 
void setName (const QString name)
 Sets the name field to name. 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 CadenceZoneMessage class represents a FIT CadenceZoneMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ CadenceZoneMessage()

CadenceZoneMessage::CadenceZoneMessage ( )

Constructs a CadenceZoneMessage 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

◆ highValue()

quint8 CadenceZoneMessage::highValue ( ) const

Returns the CadenceZoneMessage data message's highValue field's current value.

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

◆ messageIndex()

MessageIndex CadenceZoneMessage::messageIndex ( ) const

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

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

◆ name()

QString CadenceZoneMessage::name ( ) const

Returns the CadenceZoneMessage data message's name field's current value.

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

◆ setHighValue()

void CadenceZoneMessage::setHighValue ( const quint8  highValue)

Sets the highValue field to highValue.

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

◆ setMessageIndex()

void CadenceZoneMessage::setMessageIndex ( const MessageIndex  messageIndex)

Sets the messageIndex field to messageIndex.

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

◆ setName()

void CadenceZoneMessage::setName ( const QString  name)

Sets the name field to name.

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

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