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.
Public Slots
- void updateView ()
- void updateConfig ()
- void changeIncidenceDisplay (Incidence *, int)
- void showDates (const QDate &start, const QDate &end)
- void showIncidences (const Incidence::List &incidenceList)
Public Member Functions
- KOProjectView (Calendar *, QWidget *parent=0, const char *name=0)
- Incidence::List selectedIncidences ()
- DateList selectedDates ()
- int currentDateCount ()
- void readSettings ()
- void writeSettings (KConfig *)
Protected Slots
- void showModeMenu ()
- void zoomIn ()
- void zoomOut ()
- void taskChanged (KGanttItem *task, KGanttItem::Change change)
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
|
Implements KOrg::BaseView. |
|
Implements KOrg::BaseView. |
|
Return number of shown dates.
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. |
|
Re-reads the KOrganizer configuration and picks up relevant changes which are applicable to the view.
Reimplemented from KOrg::BaseView. |
|
Updates the current display to reflect the changes to one particular incidence.
Implements 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. |
The documentation for this class was generated from the following files:
- koprojectview.h
- koprojectview.cpp