diff -r b8fae6b8a148 -r d05a55b217df taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h --- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h Wed Mar 31 21:17:19 2010 +0300 +++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h Wed Apr 14 15:47:59 2010 +0300 @@ -108,6 +108,15 @@ * background redraw. */ void EnableDragEvents( TBool aEnable ); + + /** + * Checks if app with the given wg id is closing + * + * @param aWgId id of window group which is checked + * if it is closing + * @return ETrue if application is being closed, EFalse otherwise + */ + TBool AppCloseInProgress( TInt aWgId ); protected: // from MCoeControlObserver @@ -192,8 +201,11 @@ TTouchFeedbackType aFeedbackType, const TPointerEvent& aPointerEvent); - - + /** + * Area, where drag events are being handled. + */ + TRect DragArea(); + public://From MTsEventControlerObserver /** * Declare drag gesture handling.