DateNavigator Class Reference
This class controls date navigation. More...
#include <datenavigator.h>
Inheritance diagram for DateNavigator:

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 | |
void | datesSelected (const KCal::DateList &) |
Public Methods | |
DateNavigator (QObject *parent=0, const char *name=0) | |
~DateNavigator () | |
KCal::DateList | selectedDates () |
int | datesCount () const |
Protected Methods | |
void | emitSelected () |
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.
Definition at line 35 of file datenavigator.h.
The documentation for this class was generated from the following files: