kplato
KPlato::AppointmentInterval Class Reference
List of all members.Detailed Description
Definition at line 54 of file kptappointment.h.
Public Member Functions | |
| AppointmentInterval () | |
| AppointmentInterval (const AppointmentInterval &AppointmentInterval) | |
| AppointmentInterval (const DateTime &start, const DateTime end, double load=100) | |
| ~AppointmentInterval () | |
| void | set (DateTime &start, DateTime &end, double load=100) |
| void | set (DateTime &start, Duration &duration, double load=100) |
| Duration | effort () const |
| Duration | effort (const DateTime &start, const DateTime end) const |
| Duration | effort (const DateTime &time, bool upto) const |
| bool | loadXML (QDomElement &element) |
| void | saveXML (QDomElement &element) const |
| const DateTime & | startTime () const |
| void | setStartTime (const DateTime &time) |
| const DateTime & | endTime () const |
| void | setEndTime (const DateTime &time) |
| double | load () const |
| void | setLoad (double load) |
| bool | isValid () const |
| AppointmentInterval | firstInterval (const AppointmentInterval &interval, const DateTime &from) const |
The documentation for this class was generated from the following files:

