kojournalview.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef KOJOURNALVIEW_H
00024 #define KOJOURNALVIEW_H
00025
00026 #include <korganizer/baseview.h>
00027
00028 class JournalEntry;
00029
00037 class KOJournalView : public KOrg::BaseView
00038 {
00039 Q_OBJECT
00040 public:
00041 KOJournalView( Calendar *calendar, QWidget *parent = 0,
00042 const char *name = 0);
00043 ~KOJournalView();
00044
00045 virtual int currentDateCount();
00046 virtual Incidence::List selectedIncidences();
00047 DateList selectedDates() { return DateList(); }
00048
00049 public slots:
00050 void updateView();
00051 void flushView();
00052
00053 void showDates( const QDate &start, const QDate &end );
00054 void showEvents( const Event::List & );
00055
00056 void changeEventDisplay( Event *, int );
00057
00058 private:
00059 JournalEntry *mEntry;
00060 };
00061
00062 #endif
This file is part of the documentation for korganizer Library Version 3.2.2.