Add graph animation; support for line graphs
[harbour-pedalo.git] / src / statsweekdaycongestion.h
1 #ifndef STATSWEEKDAYCONGESTION_H
2 #define STATSWEEKDAYCONGESTION_H
3
4 #include "journeymodel.h"
5 #include "stats.h"
6
7 class StatsWeekdayCongestion : public Stats
8 {
9 public:
10 StatsWeekdayCongestion(JourneyModel * journeys);
11
12 void update();
13
14 private:
15 JourneyModel * journeys;
16 };
17
18 #endif // STATSWEEKDAYCONGESTION_H