Contains classes for communication between the control and ui layer. More...
Classes | |
struct | UserInputData |
Base class for communication data between the control and ui layer. More... | |
struct | SelectionData |
Contains data about a selection made by the user. More... | |
struct | TaskDetails |
Details about a Task object. More... | |
struct | TaskTypeDetails |
struct | TaskRepresentation |
struct | ResourceDetails |
Details about a Resource object. More... | |
struct | ReservationDetails |
Details about a Reservation object. More... | |
struct | ProjectDetails |
Details about a Project object. More... | |
struct | MinMaxDurationData |
struct | SimpleInputData |
Template class to store a single data value. More... | |
struct | OverviewDetails |
Typedefs | |
typedef SimpleInputData< int > | IntInputData |
typedef SimpleInputData< QString > | StringInputData |
typedef SimpleInputData < QDateTime > | DateTimeInputData |
Contains classes for communication between the control and ui layer.