Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

mrprj::Calendar Class Reference

for managing the content of the class Calendar More...

#include <mrprjContent.h>

Collaboration diagram for mrprj::Calendar:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 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< OverriddenDayTypemOverriddenDayTypeList
list< DaymDayList

Detailed Description

for managing the content of the class Calendar

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 & Destructor Documentation

mrprj::Calendar::Calendar krmuo::LoggingUnit pLoggingUnit,
const string &  pId,
const string &  pName
 

constructor for class Calendar

Parameters:
pLoggingUnit :- reference to the use fault-message-writer
pId :- the id of the denoted calendar
pName :- the id of the denoted calendar

Definition at line 488 of file mrprjContent.cc.

References HM, and krmuo::LoggingUnit::makeEntry().

mrprj::Calendar::~Calendar  ) 
 

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.


Member Data Documentation

list<Day> mrprj::Calendar::mDayList
 

List of day definitions /specifications

Definition at line 644 of file mrprjContent.h.

Referenced by ~Calendar().

list<OverriddenDayType> mrprj::Calendar::mOverriddenDayTypeList
 

List of overridden day-types

Definition at line 640 of file mrprjContent.h.

Referenced by ~Calendar().


The documentation for this class was generated from the following files:
Generated on Sat Mar 4 11:55:28 2006 for MRPROJEXT by  doxygen 1.4.1