fileformat/CardBlocks/CardCurrentUse.h
Go to the documentation of this file.
00001 #ifndef CARDCURRENTUSE_H
00002 #define CARDCURRENTUSE_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 "CardBlock.h"
00012 #include "../DataTypes/VehicleRegistration.h"
00013 
00015 class CardCurrentUse : public CardBlock {
00016         Q_DECLARE_TR_FUNCTIONS(CardCurrentUse)
00017 public:
00018         
00019         TimeReal sessionOpenTime;
00020         VehicleRegistration sessionOpenVehicle;
00021 
00022         CardCurrentUse(const DataPointer& filewalker);
00024 QString className() const;
00025         QString title() const;
00026         static const int Type = 0x0507;
00027         virtual void printOn(Reporter& report) const;
00028 };
00029 
00030 
00031 #endif