fileformat/DataTypes/VehicleRegistration.h
Go to the documentation of this file.
00001 #ifndef VEHICLEREGISTRATION_H
00002 #define VEHICLEREGISTRATION_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 "DataType.h"
00011 
00012 class VehicleRegistration : public DataType {
00013         Q_DECLARE_TR_FUNCTIONS(VehicleRegistration)
00014 public:
00015         
00016         int vehicleRegistrationNation;
00017         QString vehicleRegistrationNumber;
00018 
00019         VehicleRegistration(const DataPointer& filewalker);
00021 QString className() const;
00022         int size() const;
00023         static const int staticSize = 15;
00024         QString toString() const;
00025         virtual void printOn(Reporter& report) const;
00026 };
00027 
00028 
00029 #endif