KOJournalView Class Reference
This class provides a journal view. View for Journal components. More...
#include <kojournalview.h>
Inheritance diagram for KOJournalView:

Public Slots | |
void | updateView () |
void | flushView () |
void | showDates (const QDate &start, const QDate &end) |
void | showEvents (const Event::List &) |
void | changeEventDisplay (Event *, int) |
Public Methods | |
KOJournalView (Calendar *calendar, QWidget *parent=0, const char *name=0) | |
~KOJournalView () | |
virtual int | currentDateCount () |
virtual Incidence::List | selectedIncidences () |
DateList | selectedDates () |
Detailed Description
This class provides a journal view. View for Journal components.
- Author:
- Cornelius Schumacher <schumacher@kde.org>
- See also:
- KOBaseView
Definition at line 37 of file kojournalview.h.
Member Function Documentation
|
Return number of currently shown dates. A return value of 0 means no idea. Implements KOrg::BaseView. Definition at line 55 of file kojournalview.cpp. |
|
Implements KOrg::BaseView. Definition at line 60 of file kojournalview.cpp. |
|
Implements KOrg::BaseView. Definition at line 47 of file kojournalview.h. |
|
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 67 of file kojournalview.cpp. Referenced by changeEventDisplay(). |
|
Write all unsaved data back to calendar store.
Reimplemented from KOrg::BaseView. Definition at line 72 of file kojournalview.cpp. |
|
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 77 of file kojournalview.cpp. References KOrg::BaseView::calendar(). |
|
Show given events. Depending on the actual view it might not be possible to show all given events.
Implements KOrg::BaseView. Definition at line 90 of file kojournalview.cpp. |
|
Updates the current display to reflect the changes to one particular event.
Implements KOrg::BaseView. Definition at line 96 of file kojournalview.cpp. References updateView(). |
The documentation for this class was generated from the following files: