PhoenixLecture  2.0.0
Set of tools to make lectures
TexWeek Struct Reference

Week of the timetable. More...

#include <TexTimetable.h>

+ Collaboration diagram for TexWeek:

Public Attributes

PString invitation
 Invitation of the week. More...
 
PLatexTime laterTime
 Later time of all days. More...
 
std::map< PString, TexDaymapDay
 Map of hte day in the week (date format: year-month-day) More...
 
std::map< PString, PStringmapHour
 Map of the hours of the blocks in the week. More...
 
PLatexObj weekTitle
 Title of the week. More...
 

Detailed Description

Week of the timetable.

Definition at line 24 of file TexTimetable.h.

Member Data Documentation

◆ invitation

PString TexWeek::invitation

Invitation of the week.

Definition at line 28 of file TexTimetable.h.

Referenced by ptimetable_texChapter(), and ptimetable_texSection().

◆ laterTime

PLatexTime TexWeek::laterTime

Later time of all days.

Definition at line 34 of file TexTimetable.h.

Referenced by ptimetable_createTexTimeTable(), and ptimetable_updateWeekLaterTime().

◆ mapDay

std::map<PString, TexDay> TexWeek::mapDay

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().

◆ mapHour

std::map<PString, PString> TexWeek::mapHour

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().

◆ weekTitle

PLatexObj TexWeek::weekTitle

Title of the week.

Definition at line 26 of file TexTimetable.h.

Referenced by ptimetable_texChapter(), and ptimetable_texSection().


The documentation for this struct was generated from the following file: