KOMonthView Class Reference
The class KOMonthView represents the monthly view in KOrganizer.KOMonthview represents the montly view in KOrganizer. More...
#include <komonthview.h>
Inherits KOEventView.
Public Slots
- virtual void updateView ()
- virtual void updateConfig ()
- virtual void showDates (const QDate &start, const QDate &end)
- virtual void showIncidences (const Incidence::List &incidenceList)
- void changeIncidenceDisplay (Incidence *, int)
- void changeIncidenceDisplayAdded (Incidence *)
- void clearSelection ()
- void showEventContextMenu (Incidence *, const QDate &)
- void showGeneralContextMenu ()
- void setSelectedCell (MonthViewCell *)
Public Member Functions
- KOMonthView (Calendar *cal, QWidget *parent=0, const char *name=0)
- virtual int maxDatesHint ()
- virtual int currentDateCount ()
- virtual Incidence::List selectedIncidences ()
- virtual DateList selectedDates ()
- virtual bool eventDurationHint (QDateTime &startDt, QDateTime &endDt, bool &allDay)
Protected Slots
Protected Member Functions
- void resizeEvent (QResizeEvent *)
- void viewChanged ()
- void updateDayLabels ()
- MonthViewCell * lookupCellByDate (const QDate &date)
Detailed Description
The class KOMonthView represents the monthly view in KOrganizer.KOMonthview represents the montly view in KOrganizer.It holds several instances of the class MonthViewCell.
- See also:
- KOBaseView, KODayListView, MonthViewCell
Member Function Documentation
|
Returns maximum number of days supported by the komonthview.
Implements KOEventView. |
|
Returns number of currently shown dates.
Implements KOrg::BaseView. |
|
Returns the currently selected events.
Implements KOrg::BaseView. |
|
Returns dates of the currently selected events.
Implements KOrg::BaseView. |
|
Set the default start/end date/time for new events. Return true if anything was changed Reimplemented from 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. |
|
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. |
|
Clear selection. The incidenceSelected signal is not emitted. Reimplemented from KOrg::BaseView. |
|
|
The documentation for this class was generated from the following files:
- komonthview.h
- komonthview.cpp