korganizer
KOViewManager Class Reference
#include <koviewmanager.h>
Detailed Description
This class manages the views of the calendar.It owns the objects and handles creation and selection.
Definition at line 46 of file koviewmanager.h.
Public Slots | |
| void | showWhatsNextView () |
| void | showListView () |
| void | showAgendaView () |
| void | showDayView () |
| void | showWorkWeekView () |
| void | showWeekView () |
| void | showNextXView () |
| void | showMonthView () |
| void | showTodoView () |
| void | showJournalView () |
| void | showEventView () |
| void | connectTodoView (KOTodoView *todoView) |
| void | zoomInHorizontally () |
| void | zoomOutHorizontally () |
| void | zoomInVertically () |
| void | zoomOutVertically () |
Public Member Functions | |
| KOViewManager (CalendarView *) | |
| void | showView (KOrg::BaseView *) |
| void | readSettings (KConfig *config) |
| void | writeSettings (KConfig *config) |
| void | readCurrentView (KConfig *) |
| void | writeCurrentView (KConfig *) |
| KOrg::BaseView * | currentView () |
| void | setDocumentId (const QString &) |
| void | updateView () |
| void | updateView (const QDate &start, const QDate &end) |
| void | raiseCurrentView () |
| void | connectView (KOrg::BaseView *) |
| void | addView (KOrg::BaseView *) |
| Incidence * | currentSelection () |
| QDate | currentSelectionDate () |
| KOAgendaView * | agendaView () const |
| KOTodoView * | todoView () const |
Member Function Documentation
|
|
Read which view was shown last from config file.
|
|
|
changes the view to be the currently selected view
Definition at line 109 of file koviewmanager.cpp. |
|
|
Write which view is currently shown to config file.
|
The documentation for this class was generated from the following files:

