calendarui/views/inc/calenmonthgrid.h
changeset 81 ce92091cbd61
parent 75 7ac58b2aae6f
child 83 5aadd1120515
equal deleted inserted replaced
75:7ac58b2aae6f 81:ce92091cbd61
    63 										QList<CalenMonthData> &monthDataArray);
    63 										QList<CalenMonthData> &monthDataArray);
    64 	void setCurrentIdex(int index);
    64 	void setCurrentIdex(int index);
    65 	int getCurrentIndex();
    65 	int getCurrentIndex();
    66 
    66 
    67 protected:
    67 protected:
    68 	void orientationChanged(Qt::Orientation newOrientation);
       
    69 	void gestureEvent(QGestureEvent *event);
    68 	void gestureEvent(QGestureEvent *event);
    70 		
    69 		
    71 private:
    70 private:
    72 	void downGesture();
    71 	void downGesture();
    73     void upGesture();
    72     void upGesture();