![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Week of the timetable. More...
#include <TexTimetable.h>
Public Attributes | |
PString | invitation |
Invitation of the week. More... | |
PLatexTime | laterTime |
Later time of all days. More... | |
std::map< PString, TexDay > | mapDay |
Map of hte day in the week (date format: year-month-day) More... | |
std::map< PString, PString > | mapHour |
Map of the hours of the blocks in the week. More... | |
PLatexObj | weekTitle |
Title of the week. More... | |
Week of the timetable.
Definition at line 24 of file TexTimetable.h.
PString TexWeek::invitation |
Invitation of the week.
Definition at line 28 of file TexTimetable.h.
Referenced by ptimetable_texChapter(), and ptimetable_texSection().
PLatexTime TexWeek::laterTime |
Later time of all days.
Definition at line 34 of file TexTimetable.h.
Referenced by ptimetable_createTexTimeTable(), and ptimetable_updateWeekLaterTime().
Map of hte day in the week (date format: year-month-day)
Definition at line 32 of file TexTimetable.h.
Referenced by ptimetable_addBlockInWeek(), ptimetable_texChapter(), ptimetable_texSection(), and ptimetable_weekToVecEvent().
Map of the hours of the blocks in the week.
Definition at line 30 of file TexTimetable.h.
Referenced by ptimetable_addBlockInWeek(), and ptimetable_texSection().
PLatexObj TexWeek::weekTitle |
Title of the week.
Definition at line 26 of file TexTimetable.h.
Referenced by ptimetable_texChapter(), and ptimetable_texSection().