Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dmodifyconstraintactivitiespreferredtimeslotsform.cpp242 int j=populateStudentsComboBox(studentsComboBox, this->_ctr->p_studentsName, true); in updateStudentsComboBox()
244 showWarningForInvisibleSubgroupConstraint(parent, this->_ctr->p_studentsName); in updateStudentsComboBox()
295 showWarningCannotModifyConstraintInvisibleSubgroupConstraint(this, this->_ctr->p_studentsName); in ok()
398 this->_ctr->p_studentsName=students; in ok()
H A Dmodifyconstraintsubactivitiespreferredtimeslotsform.cpp245 int j=populateStudentsComboBox(studentsComboBox, this->_ctr->p_studentsName, true); in updateStudentsComboBox()
247 showWarningForInvisibleSubgroupConstraint(parent, this->_ctr->p_studentsName); in updateStudentsComboBox()
298 showWarningCannotModifyConstraintInvisibleSubgroupConstraint(this, this->_ctr->p_studentsName); in ok()
352 this->_ctr->p_studentsName=students; in ok()
/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Drules.cpp2503 if(initialStudentsSetName == crt_constraint->p_studentsName) in modifyStudentsSet()
2504 crt_constraint->p_studentsName=finalStudentsSetName; in modifyStudentsSet()
2524 crt_constraint->p_studentsName=finalStudentsSetName; in modifyStudentsSet()
2797 crt_constraint->p_studentsName=oldAndNewStudentsSetNames.value(crt_constraint->p_studentsName); in modifyStudentsSets()
2817 crt_constraint->p_studentsName=oldAndNewStudentsSetNames.value(crt_constraint->p_studentsName); in modifyStudentsSets()
4970 (c->p_studentsName!="" && !permanentStudentsHash.contains(c->p_studentsName)) || in updateConstraintsAfterRemoval()
4978 (c->p_studentsName!="" && !permanentStudentsHash.contains(c->p_studentsName)) || in updateConstraintsAfterRemoval()
17262 cn->p_studentsName=""; in readActivitiesPreferredTimeSlots()
17310 cn->p_studentsName=text; in readActivitiesPreferredTimeSlots()
17642 cn->p_studentsName=""; in readSubactivitiesPreferredTimeSlots()
[all …]
H A Dtimeconstraint.cpp11635 this->p_studentsName=st; in ConstraintActivitiesPreferredTimeSlots()
11660 if(this->p_studentsName!=""){ in computeInternalStructure()
11751 if(this->p_studentsName!=""){ in hasInactiveActivities()
11834 if(this->p_studentsName!="") in getDescription()
11884 if(this->p_studentsName!="") in getDetailedDescription()
12012 if(this->p_studentsName!=""){ in isRelatedToActivity()
12137 this->p_studentsName=st; in ConstraintSubactivitiesPreferredTimeSlots()
12165 if(this->p_studentsName!=""){ in computeInternalStructure()
12341 if(this->p_studentsName!="") in getDescription()
12398 if(this->p_studentsName!="") in getDetailedDescription()
[all …]
H A Dtimeconstraint.h2550 QString p_studentsName;
2642 QString p_studentsName; variable