DateNavigator Class Reference
This class controls date navigation. More...
#include <datenavigator.h>
Inherits QObject.
Public Slots
- void selectDates (const KCal::DateList &)
- void selectDate (const QDate &)
- void selectDates (int count)
- void selectDates (const QDate &, int count)
- void selectWeek ()
- void selectWeek (const QDate &)
- void selectWorkWeek ()
- void selectWorkWeek (const QDate &)
- void selectWeekByDay (int weekDay, const QDate &)
- void selectToday ()
- void selectPreviousYear ()
- void selectPreviousMonth ()
- void selectPreviousWeek ()
- void selectNextWeek ()
- void selectNextMonth ()
- void selectNextYear ()
- void selectPrevious ()
- void selectNext ()
- void selectMonth (int month)
Signals
Public Member Functions
- DateNavigator (QObject *parent=0, const char *name=0)
- KCal::DateList selectedDates ()
- int datesCount () const
Protected Member Functions
Detailed Description
This class controls date navigation.All requests to move the views to another date are sent to the DateNavigator. The DateNavigator processes the new selection of dates and emits the required signals for the views.
The documentation for this class was generated from the following files:
- datenavigator.h
- datenavigator.cpp