KDE PIM / Developers / API Docs / korganizer

KOTodoView Class Reference

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

#include <kotodoview.h>

Inherits KOrg::BaseView.

List of all members.

Public Types

Public Slots

Signals

Public Member Functions

Protected Slots

Friends


Detailed Description

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

Author:
Cornelius Schumacher <schumacher@kde.org>


Member Function Documentation

Incidence::List KOTodoView::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 KOTodoView::selectedDates  )  [inline, 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.

int KOTodoView::currentDateCount  )  [inline, virtual]
 

Return number of shown dates.

TodoView does not show dates,

Implements KOrg::BaseView.

QPopupMenu * KOTodoView::getCategoryPopupMenu KOTodoViewItem todoItem  ) 
 

Create a popup menu to set categories.

void KOTodoView::setIncidenceChanger IncidenceChangerBase *  changer  )  [virtual]
 

Assign a new incidence change helper object.

Reimplemented from KOrg::BaseView.

void KOTodoView::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 KOTodoView::updateConfig  )  [virtual, slot]
 

Re-reads the KOrganizer configuration and picks up relevant changes which are applicable to the view.

Reimplemented from KOrg::BaseView.

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

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

Implements KOrg::BaseView.

void KOTodoView::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 KOTodoView::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 KOTodoView::clearSelection  )  [virtual, slot]
 

Clear selection.

The incidenceSelected signal is not emitted.

Reimplemented from KOrg::BaseView.


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