DateNavigator Class Reference
This class controls date navigation.
More...
#include <datenavigator.h>
List of all members.
|
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) |
KCal::DateList | selectedDates () |
int | datesCount () const |
Protected Member Functions |
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:
This file is part of the documentation for korganizer Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Apr 26 23:23:34 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003