kotimespanview.h
KOEventView is the abstract base class from which all other calendar views for event data are derived...
Definition: koeventview.h:56
virtual int maxDatesHint()=0
provides a hint back to the caller on the maximum number of dates that the view supports.
virtual void showIncidences(const Incidence::List &incidenceList, const TQDate &date)=0
Show given incidences.
virtual void changeIncidenceDisplay(Incidence *, int)=0
Updates the current display to reflect the changes to one particular incidence.
virtual void showDates(const TQDate &start, const TQDate &end)=0
Show incidences for the given date range.
virtual void updateView()=0
Updates the current display to reflect changes that may have happened in the calendar since the last ...
virtual int currentDateCount()=0
Return number of currently shown dates.
virtual Incidence::List selectedIncidences()=0