Home
last modified time | relevance | path

Searched refs:dependChildNodes (Results 1 – 10 of 10) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A DProjectTester.cpp3033 task1->dependChildNodes().at(0)->setLag(Duration(0, 1, 0)); in startStart()
3043 QCOMPARE(task2->lateStart(), task1->lateStart() + task1->dependChildNodes().at(0)->lag()); in startStart()
3044 QCOMPARE(task2->startTime(), task1->startTime() + task1->dependChildNodes().at(0)->lag()); in startStart()
3061 QCOMPARE(task2->lateStart(), task1->lateStart() + task1->dependChildNodes().at(0)->lag()); in startStart()
3062 QCOMPARE(task2->startTime(), task1->startTime() + task1->dependChildNodes().at(0)->lag()); in startStart()
3091 QCOMPARE(task2->lateStart(), task1->lateStart() + task1->dependChildNodes().at(0)->lag()); in startStart()
3092 QCOMPARE(task2->startTime(), task1->startTime() + task1->dependChildNodes().at(0)->lag()); in startStart()
3106 QCOMPARE(task2->lateStart(), task1->lateStart() + task1->dependChildNodes().at(0)->lag()); in startStart()
3107 QCOMPARE(task2->startTime(), task1->startTime() + task1->dependChildNodes().at(0)->lag()); in startStart()
3124 QCOMPARE(task2->lateStart(), task1->lateStart() + task1->dependChildNodes().at(0)->lag()); in startStart()
[all …]
H A Ddebug.cpp232 foreach (Relation *r, t->dependChildNodes()) { in print()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/
H A DPlanTJScheduler.cpp496 if (task->dependChildNodes().isEmpty() && task->childProxyRelations().isEmpty()) { in calcPositiveFloat()
499 foreach (const Relation *r, task->dependChildNodes() + task->childProxyRelations()) { in calcPositiveFloat()
570 foreach (const Relation *r, t->dependChildNodes() + t->childProxyRelations()) { in calcPertValues()
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/
H A DKPlatoRCPSScheduler.cpp860 QList<Relation*> lst = task->dependChildNodes() + task->childProxyRelations(); in calculateLateStuff()
1068 if (task->dependChildNodes().isEmpty() && task->childProxyRelations().isEmpty()) { in addDependenciesForward()
1071 foreach (Relation *r, task->dependChildNodes()) { in addDependenciesForward()
1121 if (task->dependChildNodes().isEmpty() && task->childProxyRelations().isEmpty()) { in addDependenciesBackward()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkpttask.cpp1066 if (!dependChildNodes().isEmpty()) { in initiateCalculationLists()
1067 n->addChildProxyRelations(dependChildNodes()); in initiateCalculationLists()
1422 if (!dependChildNodes().isEmpty()) { in calculateBackward()
1423 DateTime time = calculateSuccessors(dependChildNodes(), use); in calculateBackward()
2075 DateTime time = scheduleSuccessors(dependChildNodes(), use); in scheduleBackward()
2669 n->addChildProxyRelations(dependChildNodes()); in addChildProxyRelations()
H A Dkptnode.h206 QList<Relation*> dependChildNodes() const { return m_dependChildNodes; } in dependChildNodes() function
H A Dkptproject.cpp503 foreach (Relation *r, node->dependChildNodes()) { in calcCriticalPathList()
657 foreach (Relation *r, n->dependChildNodes()) { in checkChildren()
2518 foreach (Relation *r, par->dependChildNodes()) { in linkExists()
H A Dkptcommand.cpp641 foreach (Relation * r, m_node->dependChildNodes()) { in execute()
3504 Relation *r = n->dependChildNodes().at(0); in InsertProjectCmd()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/
H A Dkptganttview.cpp968 foreach(Relation *r, node->dependChildNodes()) { in slotNodeInserted()
1016 foreach (Relation *r, n->dependChildNodes()) { in createDependencies()
H A Dkptdependencyeditor.cpp1389 foreach (Relation *rel, item->node()->dependChildNodes()) { in createLinks()