00001 #ifndef BLOCK13_H 00002 #define BLOCK13_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/RawData.h" 00011 #include "../DataTypes/Subblocks.h" 00012 #include "../DataTypes/Block11Record.h" 00013 #include "VuBlock.h" 00014 00016 class Block13 : public VuBlock { 00017 Q_DECLARE_TR_FUNCTIONS(Block13) 00018 public: 00019 00020 RawData header; 00021 Subblocks<Block11Record> block11Records; 00022 00023 Block13(const DataPointer& filewalker); 00025 QString className() const; 00026 QString title() const; 00027 static const int Type = 0x13; 00028 int size() const; 00029 virtual void printOn(Reporter& report) const; 00030 }; 00031 00032 00033 #endif