PhoenixLecture  2.0.0
Set of tools to make lectures
TexDay Struct Reference

Day of the week. More...

#include <TexTimetable.h>

+ Collaboration diagram for TexDay:

Public Attributes

PLatexDate date
 Date of the current day. More...
 
PString invitation
 Invitation of the day. More...
 
std::map< PString, PTimeTableBlockmapBlock
 Map of the block of a day (time format hour:minute) More...
 

Detailed Description

Day of the week.

Definition at line 14 of file TexTimetable.h.

Member Data Documentation

◆ date

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

◆ invitation

PString TexDay::invitation

Invitation of the day.

Definition at line 16 of file TexTimetable.h.

Referenced by ptimetable_addBlockInWeek(), ptimetable_singleDay(), and ptimetable_texSection().

◆ mapBlock

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


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