calendarui/views/inc/calenmonthgrid.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 63 a3cb48f6c889
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    87 	void appendRows();
    87 	void appendRows();
    88 	void itemActivated(const QModelIndex &index);
    88 	void itemActivated(const QModelIndex &index);
    89 
    89 
    90 private:
    90 private:
    91 	QStandardItemModel *mModel;
    91 	QStandardItemModel *mModel;
    92 	QList<CalenMonthData> mMonthDataArray;
       
    93 	scrollDirection mDirection;
    92 	scrollDirection mDirection;
    94 	bool mIsPanGesture;
    93 	bool mIsPanGesture;
    95 	bool mIsAtomicScroll;
    94 	bool mIsAtomicScroll;
    96 	CalenMonthView *mView;
    95 	CalenMonthView *mView;
    97 	int mCurrentRow;
    96 	int mCurrentRow;