![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Day of the week. More...
#include <TexTimetable.h>
Public Attributes | |
PLatexDate | date |
Date of the current day. More... | |
PString | invitation |
Invitation of the day. More... | |
std::map< PString, PTimeTableBlock > | mapBlock |
Map of the block of a day (time format hour:minute) More... | |
Day of the week.
Definition at line 14 of file TexTimetable.h.
PLatexDate TexDay::date |
Date of the current day.
Definition at line 18 of file TexTimetable.h.
Referenced by ptimetable_addBlockInWeek(), ptimetable_singleDay(), and ptimetable_texSection().
PString TexDay::invitation |
Invitation of the day.
Definition at line 16 of file TexTimetable.h.
Referenced by ptimetable_addBlockInWeek(), ptimetable_singleDay(), and ptimetable_texSection().
std::map<PString, PTimeTableBlock> TexDay::mapBlock |
Map of the block of a day (time format hour:minute)
Definition at line 20 of file TexTimetable.h.
Referenced by ptimetable_addBlockInWeek(), ptimetable_compelteDayEmptyBlock(), ptimetable_dayToVecEvent(), ptimetable_singleDay(), and ptimetable_texSection().