calendarui/views/inc/calenmonthgrid.h
changeset 32 ea672fcb0ea0
parent 26 a949c2543c15
child 58 ef813d54df51
--- a/calendarui/views/inc/calenmonthgrid.h	Fri May 14 15:51:09 2010 +0300
+++ b/calendarui/views/inc/calenmonthgrid.h	Thu May 27 12:51:15 2010 +0300
@@ -66,8 +66,11 @@
 
 protected:
 	void orientationChanged(Qt::Orientation newOrientation);
+	void gestureEvent(QGestureEvent *event);
 		
 private:
+	void downGesture();
+    void upGesture();
 	void handlePrependingRows(QList<CalenMonthData > &monthDataList);
 	void handleAppendingRows(QList<CalenMonthData > &monthDataList);
 	void handlePanGestureFinished();
@@ -84,11 +87,6 @@
 	void appendRows();
 	void itemActivated(const QModelIndex &index);
 
-protected slots:
-	void downGesture(int value);
-	void upGesture(int value);
-	void panGesture(const QPointF &delta);
-
 private:
 	QStandardItemModel *mModel;
 	QList<CalenMonthData> mMonthDataArray;