00001 #ifndef CARDPLACEDAILYWORKPERIOD_H 00002 #define CARDPLACEDAILYWORKPERIOD_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/Subblocks.h" 00011 #include "CardBlock.h" 00012 #include "../DataTypes/PlaceRecord.h" 00013 00014 class CardPlaceDailyWorkPeriod : public CardBlock { 00015 Q_DECLARE_TR_FUNCTIONS(CardPlaceDailyWorkPeriod) 00016 public: 00017 00018 int placePointerNewestRecord; 00019 Subblocks<PlaceRecord> placeRecords; 00020 00021 CardPlaceDailyWorkPeriod(const DataPointer& filewalker); 00023 QString className() const; 00024 QString title() const; 00025 static const int Type = 0x0506; 00026 virtual void printOn(Reporter& report) const; 00027 }; 00028 00029 00030 #endif