Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dstatisticsexport.cpp1342 QList<int> tmpStudents; in exportStatisticsTeachersStudentsHtml() local
1344 tmpStudents.clear(); in exportStatisticsTeachersStudentsHtml()
1347 for(int aidx : qAsConst(tmpStudents)){ in exportStatisticsTeachersStudentsHtml()
1648 QMultiHash<QString, int> tmpStudents; in exportStatisticsStudentsTeachersHtml() local
1650 tmpStudents.clear(); in exportStatisticsStudentsTeachersHtml()
1655 tmpStudents.insert(students, aidx); in exportStatisticsStudentsTeachersHtml()
1952 QList<int> tmpStudents; in exportStatisticsSubjectsStudentsHtml() local
1954 tmpStudents.clear(); in exportStatisticsSubjectsStudentsHtml()
2257 QMultiHash<QString, int> tmpStudents; in exportStatisticsStudentsSubjectsHtml() local
2259 tmpStudents.clear(); in exportStatisticsStudentsSubjectsHtml()
[all …]
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dactivityplanningform.cpp3601 QList<int> tmpStudents; in updateTables_Students_Subjects() local
3603 tmpStudents.clear(); in updateTables_Students_Subjects()
3605 tmpStudents=studentsActivities.values(statisticValues.allStudentsNames.at(students)); in updateTables_Students_Subjects()
3606 for(int aidx : qAsConst(tmpStudents)){ in updateTables_Students_Subjects()