-rw-r--r-- | korganizer/datenavigatorcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/datenavigatorcontainer.h b/korganizer/datenavigatorcontainer.h index df8efae..9a64720 100644 --- a/korganizer/datenavigatorcontainer.h +++ b/korganizer/datenavigatorcontainer.h | |||
@@ -1,78 +1,79 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | 3 | ||
4 | Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> | 4 | Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> |
5 | Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com> | 5 | Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com> |
6 | 6 | ||
7 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software; you can redistribute it and/or modify |
8 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
9 | the Free Software Foundation; either version 2 of the License, or | 9 | the Free Software Foundation; either version 2 of the License, or |
10 | (at your option) any later version. | 10 | (at your option) any later version. |
11 | 11 | ||
12 | This program is distributed in the hope that it will be useful, | 12 | This program is distributed in the hope that it will be useful, |
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
16 | 16 | ||
17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
18 | along with this program; if not, write to the Free Software | 18 | along with this program; if not, write to the Free Software |
19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 | ||
21 | As a special exception, permission is given to link this program | 21 | As a special exception, permission is given to link this program |
22 | with any edition of Qt, and distribute the resulting executable, | 22 | with any edition of Qt, and distribute the resulting executable, |
23 | without including the source code for Qt in the source distribution. | 23 | without including the source code for Qt in the source distribution. |
24 | */ | 24 | */ |
25 | #ifndef DATENAVIGATORCONTAINER_H | 25 | #ifndef DATENAVIGATORCONTAINER_H |
26 | #define DATENAVIGATORCONTAINER_H | 26 | #define DATENAVIGATORCONTAINER_H |
27 | 27 | ||
28 | class KDateNavigator; | 28 | class KDateNavigator; |
29 | 29 | ||
30 | #include <qwidget.h> | 30 | #include <qwidget.h> |
31 | #include <qtimer.h> | ||
31 | #include <libkcal/calendar.h> | 32 | #include <libkcal/calendar.h> |
32 | using namespace KCal; | 33 | using namespace KCal; |
33 | 34 | ||
34 | class DateNavigatorContainer: public QWidget | 35 | class DateNavigatorContainer: public QWidget |
35 | { | 36 | { |
36 | Q_OBJECT | 37 | Q_OBJECT |
37 | public: | 38 | public: |
38 | DateNavigatorContainer( QWidget *parent = 0, const char *name = 0 ); | 39 | DateNavigatorContainer( QWidget *parent = 0, const char *name = 0 ); |
39 | ~DateNavigatorContainer(); | 40 | ~DateNavigatorContainer(); |
40 | 41 | ||
41 | /** | 42 | /** |
42 | Associate date navigator with a calendar. It is used by KODayMatrix. | 43 | Associate date navigator with a calendar. It is used by KODayMatrix. |
43 | */ | 44 | */ |
44 | void setCalendar( Calendar * ); | 45 | void setCalendar( Calendar * ); |
45 | 46 | ||
46 | QSize minimumSizeHint() const; | 47 | QSize minimumSizeHint() const; |
47 | QSize sizeHint() const; | 48 | QSize sizeHint() const; |
48 | KDateNavigator * navigatorView() { return mNavigatorView;} | 49 | KDateNavigator * navigatorView() { return mNavigatorView;} |
49 | QDate lastAvailableDate() const ; | 50 | QDate lastAvailableDate() const ; |
50 | QDate firstAvailableDate() const ; | 51 | QDate firstAvailableDate() const ; |
51 | 52 | ||
52 | public slots: | 53 | public slots: |
53 | void selectDates( const KCal::DateList & ); | 54 | void selectDates( const KCal::DateList & ); |
54 | void updateView(); | 55 | void updateView(); |
55 | void updateConfig(); | 56 | void updateConfig(); |
56 | void updateDayMatrix(); | 57 | void updateDayMatrix(); |
57 | void updateDayMatrixDates(); | 58 | void updateDayMatrixDates(); |
58 | void checkUpdateDayMatrixDates(); | 59 | void checkUpdateDayMatrixDates(); |
59 | void updateToday(); | 60 | void updateToday(); |
60 | void slotMonthSelected( int month ); | 61 | void slotMonthSelected( int month ); |
61 | 62 | ||
62 | signals: | 63 | signals: |
63 | void datesSelected( const KCal::DateList & ); | 64 | void datesSelected( const KCal::DateList & ); |
64 | void incidenceDropped( Incidence *, const QDate & ); | 65 | void incidenceDropped( Incidence *, const QDate & ); |
65 | void incidenceDroppedMove( Incidence *, const QDate & ); | 66 | void incidenceDroppedMove( Incidence *, const QDate & ); |
66 | void weekClicked( const QDate &); | 67 | void weekClicked( const QDate &); |
67 | 68 | ||
68 | void goPrevious(); | 69 | void goPrevious(); |
69 | void goNext(); | 70 | void goNext(); |
70 | 71 | ||
71 | void goNextMonth(); | 72 | void goNextMonth(); |
72 | void goPrevMonth(); | 73 | void goPrevMonth(); |
73 | void goNextYear(); | 74 | void goNextYear(); |
74 | void goPrevYear(); | 75 | void goPrevYear(); |
75 | 76 | ||
76 | void monthSelected( int month ); | 77 | void monthSelected( int month ); |
77 | 78 | ||
78 | protected: | 79 | protected: |