korganizer
KOrg::MultiAgendaView Class Reference
#include <multiagendaview.h>
Inheritance diagram for KOrg::MultiAgendaView:

Detailed Description
Shows one agenda for every resource side-by-side.
Definition at line 40 of file multiagendaview.h.
Public Slots | |
void | showDates (const QDate &start, const QDate &end) |
void | showIncidences (const Incidence::List &incidenceList) |
void | updateView () |
void | changeIncidenceDisplay (Incidence *incidence, int mode) |
void | updateConfig () |
void | setIncidenceChanger (IncidenceChangerBase *changer) |
void | finishTypeAhead () |
void | show () |
void | resourcesChanged () |
Public Member Functions | |
MultiAgendaView (Calendar *cal, QWidget *parent=0, const char *name=0) | |
~MultiAgendaView () | |
Incidence::List | selectedIncidences () |
DateList | selectedDates () |
int | currentDateCount () |
int | maxDatesHint () |
bool | eventDurationHint (QDateTime &startDt, QDateTime &endDt, bool &allDay) |
void | setTypeAheadReceiver (QObject *o) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *ev) |
bool | eventFilter (QObject *obj, QEvent *event) |
Member Function Documentation
|
Updates the current display to reflect the changes to one particular incidence.
Implements KOrg::BaseView. Definition at line 278 of file multiagendaview.cpp. |
|
Return number of currently shown dates. A return value of 0 means no idea. Implements KOrg::BaseView. Definition at line 249 of file multiagendaview.cpp. |
|
Set the default start/end date/time for new events. Return true if anything was changed Reimplemented from KOrg::BaseView. Definition at line 299 of file multiagendaview.cpp. |
|
provides a hint back to the caller on the maximum number of dates that the view supports. A return value of 0 means no maximum. Implements KOEventView. Definition at line 284 of file multiagendaview.cpp. |
|
Implements KOrg::BaseView. Definition at line 240 of file multiagendaview.cpp. |
|
Implements KOrg::BaseView. Definition at line 231 of file multiagendaview.cpp. |
|
Assign a new incidence change helper object.
Reimplemented from KOrg::BaseView. Definition at line 375 of file multiagendaview.cpp. |
|
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. Definition at line 256 of file multiagendaview.cpp. |
|
Show given incidences. Depending on the actual view it might not be possible to show all given events.
Implements KOrg::BaseView. Definition at line 265 of file multiagendaview.cpp. |
|
Re-reads the KOrganizer configuration and picks up relevant changes which are applicable to the view.
Reimplemented from KOrg::BaseView. Definition at line 382 of file multiagendaview.cpp. |
|
Updates the current display to reflect changes that may have happened in the calendar since the last display refresh.
Implements KOrg::BaseView. Definition at line 271 of file multiagendaview.cpp. |
The documentation for this class was generated from the following files: