Home
last modified time | relevance | path

Searched refs:appointmentEndTime (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/
H A DKPlatoRCPSScheduler.cpp581 if (task->appointmentEndTime().isValid()) { in taskFromRCPSForward()
582 task->setEndTime(task->appointmentEndTime()); in taskFromRCPSForward()
722 if (task->appointmentEndTime().isValid()) { in taskFromRCPSBackward()
723 task->setEndTime(task->appointmentEndTime()); in taskFromRCPSBackward()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptnode.cpp520 DateTime Node::appointmentEndTime(long id) const in appointmentEndTime() function in KPlato::Node
523 return s ? s->appointmentEndTime() : DateTime(); in appointmentEndTime()
H A Dkptschedule.h150 DateTime appointmentEndTime() const;
H A Dkptnode.h246 DateTime appointmentEndTime(long id = CURRENTSCHEDULE) const;
H A Dkptschedule.cpp463 DateTime Schedule::appointmentEndTime() const in appointmentEndTime() function in KPlato::Schedule
H A Dkpttask.cpp834 …e = s->plannedEffortCostPrDay(s->appointmentStartTime().date(), s->appointmentEndTime().date(), ty… in bcwpPrDay()
1731 cs->endTime = cs->appointmentEndTime(); in scheduleFromStartTime()