calendarui/views/inc/calenmonthview.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 63 a3cb48f6c889
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    76 	int getCurrGridIndex();
    76 	int getCurrGridIndex();
    77 	void setCurrGridIndex(int index);
    77 	void setCurrGridIndex(int index);
    78 	void populatePrevMonth();
    78 	void populatePrevMonth();
    79 	void populateNextMonth();
    79 	void populateNextMonth();
    80 	void onLocaleChanged(int reason);
    80 	void onLocaleChanged(int reason);
    81 	QList<CalenMonthData> monthDataList();
    81 	QList<CalenMonthData>& monthDataList();
    82 	void updateModelWithPrevMonth();
    82 	void updateModelWithPrevMonth();
    83 	void updateModelWithFutureMonth();
    83 	void updateModelWithFutureMonth();
    84 	void populatePreviewPane(QDateTime &dateTime);
    84 	void populatePreviewPane(QDateTime &dateTime);
    85 	void handlePreviewPaneGesture(bool rightGesture);
    85 	void handlePreviewPaneGesture(bool rightGesture);
    86 	QDateTime firstDayOfGrid();
    86 	QDateTime firstDayOfGrid();