fileformat/PictureGenerators/SvgDayGraph.h
Go to the documentation of this file.
00001 #ifndef SVGDAILYGRAPH_H
00002 #define SVGDAILYGRAPH_H
00003 
00004 #include "PictureGenerator.h"
00005 
00006 class SvgDayGraph : public PictureGenerator {
00007         Q_DECLARE_TR_FUNCTIONS(SvgDayGraph)
00008 protected:
00009         static QString addSvgHull(const QString& content, int width);
00010         static QString drawBorderAndTimeAxis();
00011 };
00012 
00013 #endif