fileformat/PictureGenerators/SvgDayVelocity.h
Go to the documentation of this file.
00001 #ifndef SVGDAYVELOCITY_H
00002 #define SVGDAYVELOCITY_H
00003 
00004 #include "SvgDayGraph.h"
00005 
00006 class SvgDayVelocity : public SvgDayGraph {
00007 public:
00008         virtual QString toString() const;
00010         virtual void add(int secondsSinceMidnight, int velocity);
00011 protected:
00012         static QString drawVelocityDescription();
00013 };
00014 #endif