KOJournalView Class Reference
This class provides a journal view. View for Journal components. More...
#include <kojournalview.h>
Inherits KOrg::BaseView.
Public Slots
- virtual void dayPassed (const QDate &)
- void updateView ()
- void flushView ()
- void showDates (const QDate &start, const QDate &end)
- void showIncidences (const Incidence::List &incidenceList)
- void changeIncidenceDisplay (Incidence *, int)
- void setIncidenceChanger (IncidenceChangerBase *changer)
- void newJournal ()
Signals
- void flushEntries ()
- void setIncidenceChangerSignal (IncidenceChangerBase *)
- void journalEdited (Journal *)
- void journalDeleted (Journal *)
Public Member Functions
- KOJournalView (Calendar *calendar, QWidget *parent=0, const char *name=0)
- virtual int currentDateCount ()
- virtual Incidence::List selectedIncidences ()
- DateList selectedDates ()
- void appendJournal (Journal *journal, const QDate &dt)
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
|
Return number of currently shown dates. A return value of 0 means no idea. Implements KOrg::BaseView. |
|
Implements KOrg::BaseView. |
|
Implements KOrg::BaseView. |
|
Updates the current display to reflect changes that may have happened in the calendar since the last display refresh.
Implements KOrg::BaseView. |
|
Write all unsaved data back to calendar store.
Reimplemented from KOrg::BaseView. |
|
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. |
|
Show given incidences. Depending on the actual view it might not be possible to show all given events.
Implements KOrg::BaseView. |
|
Updates the current display to reflect the changes to one particular incidence.
Implements KOrg::BaseView. |
|
Assign a new incidence change helper object.
Reimplemented from KOrg::BaseView. |
The documentation for this class was generated from the following files:
- kojournalview.h
- kojournalview.cpp