kotimespanview.h
virtual int maxDatesHint()=0
provides a hint back to the caller on the maximum number of dates that the view supports.
KOEventView is the abstract base class from which all other calendar views for event data are derived...
Definition: koeventview.h:55
virtual void showIncidences(const Incidence::List &incidenceList, const TQDate &date)=0
Show given incidences.
virtual Incidence::List selectedIncidences()=0
virtual void changeIncidenceDisplay(Incidence *, int)=0
Updates the current display to reflect the changes to one particular incidence.
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 void showDates(const TQDate &start, const TQDate &end)=0
Show incidences for the given date range.