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

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

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

Public Member Functions

 ExdScreenConfigurationMessage ()
 Constructs a ExdScreenConfigurationMessage object. More...
 
quint8 screenIndex () const
 Returns the ExdScreenConfigurationMessage data message's screenIndex field's current value. More...
 
quint8 fieldCount () const
 Returns the ExdScreenConfigurationMessage data message's fieldCount field's current value. More...
 
ExdLayout layout () const
 Returns the ExdScreenConfigurationMessage data message's layout field's current value. More...
 
bool screenEnabled () const
 Returns the ExdScreenConfigurationMessage data message's screenEnabled field's current value. More...
 
void setScreenIndex (const quint8 screenIndex)
 Sets the screenIndex field to screenIndex. More...
 
void setFieldCount (const quint8 fieldCount)
 Sets the fieldCount field to fieldCount. More...
 
void setLayout (const ExdLayout layout)
 Sets the layout field to layout. More...
 
void setScreenEnabled (const bool screenEnabled)
 Sets the screenEnabled field to screenEnabled. 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 ExdScreenConfigurationMessage class represents a FIT ExdScreenConfigurationMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ ExdScreenConfigurationMessage()

ExdScreenConfigurationMessage::ExdScreenConfigurationMessage ( )

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

◆ fieldCount()

quint8 ExdScreenConfigurationMessage::fieldCount ( ) const

Returns the ExdScreenConfigurationMessage data message's fieldCount field's current value.

number of fields in screen

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

◆ layout()

ExdLayout ExdScreenConfigurationMessage::layout ( ) const

Returns the ExdScreenConfigurationMessage data message's layout field's current value.

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

◆ screenEnabled()

bool ExdScreenConfigurationMessage::screenEnabled ( ) const

Returns the ExdScreenConfigurationMessage data message's screenEnabled field's current value.

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

◆ screenIndex()

quint8 ExdScreenConfigurationMessage::screenIndex ( ) const

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

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

◆ setFieldCount()

void ExdScreenConfigurationMessage::setFieldCount ( const quint8  fieldCount)

Sets the fieldCount field to fieldCount.

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

◆ setLayout()

void ExdScreenConfigurationMessage::setLayout ( const ExdLayout  layout)

Sets the layout field to layout.

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

◆ setScreenEnabled()

void ExdScreenConfigurationMessage::setScreenEnabled ( const bool  screenEnabled)

Sets the screenEnabled field to screenEnabled.

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

◆ setScreenIndex()

void ExdScreenConfigurationMessage::setScreenIndex ( const quint8  screenIndex)

Sets the screenIndex field to screenIndex.

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

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