![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "PTimeTable.h"
Go to the source code of this file.
Functions | |
void | ptimetable_updateEndTime (PTimeTable &timetable) |
Update the end time of the blocks. More... | |
void ptimetable_updateEndTime | ( | PTimeTable & | timetable | ) |
Update the end time of the blocks.
[out] | timetable | : PTimeTable to be udpated |
Definition at line 54 of file ptimetable_updateEndTime.cpp.
References addTime(), PTimeTable::getBeginDate(), PTimeTableBlock::getBeginTime(), PTimeTableBlock::getDate(), PTimeTableBlock::getDuration(), PTimeTable::getLocation(), PTimeTable::getMainUrl(), PTimeTable::getVecBlock(), ptimetable_updateDate(), ptimetable_updateTime(), PTimeTableBlock::setEndTime(), PLatexTime::setHour(), and PLatexTime::setMinute().
Referenced by PConfigParser::parseTimeTable().