24 #ifndef KOWHATSNEXTVIEW_H
25 #define KOWHATSNEXTVIEW_H
27 #include <tqtextbrowser.h>
29 #include <korganizer/baseview.h>
35 class WhatsNextTextBrowser : public TQTextBrowser {
39 WhatsNextTextBrowser(TQWidget *parent) : TQTextBrowser(parent) {}
41 void setSource( const TQString &);
44 void showIncidence( const TQString &uid);
57 const char *name = 0);
67 virtual void updateView();
68 virtual void showDates( const TQDate &start, const TQDate &end);
69 virtual void showIncidences( const Incidence::List &incidenceList, const TQDate &date );
71 void changeIncidenceDisplay( Incidence *, int);
74 void appendEvent( Incidence *, const TQDateTime &start = TQDateTime(),
75 const TQDateTime &end = TQDateTime() );
79 void showIncidence( const TQString &);
|