calendarui/views/inc/calendayview.h
changeset 49 5de72ea7a065
parent 32 ea672fcb0ea0
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    90     /**
    90     /**
    91      * @brief clears the list model from the view
    91      * @brief clears the list model from the view
    92      */
    92      */
    93     CALENDAYVIEW_EXPORT void clearListModel();
    93     CALENDAYVIEW_EXPORT void clearListModel();
    94 
    94 
       
    95     /**
       
    96      * disconnectAboutToQuitEvent disconnects for the aboutToQuit events
       
    97      * 
       
    98      */
       
    99     CALENDAYVIEW_EXPORT void disconnectAboutToQuitEvent();
       
   100     
    95 	/*
   101 	/*
    96 	 * @brief Refreshes the view with the date set in the context
   102 	 * @brief Refreshes the view with the date set in the context
    97 	 */
   103 	 */
    98     void refreshViewOnGoToDate();
   104     void refreshViewOnGoToDate();
    99     
   105     
   160 	 */
   166 	 */
   161 	HbAction *mGoToTodayAction;
   167 	HbAction *mGoToTodayAction;
   162 	
   168 	
   163     // TODO: Remove these after gestures are available
   169     // TODO: Remove these after gestures are available
   164     QPointF mTapPoint;
   170     QPointF mTapPoint;
   165     bool mActionTaken;
   171     bool    mActionTaken;
       
   172     bool    mIsAboutToQuitEventConnected; // bool to check if day view is registered to get aboutToQuit signals
   166 
   173 
   167 };
   174 };
   168 
   175 
   169 #endif /* CALENDAYVIEW_H */
   176 #endif /* CALENDAYVIEW_H */
   170 
   177