#include <SvgDayVelocity.h>
Public Member Functions | |
virtual QString | toString () const |
returns the string to be used in the document | |
virtual void | add (int secondsSinceMidnight, int velocity) |
add a time-velocity pair. velocities should be added sorted with ascending time | |
Static Protected Member Functions | |
static QString | drawVelocityDescription () |
void SvgDayVelocity::add | ( | int | secondsSinceMidnight, |
int | velocity | ||
) | [virtual] |
add a time-velocity pair. velocities should be added sorted with ascending time
References PictureGenerator::collector.
Referenced by VuDetailedSpeedData::printOn().
QString SvgDayVelocity::drawVelocityDescription | ( | ) | [static, protected] |
Referenced by toString().
QString SvgDayVelocity::toString | ( | ) | const [virtual] |
returns the string to be used in the document
Reimplemented from PictureGenerator.
References SvgDayGraph::addSvgHull(), PictureGenerator::collected, SvgDayGraph::drawBorderAndTimeAxis(), and drawVelocityDescription().
Referenced by VuDetailedSpeedData::printOn().