konsolekalendar.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef KONSOLEKALENDAR_H
00019 #define KONSOLEKALENDAR_H
00020
00021 #include <qdatetime.h>
00022
00023 #include <kapplication.h>
00024
00025 #include "konsolekalendar.h"
00026 #include "kalendarVariables.h"
00027 #include "calendarlocal.h"
00028 #include "event.h"
00029
00030 namespace KCal {
00031
00033 class KonsoleKalendar
00034 {
00035 public:
00036 KonsoleKalendar(KalendarVariables &variables);
00037 ~KonsoleKalendar();
00038
00039 void showInstance();
00040
00041 private:
00042 void showNext();
00043 void showDate( QDate date );
00044 void printEventTime(Event *event);
00045 bool isHappened(Event *event);
00046
00047 KalendarVariables m_variables;
00048 CalendarLocal *m_Calendar;
00049 };
00050
00051 }
00052 #endif
This file is part of the documentation for kdelibs Version 3.1.4.