Simple data structure with information about a Reservation. More...
#include <reservation.h>
Public Attributes | |
QDateTime | startDate |
Duration | duration |
Resource * | resource |
Simple data structure with information about a Reservation.
This class is used to give information about reservations to the constructor of Task. It is needed because a real reservation cannot be constructed before its task is constructed.
Definition at line 113 of file reservation.h.