Home
last modified time | relevance | path

Searched refs:copyAppointments (Results 1 – 5 of 5) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkpttask.cpp185 copyAppointments(ns->startTime, ns->endTime); in copySchedule()
196 void Task::copyAppointments() in copyAppointments() function in KPlato::Task
222 copyAppointments(ns->startTime, time, scale); in copyAppointments()
225 void Task::copyAppointments(const DateTime &start, const DateTime &end, qreal factor) in copyAppointments() function in KPlato::Task
1725 cs->copyAppointments(Schedule::CalculateForward, Schedule::Scheduling); in scheduleFromStartTime()
1728 copyAppointments(); in scheduleFromStartTime()
1752 copyAppointments(); in scheduleFromStartTime()
1796 copyAppointments(); in scheduleFromStartTime()
1819 copyAppointments(); in scheduleFromStartTime()
1846 copyAppointments(); in scheduleFromStartTime()
[all …]
H A Dkpttask.h604 void copyAppointments();
607 …void copyAppointments(const DateTime &start, const DateTime &end = DateTime(), qreal factor = 1.0);
H A Dkptschedule.h153 void copyAppointments(CalculationMode from, CalculationMode to);
H A Dkptschedule.cpp517 void Schedule::copyAppointments(Schedule::CalculationMode from, Schedule::CalculationMode to) in copyAppointments() function in KPlato::Schedule
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/
H A DKPlatoRCPSScheduler.cpp570 task->copyAppointments(DateTime(), start); in taskFromRCPSForward()
711 task->copyAppointments(DateTime(), start); in taskFromRCPSBackward()