45 lastTime = blockBegin;
47 blockBegin = lastTime;
55 std::vector<PTimeTableBlock> & vecBlock = timetable.
getVecBlock();
56 if(vecBlock.size() == 0lu){
return;}
63 for(std::vector<PTimeTableBlock>::iterator it(vecBlock.begin()); it != vecBlock.end(); ++it){
69 if(it->getLocation().getVecContent().size() == 0lu){
70 it->setLocation(defaultLocation);
72 if(it->getMainUrl() ==
""){
73 it->setMainUrl(mainUrl);
size_t getMonth() const
Gets the month of the PLatexDate.
size_t getYear() const
Gets the year of the PLatexDate.
size_t getDay() const
Gets the day of the PLatexDate.
size_t getMinute() const
Gets the minute of the PLatexTime.
void setMinute(size_t minute)
Sets the minute of the PLatexTime.
void setHour(size_t hour)
Sets the hour of the PLatexTime.
size_t getHour() const
Gets the hour of the PLatexTime.