fileformat/DataTypes/RawCardActivityDailyRecord.h
Go to the documentation of this file.
00001 #ifndef RAWCARDACTIVITYDAILYRECORD_H
00002 #define RAWCARDACTIVITYDAILYRECORD_H
00003 
00004 
00005 //This file was AUTO-GENERATED. Make changes in the generator script(./generate.py)
00006 //the derived classes or in the data definition
00007 
00008 
00009 
00010 #include "../DataTypes/TimeReal.h"
00011 #include "DataType.h"
00012 
00013 class RawCardActivityDailyRecord : public DataType {
00014         Q_DECLARE_TR_FUNCTIONS(CardActivityDailyRecord)
00015 public:
00016         
00017         int activityRecordPreviousLength;
00018         int activityRecordLength;
00019         TimeReal activityRecordDate;
00020         int activityPresenceCounter;
00021         int activityDayDistance;
00022 
00023         RawCardActivityDailyRecord(const DataPointer& filewalker);
00025 QString className() const;
00026         QString title() const;
00027         int size() const;
00028         static const int staticSize = 12;
00029         virtual void printOn(Reporter& report) const;
00030 };
00031 
00032 
00033 #endif