QtFit
0.1
Native Qt library for Garmin FIT format
|
The ExdDataFieldConfigurationMessage class represents a FIT ExdDataFieldConfigurationMessage data message. More...
Public Member Functions | |
ExdDataFieldConfigurationMessage () | |
Constructs a ExdDataFieldConfigurationMessage object. More... | |
quint8 | screenIndex () const |
Returns the ExdDataFieldConfigurationMessage data message's screenIndex field's current value. More... | |
quint8 | conceptField () const |
Returns the ExdDataFieldConfigurationMessage data message's conceptField field's current value. More... | |
quint8 | fieldId () const |
Returns the ExdDataFieldConfigurationMessage data message's fieldId field's current value. More... | |
quint8 | conceptCount () const |
Returns the ExdDataFieldConfigurationMessage data message's conceptCount field's current value. More... | |
ExdDisplayType | displayType () const |
Returns the ExdDataFieldConfigurationMessage data message's displayType field's current value. More... | |
QString | title () const |
Returns the ExdDataFieldConfigurationMessage data message's title field's current value. More... | |
void | setScreenIndex (const quint8 screenIndex) |
Sets the screenIndex field to screenIndex. More... | |
void | setConceptField (const quint8 conceptField) |
Sets the conceptField field to conceptField. More... | |
void | setFieldId (const quint8 fieldId) |
Sets the fieldId field to fieldId. More... | |
void | setConceptCount (const quint8 conceptCount) |
Sets the conceptCount field to conceptCount. More... | |
void | setDisplayType (const ExdDisplayType displayType) |
Sets the displayType field to displayType. More... | |
void | setTitle (const QString title) |
Sets the title field to title. More... | |
![]() | |
~AbstractDataMessage () | |
Destroys the AbstractDataMessage object. | |
MesgNum | globalMessageNumber () const |
Returns the data message's global message number. More... | |
Additional Inherited Members | |
![]() | |
static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More... | |
The ExdDataFieldConfigurationMessage class represents a FIT ExdDataFieldConfigurationMessage data message.
ExdDataFieldConfigurationMessage::ExdDataFieldConfigurationMessage | ( | ) |
Constructs a ExdDataFieldConfigurationMessage 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.
quint8 ExdDataFieldConfigurationMessage::conceptCount | ( | ) | const |
Returns the ExdDataFieldConfigurationMessage data message's conceptCount
field's current value.
conceptCount
field value. quint8 ExdDataFieldConfigurationMessage::conceptField | ( | ) | const |
Returns the ExdDataFieldConfigurationMessage data message's conceptField
field's current value.
conceptField
field value. ExdDisplayType ExdDataFieldConfigurationMessage::displayType | ( | ) | const |
Returns the ExdDataFieldConfigurationMessage data message's displayType
field's current value.
displayType
field value. quint8 ExdDataFieldConfigurationMessage::fieldId | ( | ) | const |
Returns the ExdDataFieldConfigurationMessage data message's fieldId
field's current value.
fieldId
field value. quint8 ExdDataFieldConfigurationMessage::screenIndex | ( | ) | const |
Returns the ExdDataFieldConfigurationMessage data message's screenIndex
field's current value.
screenIndex
field value. void ExdDataFieldConfigurationMessage::setConceptCount | ( | const quint8 | conceptCount | ) |
Sets the conceptCount
field to conceptCount.
conceptCount | The field value to set. |
void ExdDataFieldConfigurationMessage::setConceptField | ( | const quint8 | conceptField | ) |
Sets the conceptField
field to conceptField.
conceptField | The field value to set. |
void ExdDataFieldConfigurationMessage::setDisplayType | ( | const ExdDisplayType | displayType | ) |
Sets the displayType
field to displayType.
displayType | The field value to set. |
void ExdDataFieldConfigurationMessage::setFieldId | ( | const quint8 | fieldId | ) |
Sets the fieldId
field to fieldId.
fieldId | The field value to set. |
void ExdDataFieldConfigurationMessage::setScreenIndex | ( | const quint8 | screenIndex | ) |
Sets the screenIndex
field to screenIndex.
screenIndex | The field value to set. |
void ExdDataFieldConfigurationMessage::setTitle | ( | const QString | title | ) |
Sets the title
field to title.
title | The field value to set. |
QString ExdDataFieldConfigurationMessage::title | ( | ) | const |
Returns the ExdDataFieldConfigurationMessage data message's title
field's current value.
title
field value.