KDE PIM / Developers / API Docs / korganizer

KOProjectView Class Reference

This class provides a Gantt-like project view on todo items project view on todo items. More...

#include <koprojectview.h>

Inherits KOrg::BaseView.

List of all members.

Public Slots

Public Member Functions

Protected Slots


Detailed Description

This class provides a Gantt-like project view on todo items project view on todo items.

Author:
Cornelius Schumacher <schumacher@kde.org>


Member Function Documentation

Incidence::List KOProjectView::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 KOProjectView::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.

int KOProjectView::currentDateCount  )  [inline, virtual]
 

Return number of shown dates.

Implements KOrg::BaseView.

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

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

Reimplemented from KOrg::BaseView.

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

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

Implements KOrg::BaseView.

void KOProjectView::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 KOProjectView::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.


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