Defines | Functions
fileformat/overtime.h File Reference
#include "Activity.h"
#include <QtCore/QObject>
#include <vector>
Include dependency graph for overtime.h:

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 Documentation

#define OVERTIME_H   OVERTIME_H

Function Documentation

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().