![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Describes a date. More...
#include <PTimeTable.h>
Public Member Functions | |
size_t & | getHour () |
Gets the hour of the PLatexTime. More... | |
size_t | getHour () const |
Gets the hour of the PLatexTime. More... | |
size_t & | getMinute () |
Gets the minute of the PLatexTime. More... | |
size_t | getMinute () const |
Gets the minute of the PLatexTime. More... | |
PLatexTime & | operator= (const PLatexTime &other) |
Operator = of class PLatexTime. More... | |
PLatexTime () | |
Constructor of class PLatexTime. More... | |
PLatexTime (const PLatexTime &other) | |
Copy Constructor of class PLatexTime. More... | |
void | setHour (size_t hour) |
Sets the hour of the PLatexTime. More... | |
void | setMinute (size_t minute) |
Sets the minute of the PLatexTime. More... | |
virtual | ~PLatexTime () |
Destructor of class PLatexTime. More... | |
Protected Member Functions | |
void | copyPLatexTime (const PLatexTime &other) |
Copy Function of class PLatexTime. More... | |
Private Member Functions | |
void | initialisationPLatexTime () |
Initialisation Function of class PLatexTime. More... | |
Private Attributes | |
size_t | p_hour |
Hours. More... | |
size_t | p_minute |
Describes a date.
Definition at line 86 of file PTimeTable.h.
PLatexTime::PLatexTime | ( | ) |
Constructor of class PLatexTime.
Definition at line 287 of file PTimeTable.cpp.
References initialisationPLatexTime().
PLatexTime::PLatexTime | ( | const PLatexTime & | other | ) |
Copy Constructor of class PLatexTime.
other | : PLatexTime we want ot copy |
Definition at line 294 of file PTimeTable.cpp.
References copyPLatexTime().
|
virtual |
|
protected |
Copy Function of class PLatexTime.
other | : PLatexTime we want ot copy |
Definition at line 357 of file PTimeTable.cpp.
References p_hour, and p_minute.
Referenced by operator=(), and PLatexTime().
size_t & PLatexTime::getHour | ( | ) |
Gets the hour of the PLatexTime.
Definition at line 336 of file PTimeTable.cpp.
References p_hour.
size_t PLatexTime::getHour | ( | ) | const |
Gets the hour of the PLatexTime.
Definition at line 329 of file PTimeTable.cpp.
References p_hour.
Referenced by addTime(), ptimetable_dateTimeToCalendarTime(), ptimetable_timeToStr(), ptimetable_updateTime(), and ptimetable_updateWeekLaterTime().
size_t & PLatexTime::getMinute | ( | ) |
Gets the minute of the PLatexTime.
Definition at line 350 of file PTimeTable.cpp.
References p_minute.
size_t PLatexTime::getMinute | ( | ) | const |
Gets the minute of the PLatexTime.
Definition at line 343 of file PTimeTable.cpp.
References p_minute.
Referenced by addTime(), ptimetable_dateTimeToCalendarTime(), ptimetable_timeToStr(), ptimetable_updateTime(), and ptimetable_updateWeekLaterTime().
|
private |
Initialisation Function of class PLatexTime.
Definition at line 363 of file PTimeTable.cpp.
References p_hour, and p_minute.
Referenced by PLatexTime().
PLatexTime & PLatexTime::operator= | ( | const PLatexTime & | other | ) |
Operator = of class PLatexTime.
other | : PLatexTime we want ot copy |
Definition at line 307 of file PTimeTable.cpp.
References copyPLatexTime().
void PLatexTime::setHour | ( | size_t | hour | ) |
Sets the hour of the PLatexTime.
hour | : hour of the PLatexTime |
Definition at line 315 of file PTimeTable.cpp.
References p_hour.
Referenced by addTime(), ptimetable_createTexTimeTable(), ptimetable_parsePLatexTime(), and ptimetable_updateEndTime().
void PLatexTime::setMinute | ( | size_t | minute | ) |
Sets the minute of the PLatexTime.
minute | : minute of the PLatexTime |
Definition at line 322 of file PTimeTable.cpp.
References p_minute.
Referenced by addTime(), ptimetable_createTexTimeTable(), ptimetable_parsePLatexTime(), and ptimetable_updateEndTime().
|
private |
Hours.
Definition at line 103 of file PTimeTable.h.
Referenced by copyPLatexTime(), getHour(), initialisationPLatexTime(), and setHour().
|
private |
Definition at line 105 of file PTimeTable.h.
Referenced by copyPLatexTime(), getMinute(), initialisationPLatexTime(), and setMinute().