korganizer
KOWhatsNextView Class Reference
#include <kowhatsnextview.h>
Inheritance diagram for KOWhatsNextView:

Detailed Description
This class provides a view of the next events and todos.
Definition at line 50 of file kowhatsnextview.h.
Public Slots | |
virtual void | updateView () |
virtual void | showDates (const QDate &start, const QDate &end) |
virtual void | showIncidences (const Incidence::List &incidenceList) |
void | changeIncidenceDisplay (Incidence *, int) |
Public Member Functions | |
KOWhatsNextView (Calendar *calendar, QWidget *parent=0, const char *name=0) | |
virtual int | currentDateCount () |
virtual Incidence::List | selectedIncidences () |
DateList | selectedDates () |
Protected Member Functions | |
void | appendEvent (Incidence *, const QDateTime &start=QDateTime(), const QDateTime &end=QDateTime()) |
void | appendTodo (Incidence *) |
Member Function Documentation
|
Updates the current display to reflect the changes to one particular incidence.
Implements KOrg::BaseView. Definition at line 250 of file kowhatsnextview.cpp. |
|
Return number of currently shown dates. A return value of 0 means no idea. Implements KOrg::BaseView. Definition at line 83 of file kowhatsnextview.cpp. |
|
Implements KOrg::BaseView. Definition at line 60 of file kowhatsnextview.h. |
|
Implements KOrg::BaseView. Definition at line 59 of file kowhatsnextview.h. |
|
Show incidences for the given date range. The date range actually shown may be different from the requested range, depending on the particular requirements of the view.
Implements KOrg::BaseView. Definition at line 239 of file kowhatsnextview.cpp. |
|
Show given incidences. Depending on the actual view it might not be possible to show all given events.
Implements KOrg::BaseView. Definition at line 246 of file kowhatsnextview.cpp. |
|
Updates the current display to reflect changes that may have happened in the calendar since the last display refresh.
Implements KOrg::BaseView. Definition at line 88 of file kowhatsnextview.cpp. |
The documentation for this class was generated from the following files: