calendarui/views/inc/calenmonthview.h
changeset 63 a3cb48f6c889
parent 55 2c54b51f39c4
child 81 ce92091cbd61
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    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();
    87 	void fetchEntriesAndUpdateModel();
    87 	void fetchEntriesAndUpdateModel();
    88 	void launchDayView();
    88 	void launchDayView();
       
    89 	void disconnectAboutToQuitEvent();
    89 	
    90 	
    90 private:
    91 private:
    91 	void createGrid();
    92 	void createGrid();
    92 	void populateWithInstanceView();
    93 	void populateWithInstanceView();
    93 	void completePopulation();
    94 	void completePopulation();
   114 	void updateMonthDataArrayWithActiveDates();
   115 	void updateMonthDataArrayWithActiveDates();
   115 	void handleLeftEffectCompleted(const HbEffect::EffectStatus &status);
   116 	void handleLeftEffectCompleted(const HbEffect::EffectStatus &status);
   116 	void handleRightEffectCompleted(const HbEffect::EffectStatus &status);
   117 	void handleRightEffectCompleted(const HbEffect::EffectStatus &status);
   117 	void addRemoveActionsInMenu();
   118 	void addRemoveActionsInMenu();
   118 	void changeOrientation(Qt::Orientation orientation);
   119 	void changeOrientation(Qt::Orientation orientation);
       
   120 	void handleThemeChange();
   119 	
   121 	
   120 private:
   122 private:
   121 	bool mIsFirstTimeLoad;
   123 	bool mIsFirstTimeLoad;
   122 	CalenDocLoader *mDocLoader;
   124 	CalenDocLoader *mDocLoader;
   123 	CalenThickLinesDrawer *mDayNameWidget;
   125 	CalenThickLinesDrawer *mDayNameWidget;
   173 	CalenPluginLabel *mCurrRegionalInfo;
   175 	CalenPluginLabel *mCurrRegionalInfo;
   174 	CalenPluginLabel *mNextRegionalInfo;
   176 	CalenPluginLabel *mNextRegionalInfo;
   175 	HbMenu *mDeleteSubMenu;
   177 	HbMenu *mDeleteSubMenu;
   176 	QColor mWeekDaysColor;
   178 	QColor mWeekDaysColor;
   177 	bool   mIsAboutToQuitEventConnected; // bool to check if month view is registered to get aboutToQuit signals
   179 	bool   mIsAboutToQuitEventConnected; // bool to check if month view is registered to get aboutToQuit signals
       
   180 	QColor mPreviewHeadingColor;
   178 };
   181 };
   179 
   182 
   180 #endif //CALENMONTHVIEW_H
   183 #endif //CALENMONTHVIEW_H
   181 
   184 
   182 // End of file  --Don't remove this.
   185 // End of file  --Don't remove this.