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

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

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

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...
 
- 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 ExdDataFieldConfigurationMessage class represents a FIT ExdDataFieldConfigurationMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ ExdDataFieldConfigurationMessage()

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.

Member Function Documentation

◆ conceptCount()

quint8 ExdDataFieldConfigurationMessage::conceptCount ( ) const

Returns the ExdDataFieldConfigurationMessage data message's conceptCount field's current value.

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

◆ conceptField()

quint8 ExdDataFieldConfigurationMessage::conceptField ( ) const

Returns the ExdDataFieldConfigurationMessage data message's conceptField field's current value.

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

◆ displayType()

ExdDisplayType ExdDataFieldConfigurationMessage::displayType ( ) const

Returns the ExdDataFieldConfigurationMessage data message's displayType field's current value.

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

◆ fieldId()

quint8 ExdDataFieldConfigurationMessage::fieldId ( ) const

Returns the ExdDataFieldConfigurationMessage data message's fieldId field's current value.

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

◆ screenIndex()

quint8 ExdDataFieldConfigurationMessage::screenIndex ( ) const

Returns the ExdDataFieldConfigurationMessage data message's screenIndex field's current value.

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

◆ setConceptCount()

void ExdDataFieldConfigurationMessage::setConceptCount ( const quint8  conceptCount)

Sets the conceptCount field to conceptCount.

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

◆ setConceptField()

void ExdDataFieldConfigurationMessage::setConceptField ( const quint8  conceptField)

Sets the conceptField field to conceptField.

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

◆ setDisplayType()

void ExdDataFieldConfigurationMessage::setDisplayType ( const ExdDisplayType  displayType)

Sets the displayType field to displayType.

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

◆ setFieldId()

void ExdDataFieldConfigurationMessage::setFieldId ( const quint8  fieldId)

Sets the fieldId field to fieldId.

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

◆ setScreenIndex()

void ExdDataFieldConfigurationMessage::setScreenIndex ( const quint8  screenIndex)

Sets the screenIndex field to screenIndex.

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

◆ setTitle()

void ExdDataFieldConfigurationMessage::setTitle ( const QString  title)

Sets the title field to title.

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

◆ title()

QString ExdDataFieldConfigurationMessage::title ( ) const

Returns the ExdDataFieldConfigurationMessage data message's title field's current value.

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

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