actualCost() | KPlato::Appointment | |
actualCost(const QDate &date) | KPlato::Appointment | |
actualCostTo(const QDate &date) | KPlato::Appointment | |
actualEffort() const | KPlato::Appointment | |
actualEffort(const QDate &date) const | KPlato::Appointment | |
actualEffortTo(const QDate &date) const | KPlato::Appointment | |
addActualEffort(QDate date, Duration effort, bool overtime=false) | KPlato::Appointment | |
addAppointmentToRepeatList(DateTime time) | KPlato::Appointment | |
addInterval(AppointmentInterval *a) | KPlato::Appointment | |
addInterval(AppointmentInterval &a) | KPlato::Appointment | [inline] |
addInterval(const DateTime &start, const DateTime &end, double load=100) | KPlato::Appointment | |
addInterval(const DateTime &start, const Duration &duration, double load=100) | KPlato::Appointment | |
Appointment() | KPlato::Appointment | |
Appointment(Schedule *resource, Schedule *node, DateTime start, DateTime end, double load) | KPlato::Appointment | |
Appointment(Schedule *resource, Schedule *node, DateTime start, Duration duration, double load) | KPlato::Appointment | |
attach() | KPlato::Appointment | |
deleteAppointmentFromRepeatList(DateTime time) | KPlato::Appointment | |
detach() | KPlato::Appointment | |
effort(const DateTime &start, const DateTime &end) const | KPlato::Appointment | |
effort(const DateTime &start, const Duration &duration) const | KPlato::Appointment | |
effortFrom(const DateTime &time) const | KPlato::Appointment | |
endTime() const | KPlato::Appointment | |
intervals() const | KPlato::Appointment | [inline] |
isBusy(const DateTime &start, const DateTime &end) | KPlato::Appointment | |
loadXML(QDomElement &element, Project &project, Schedule &sch) | KPlato::Appointment | |
m_actualEffort | KPlato::Appointment | [private] |
m_extraRepeats | KPlato::Appointment | [private] |
m_intervals | KPlato::Appointment | [private] |
m_node | KPlato::Appointment | [private] |
m_repeatCount | KPlato::Appointment | [private] |
m_repeatInterval | KPlato::Appointment | [private] |
m_resource | KPlato::Appointment | [private] |
m_skipRepeats | KPlato::Appointment | [private] |
maxLoad() const | KPlato::Appointment | |
node() const | KPlato::Appointment | [inline] |
operator+(const Appointment &app) | KPlato::Appointment | |
operator+=(const Appointment &app) | KPlato::Appointment | |
operator=(const Appointment &app) | KPlato::Appointment | |
plannedCost() | KPlato::Appointment | |
plannedCost(const QDate &date) | KPlato::Appointment | |
plannedCostTo(const QDate &date) | KPlato::Appointment | |
plannedEffort() const | KPlato::Appointment | |
plannedEffort(const QDate &date) const | KPlato::Appointment | |
plannedEffortTo(const QDate &date) const | KPlato::Appointment | |
plannedPrDay(const QDate &start, const QDate &end) const | KPlato::Appointment | |
printDebug(QString ident) | KPlato::Appointment | |
repeatCount() const | KPlato::Appointment | [inline] |
repeatInterval() const | KPlato::Appointment | [inline] |
resource() const | KPlato::Appointment | [inline] |
saveXML(QDomElement &element) const | KPlato::Appointment | |
setNode(Schedule *n) | KPlato::Appointment | [inline] |
setRepeatCount(int rc) | KPlato::Appointment | [inline] |
setRepeatInterval(Duration ri) | KPlato::Appointment | [inline] |
setResource(Schedule *r) | KPlato::Appointment | [inline] |
startTime() const | KPlato::Appointment | |
~Appointment() | KPlato::Appointment | |