KOListView Class Reference
This class provides a multi-column list view of events. multi-column list view of various events. More...
#include <kolistview.h>
Inheritance diagram for KOListView:

Public Slots | |
virtual void | updateView () |
virtual void | showDates (const QDate &start, const QDate &end) |
virtual void | showEvents (const Event::List &) |
void | showIncidences (const Incidence::List &eventList) |
void | clearSelection () |
void | showDates () |
void | hideDates () |
void | changeEventDisplay (Event *, int) |
void | defaultItemAction (QListViewItem *item) |
void | popupMenu (QListViewItem *item, const QPoint &, int) |
Public Methods | |
KOListView (Calendar *calendar, QWidget *parent=0, const char *name=0) | |
~KOListView () | |
virtual int | maxDatesHint () |
virtual int | currentDateCount () |
virtual Incidence::List | selectedIncidences () |
virtual DateList | selectedDates () |
void | showDates (bool show) |
virtual void | printPreview (CalPrinter *calPrinter, const QDate &, const QDate &) |
void | readSettings (KConfig *config) |
void | writeSettings (KConfig *config) |
void | clear () |
Protected Slots | |
void | processSelectionChange () |
Protected Methods | |
void | addEvents (const Event::List &) |
void | addTodos (const Todo::List &) |
void | addIncidences (const Incidence::List &) |
void | addIncidence (Incidence *) |
KOListViewItem * | getItemForEvent (Event *event) |
Detailed Description
This class provides a multi-column list view of events. multi-column list view of various events.It can display events from one particular day or several days, it doesn't matter. To use a view that only handles one day at a time, use KODayListView.
- Author:
- Preston Brown <pbrown@kde.org>
- See also:
- KOBaseView, KODayListView
Definition at line 87 of file kolistview.h.
Member Function Documentation
|
provides a hint back to the caller on the maximum number of dates that the view supports. A return value of 0 means no maximum. Implements KOEventView. Definition at line 213 of file kolistview.cpp. |
|
Return number of currently shown dates. A return value of 0 means no idea. Implements KOrg::BaseView. Definition at line 218 of file kolistview.cpp. |
|
Implements KOrg::BaseView. Definition at line 223 of file kolistview.cpp. |
|
Implements KOrg::BaseView. Definition at line 233 of file kolistview.cpp. |
|
Generate a print preview of this event view.
Reimplemented from KOrg::BaseView. Definition at line 258 of file kolistview.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 276 of file kolistview.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 281 of file kolistview.cpp. References QDate::addDays(), and 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 331 of file kolistview.cpp. |
|
Clear selection. The incidenceSelected signal is not emitted. Reimplemented from KOrg::BaseView. Definition at line 435 of file kolistview.cpp. |
|
Updates the current display to reflect the changes to one particular event.
Implements KOrg::BaseView. Definition at line 351 of file kolistview.cpp. References QWidget::event(), and QDict< Incidence >::remove(). |
The documentation for this class was generated from the following files: