#include "Activity.h"
#include <QtCore/QObject>
#include <vector>
Go to the source code of this file.
Defines | |
#define | OVERTIME_H OVERTIME_H |
Functions | |
int | fine (int overtime) |
void | checkDayDrivingTime (dailyActivity &a) |
int | checkTimes (std::vector< dailyActivityCard > &days) |
#define OVERTIME_H OVERTIME_H |
void checkDayDrivingTime | ( | dailyActivity & | a | ) |
References fine().
Referenced by checkTimes().
int checkTimes | ( | std::vector< dailyActivityCard > & | days | ) |
References checkDayDrivingTime(), and fine().
int fine | ( | int | overtime | ) |
Referenced by checkDayDrivingTime(), and checkTimes().