Home
last modified time | relevance | path

Searched refs:menuAll_students_1_time_constraints (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dfetmainform.cpp578 menuAll_students_1_time_constraints=nullptr;
1581 if(menuAll_students_1_time_constraints!=nullptr)
1847 menuAll_students_1_time_constraints=nullptr;
2058 menuAll_students_1_time_constraints=new QMenu(menuStudents_time_constraints);
2068 menuStudents_time_constraints->addMenu(menuAll_students_1_time_constraints);
2236 menuAll_students_1_time_constraints->addAction(dataTimeConstraintsStudentsMaxDaysPerWeekAction);
2237menuAll_students_1_time_constraints->addAction(dataTimeConstraintsStudentsMaxRealDaysPerWeekAction…
2238menuAll_students_1_time_constraints->addAction(dataTimeConstraintsStudentsMaxMorningsPerWeekAction…
2244 menuAll_students_1_time_constraints->addAction(dataTimeConstraintsStudentsMaxGapsPerDayAction);
2245 menuAll_students_1_time_constraints->addAction(dataTimeConstraintsStudentsMaxGapsPerWeekAction);
[all …]
H A Dfetmainform.h75 QMenu* menuAll_students_1_time_constraints; variable