#include <RawVuDetailedSpeedData.h>
Public Member Functions | |
RawVuDetailedSpeedData (const DataPointer &filewalker) | |
QString | className () const |
returns "RawVuDetailedSpeedData" | |
QString | title () const |
Possible title for the block (empty if unset) | |
int | size () const |
Size of data used in the file. | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
Subblocks< VuDetailedSpeedBlock > | vuDetailedSpeedBlocks |
Static Public Attributes | |
static const int | Type = 0x4 |
RawVuDetailedSpeedData::RawVuDetailedSpeedData | ( | const DataPointer & | filewalker | ) |
QString RawVuDetailedSpeedData::className | ( | ) | const [virtual] |
returns "RawVuDetailedSpeedData"
Implements Block.
void RawVuDetailedSpeedData::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements VuBlock.
Reimplemented in VuDetailedSpeedData.
References vuDetailedSpeedBlocks, and Reporter::writeArray().
int RawVuDetailedSpeedData::size | ( | ) | const [virtual] |
Size of data used in the file.
If the data element uses 3 bytes in the file, size() will return 3.
Implements VuBlock.
References Subblocks< T >::size(), and vuDetailedSpeedBlocks.
QString RawVuDetailedSpeedData::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Implements VuBlock.
const int RawVuDetailedSpeedData::Type = 0x4 [static] |
Referenced by vuBlockFactory().
Referenced by VuDetailedSpeedData::printOn(), printOn(), and size().