KDE PIM / Developers / API Docs / korganizer

KOJournalView Class Reference

This class provides a journal view.View for Journal components. More...

#include <kojournalview.h>

Inherits KOrg::BaseView.

List of all members.

Public Slots

Signals

Public Member Functions

Protected Member Functions


Detailed Description

This class provides a journal view.View for Journal components.

Author:
Cornelius Schumacher <schumacher@kde.org>, Reinhold Kainhofer <reinhold@kainhofer.com>
See also:
KOBaseView


Member Function Documentation

int KOJournalView::currentDateCount  )  [virtual]
 

Return number of currently shown dates.

A return value of 0 means no idea.

Implements KOrg::BaseView.

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

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

Write all unsaved data back to calendar store.

Reimplemented from KOrg::BaseView.

void KOJournalView::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 KOJournalView::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 KOJournalView::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: