Home
last modified time | relevance | path

Searched refs:CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dconstraintteachernotavailabletimesform.cpp72 if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in filterOk()
H A Dmodifyconstraintteachernotavailabletimesform.cpp238 if(c!=this->_ctr && c->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in ok()
H A Dalltimeconstraintsform.cpp736 else if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in modifyConstraint()
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Drules.cpp1208 if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in modifyTeacher()
4217 else if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in addTimeConstraint()
4295 else if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in addTimeConstraint()
4365 else if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in removeTimeConstraint()
4461 else if(ctr->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in removeTimeConstraints()
4781 if(tc->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in updateConstraintsAfterRemoval()
10283 if(c->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in readTeacherNotAvailable()
H A Dtimeconstraint.cpp277 type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES || in canBeUsedInOfficialMode()
402 type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES || in canBeUsedInMorningsAfternoonsMode()
648 type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES || in canBeUsedInBlockPlanningMode()
777 type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES || in canBeUsedInTermsMode()
1397 this->type=CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES; in ConstraintTeacherNotAvailableTimes()
1407 this->type=CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES; in ConstraintTeacherNotAvailableTimes()
H A Dtimeconstraint.h53 const int CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES =3; variable
H A Dgenerate_pre.cpp11779 if(gt.rules.internalTimeConstraintsList[i]->type==CONSTRAINT_TEACHER_NOT_AVAILABLE_TIMES){ in computeNotAllowedTimesPercentages()