#include <mrprjContent.h>
Collaboration diagram for mrprj::Calendar:

Public Methods | |
| Calendar (krmuo::LoggingUnit &pLoggingUnit, const string &pId, const string &pName) | |
| constructor for class Calendar  | |
| ~Calendar () | |
| class-destructor  | |
| const string & | getId () const | 
| returns content of mId | |
| const string & | getName () const | 
| returns content of mName | |
Public Attributes | |
| string | mMon | 
| the id of the day-type of Monday | |
| string | mTue | 
| the id of the day-type of Tuesday | |
| string | mWed | 
| the id of the day-type of Wednesday | |
| string | mThu | 
| the id of the day-type of Thursday | |
| string | mFri | 
| the id of the day-type of Friday | |
| string | mSat | 
| the id of the day-type of Saturday | |
| string | mSun | 
| the id of the day-type of Sunday | |
| list< OverriddenDayType > | mOverriddenDayTypeList | 
| list< Day > | mDayList | 
instances of the class Calendar have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a calendar is defined
Definition at line 625 of file mrprjContent.h.
      
  | 
  ||||||||||||||||
| 
 constructor for class Calendar 
 
 
 Definition at line 488 of file mrprjContent.cc. References HM.  | 
  
      
  | 
  
| 
 class-destructor 
 class-destructor which gets no parameters and returns nothing Definition at line 515 of file mrprjContent.cc. References HM, krmuo::LoggingUnit::makeEntry(), mDayList, and mOverriddenDayTypeList.  | 
  
      
  | 
  
| 
 List of day definitions /specifications Definition at line 644 of file mrprjContent.h. Referenced by ~Calendar().  | 
  
      
  | 
  
| 
 List of overridden day-types Definition at line 640 of file mrprjContent.h. Referenced by ~Calendar().  | 
  
1.2.17