KDE PIM / Developers / API Docs / korganizer

KOListView Class Reference

This class provides a multi-column list view of events.multi-column list view of various events. More...

#include <kolistview.h>

Inherits KOEventView.

List of all members.

Public Slots

Public Member Functions

Protected Slots

Protected Member Functions


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


Member Function Documentation

int KOListView::maxDatesHint  )  [virtual]
 

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.

int KOListView::currentDateCount  )  [virtual]
 

Return number of currently shown dates.

A return value of 0 means no idea.

Implements KOrg::BaseView.

Incidence::List KOListView::selectedIncidences  )  [virtual]
 

Returns:
a list of selected events. Most views can probably only select a single event at a time, but some may be able to select more than one.

Implements KOrg::BaseView.

DateList KOListView::selectedDates  )  [virtual]
 

Returns:
a list of the dates of selected events. Most views can probably only select a single event at a time, but some may be able to select more than one.

Implements KOrg::BaseView.

void KOListView::updateView  )  [virtual, slot]
 

Updates the current display to reflect changes that may have happened in the calendar since the last display refresh.

Implements KOrg::BaseView.

void KOListView::showDates const QDate &  start,
const QDate &  end
[virtual, slot]
 

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.

Parameters:
start Start of date range.
end End of date range.

Implements KOrg::BaseView.

void KOListView::showIncidences const Incidence::List &  incidenceList  )  [virtual, slot]
 

Show given incidences.

Depending on the actual view it might not be possible to show all given events.

Parameters:
incidenceList a list of incidences to show.

Implements KOrg::BaseView.

void KOListView::clearSelection  )  [virtual, slot]
 

Clear selection.

The incidenceSelected signal is not emitted.

Reimplemented from KOrg::BaseView.

void KOListView::changeIncidenceDisplay Incidence *  ,
int 
[virtual, slot]
 

Updates the current display to reflect the changes to one particular incidence.

Implements KOrg::BaseView.


The documentation for this class was generated from the following files: