fileformat/VuBlocks/VuOverview.h
Go to the documentation of this file.
00001 #ifndef VUOVERVIEW_H
00002 #define VUOVERVIEW_H
00003 
00004 #include "RawVuOverview.h"
00005 
00006 class VuOverview : public RawVuOverview {
00007         Q_DECLARE_TR_FUNCTIONS(VuOverview)
00008 public:
00009         VuOverview(const DataPointer& filewalker);
00010         virtual RawData signedBytes() const;
00011 };
00012 
00013 
00014 #endif