Home
last modified time | relevance | path

Searched refs:activeHashActivityColorBySubjectAndStudents (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dtimetableexport.h37 extern QList<int> activeHashActivityColorBySubjectAndStudents;
39 extern QList<int> activeHashActivityColorBySubjectAndStudents;
H A Dtimetableexport.cpp128 QList<int> activeHashActivityColorBySubjectAndStudents; variable
2554 for(int i : qAsConst(activeHashActivityColorBySubjectAndStudents)){ in writeStylesheetCss()
5239 activeHashActivityColorBySubjectAndStudents.clear(); in computeHashActivityColorBySubjectAndStudents()
5254 activeHashActivityColorBySubjectAndStudents.append(i); in computeHashActivityColorBySubjectAndStudents()
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dtimetableprintform.cpp70 extern QList<int> activeHashActivityColorBySubjectAndStudents;
1078 for(int i : qAsConst(activeHashActivityColorBySubjectAndStudents)){ in updateHtmlPrintString()