KOWhatsNextView Class Reference
This class provides a view of the next events and todos. More...
#include <kowhatsnextview.h>
Inheritance diagram for KOWhatsNextView:

Public Slots | |
virtual void | updateView () |
virtual void | showDates (const QDate &start, const QDate &end) |
virtual void | showEvents (const Event::List &) |
void | changeEventDisplay (Event *, int) |
Public Methods | |
KOWhatsNextView (Calendar *calendar, QWidget *parent=0, const char *name=0) | |
~KOWhatsNextView () | |
virtual int | maxDatesHint () |
virtual int | currentDateCount () |
virtual Incidence::List | selectedIncidences () |
DateList | selectedDates () |
virtual void | printPreview (CalPrinter *calPrinter, const QDate &, const QDate &) |
Protected Methods | |
void | appendEvent (Incidence *, bool reply=false) |
void | appendTodo (Incidence *) |
Detailed Description
This class provides a view of the next events and todos.
Definition at line 45 of file kowhatsnextview.h.
Member Function Documentation
|
Return number of currently shown dates. A return value of 0 means no idea. Implements KOrg::BaseView. Definition at line 88 of file kowhatsnextview.cpp. |
|
Implements KOrg::BaseView. Definition at line 93 of file kowhatsnextview.cpp. |
|
Implements KOrg::BaseView. Definition at line 56 of file kowhatsnextview.h. |
|
Generate a print preview of this event view.
Reimplemented from KOrg::BaseView. Definition at line 101 of file kowhatsnextview.cpp. References CalPrinter::preview(). |
|
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 109 of file kowhatsnextview.cpp. References KOrg::BaseView::calendar(), and QDate::currentDate(). Referenced by showDates(). |
|
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 226 of file kowhatsnextview.cpp. References updateView(). |
|
Show given events. Depending on the actual view it might not be possible to show all given events.
Implements KOrg::BaseView. Definition at line 231 of file kowhatsnextview.cpp. |
|
Updates the current display to reflect the changes to one particular event.
Implements KOrg::BaseView. Definition at line 235 of file kowhatsnextview.cpp. |
The documentation for this class was generated from the following files: