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 &);
87 Incidence::List mTodos;
This class provides an interface for all views being displayed within the main calendar view.
virtual int currentDateCount()
Return number of currently shown dates.
virtual Incidence::List selectedIncidences()
DateList selectedIncidenceDates()
bool supportsDateNavigation() const
Returns true if the view supports navigation through the date navigator ( selecting a date range,...
This class provides a view of the next events and todos.
Viewer dialog for events.
virtual Calendar * calendar()
Return calendar object of this view.