#include <RawCardActivityDailyRecord.h>


Public Member Functions | |
| RawCardActivityDailyRecord (const DataPointer &filewalker) | |
| QString | className () const |
| returns "RawCardActivityDailyRecord" | |
| 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 | |
| int | activityRecordPreviousLength |
| int | activityRecordLength |
| TimeReal | activityRecordDate |
| int | activityPresenceCounter |
| int | activityDayDistance |
Static Public Attributes | |
| static const int | staticSize = 12 |
| RawCardActivityDailyRecord::RawCardActivityDailyRecord | ( | const DataPointer & | filewalker | ) |
| QString RawCardActivityDailyRecord::className | ( | ) | const [virtual] |
returns "RawCardActivityDailyRecord"
Implements Block.
| void RawCardActivityDailyRecord::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
Reimplemented in CardActivityDailyRecord.
References activityDayDistance, activityPresenceCounter, activityRecordDate, activityRecordLength, activityRecordPreviousLength, Reporter::tagValuePair(), and TimeReal::toString().
| int RawCardActivityDailyRecord::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 DataType.
Reimplemented in CardActivityDailyRecord.
| QString RawCardActivityDailyRecord::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Reimplemented from Block.
Reimplemented in CardActivityDailyRecord.
References activityRecordDate, and TimeReal::toString().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn(), title(), and CardActivityDailyRecord::title().
Referenced by printOn(), and CardActivityDailyRecord::size().
Referenced by printOn().
const int RawCardActivityDailyRecord::staticSize = 12 [static] |
Referenced by CardActivityDailyRecord::size().
1.7.4