korganizer
DateNavigator Class Reference
#include <datenavigator.h>
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 36 of file datenavigator.h.
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 Member Functions | |
DateNavigator (QObject *parent=0, const char *name=0) | |
~DateNavigator () | |
KCal::DateList | selectedDates () |
int | datesCount () const |
Protected Member Functions | |
void | emitSelected () |
The documentation for this class was generated from the following files: