summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Unidiff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index 65b5e77..159af16 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -46,2 +46,3 @@ class QToolTipGroup;
46class KNOWhatsThis; 46class KNOWhatsThis;
47class MonthViewCell;
47class KOWeekButton : public QPushButton 48class KOWeekButton : public QPushButton
@@ -87,2 +88,3 @@ class KNoScrollListBox: public QListBox
87 void prevCell(); 88 void prevCell();
89 void highligtIncidence( Incidence * , MonthViewCell*, int );
88 90
@@ -112,2 +114,3 @@ class MonthViewItem: public QListBoxItem
112 void setMultiDay(int type) { mMultiday = type; } 114 void setMultiDay(int type) { mMultiday = type; }
115 int multiDay() { return mMultiday; }
113 void setMultiDayPos(int type) { mdayPos = type; } 116 void setMultiDayPos(int type) { mdayPos = type; }
@@ -115,3 +118,3 @@ class MonthViewItem: public QListBoxItem
115 void setBlockRepaint(bool on) { mblockRepaint = on; } 118 void setBlockRepaint(bool on) { mblockRepaint = on; }
116 119 bool setHighlighted( Incidence * );
117 120
@@ -119,3 +122,3 @@ class MonthViewItem: public QListBoxItem
119 QPalette palette() const { return mPalette; } 122 QPalette palette() const { return mPalette; }
120 123 bool setHighlightedFalse();
121 Incidence *incidence() const { return mIncidence; } 124 Incidence *incidence() const { return mIncidence; }
@@ -137,2 +140,3 @@ class MonthViewItem: public QListBoxItem
137 bool mInfo; 140 bool mInfo;
141 bool mDisplayHightlighted;
138 142
@@ -177,3 +181,4 @@ class MonthViewCell : public KNoScrollListBox
177 QPushButton * dateLabel() { return mLabel; } 181 QPushButton * dateLabel() { return mLabel; }
178 182 void deHightLight();
183 bool doHightLight( Incidence *);
179 void deselect(); 184 void deselect();
@@ -194,3 +199,2 @@ public slots:
194 void showDay(); 199 void showDay();
195
196 protected slots: 200 protected slots:
@@ -260,2 +264,3 @@ class KOMonthView: public KOEventView
260 public slots: 264 public slots:
265 void incidenceHighlighted( Incidence *, MonthViewCell*, int );
261 void nextCell(); 266 void nextCell();