Home
last modified time | relevance | path

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

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dactivity.h232 int _nTotalStudents,
H A Dactivity.cpp189 int _nTotalStudents, in Activity() argument
210 assert(_nTotalStudents==-1); in Activity()
212 assert(_nTotalStudents==_computedNumberOfStudents); in Activity()
H A Drules.h542 int _nTotalStudents,
586 int _nTotalStudents,
621 int _nTotalStudents);
633 int _nTotalStudents);
H A Drules.cpp3500 int _nTotalStudents, in addSimpleActivityFast() argument
3520 …_studentsNames, _duration, _totalDuration, _active, _computeNTotalStudents, _nTotalStudents, _comp… in addSimpleActivityFast()
3553 int _nTotalStudents, in addSplitActivityFast() argument
3580 …_durations[i], _totalDuration, _active[i], _computeNTotalStudents, _nTotalStudents, _computedNumbe… in addSplitActivityFast()
3696 int _nTotalStudents) in modifyActivity()
3711 act->nTotalStudents=_nTotalStudents; in modifyActivity()
3736 int _nTotalStudents) in modifySubactivity() argument
3768 crtAct->nTotalStudents=_nTotalStudents; in modifySubactivity()
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dactivityplanningform.cpp2227 int _nTotalStudents=act->nTotalStudents; in activitiesCellSelected() local
2247 …if( /* !computeNTotalStudents && !act2->computeNTotalStudents && */ _nTotalStudents!=act2->nTotalS… in activitiesCellSelected()