koeventviewerdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef KOEVENTVIEWERDIALOG_H
00020 #define KOEVENTVIEWERDIALOG_H
00021
00022
00023
00024
00025 #include <qtextview.h>
00026
00027 #include <kdialogbase.h>
00028
00029 #include <libkcal/event.h>
00030
00031 using namespace KCal;
00032
00033 class KOEventViewer;
00034
00035 class KOEventViewerDialog : public KDialogBase {
00036 Q_OBJECT
00037 public:
00038 KOEventViewerDialog(QWidget *parent=0,const char *name=0);
00039 virtual ~KOEventViewerDialog();
00040
00041 void setEvent(Event *event);
00042 void addEvent(Event *event);
00043 void setTodo(Todo *event);
00044 void addText(QString text);
00045
00046 private:
00047 KOEventViewer *mEventViewer;
00048 };
00049
00050 #endif
This file is part of the documentation for korganizer Library Version 3.2.2.