#include <PlaceRecord.h>
Public Member Functions | |
PlaceRecord (const DataPointer &filewalker) | |
QString | className () const |
returns "PlaceRecord" | |
int | size () const |
Size of data used in the file. | |
QString | toString () const |
Possible short form of the block (empty if unset) | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
TimeReal | entryTime |
int | entryTypeDailyWorkPeriod |
int | dailyWorkPeriodCountry |
int | dailyWorkPeriodRegion |
int | vehicleOdometerValue |
Static Public Attributes | |
static const int | staticSize = 10 |
PlaceRecord::PlaceRecord | ( | const DataPointer & | filewalker | ) |
QString PlaceRecord::className | ( | ) | const [virtual] |
returns "PlaceRecord"
Implements Block.
void PlaceRecord::printOn | ( | Reporter & | report | ) | const [virtual] |
int PlaceRecord::size | ( | ) | const [virtual] |
QString PlaceRecord::toString | ( | ) | const [virtual] |
Possible short form of the block (empty if unset)
Reimplemented from Block.
References dailyWorkPeriodCountry, dailyWorkPeriodRegion, entryTime, formatStrings::nationNumeric(), formatStrings::regionNumeric(), TimeReal::toString(), and vehicleOdometerValue.
Referenced by printOn(), and toString().
Referenced by printOn(), and toString().
Referenced by printOn(), and toString().
Referenced by printOn().
const int PlaceRecord::staticSize = 10 [static] |
Referenced by printOn(), and toString().