kotimelineview.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()
provides a hint back to the caller on the maximum number of dates that the view supports.
Definition: kotimelineview.h:60
virtual void showDates(const TQDate &, const TQDate &)
Show incidences for the given date range.
Definition: kotimelineview.cpp:103
virtual KCal::ListBase< KCal::Incidence > selectedIncidences()
Definition: kotimelineview.cpp:85
virtual bool eventDurationHint(TQDateTime &startDt, TQDateTime &endDt, bool &allDay)
Set the default start/end date/time for new events.
Definition: kotimelineview.cpp:225
virtual void updateView()
Updates the current display to reflect changes that may have happened in the calendar since the last ...
Definition: kotimelineview.cpp:171
virtual KCal::DateList selectedIncidenceDates()
Definition: kotimelineview.cpp:91
virtual int currentDateCount()
Return number of currently shown dates.
Definition: kotimelineview.cpp:97
virtual void changeIncidenceDisplay(KCal::Incidence *incidence, int mode)
Updates the current display to reflect the changes to one particular incidence.
Definition: kotimelineview.cpp:178