#include <CardActivityDailyRecord.h>


Public Member Functions | |
| CardActivityDailyRecord (const DataPointer &start) | |
| int | size () const |
| Size of data used in the file. | |
| void | printOn (Reporter &o) const |
| QString | title () const |
| Possible title for the block (empty if unset) | |
Public Attributes | |
| Subblocks< ActivityChangeInfo > | activityChangeInfos |
| CardActivityDailyRecord::CardActivityDailyRecord | ( | const DataPointer & | start | ) |
References activityChangeInfos, and Subblocks< T >::numberOfBlocks().
| void CardActivityDailyRecord::printOn | ( | Reporter & | o | ) | const [virtual] |
| int CardActivityDailyRecord::size | ( | ) | const [virtual] |
Size of data used in the file.
If the data element uses 3 bytes in the file, size() will return 3.
Reimplemented from RawCardActivityDailyRecord.
References RawCardActivityDailyRecord::activityRecordLength, and RawCardActivityDailyRecord::staticSize.
| QString CardActivityDailyRecord::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Reimplemented from RawCardActivityDailyRecord.
References RawCardActivityDailyRecord::activityRecordDate, and TimeReal::toString().
Referenced by CardActivityDailyRecord(), and printOn().
1.7.4