diff -r 4d54b72983ae -r c743ef5928ba taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h --- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h Tue Jan 26 11:48:23 2010 +0200 +++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h Tue Feb 02 00:04:13 2010 +0200 @@ -117,11 +117,6 @@ void TryCloseAppL( TInt aIndex, TBool aSuppressRendering = EFalse ); /** - * Sends close msg to given app if user confirms the query. - */ - void TryCloseAppWithQueryL( TInt aIndex ); - - /** * Tries to Close all applications that cn be closed */ void TryCloseAllL(); @@ -284,13 +279,6 @@ * @param aPoint position for the popup */ TBool ShowPopupL( TInt aIndex, const TPoint& aPoint ); - - /** - * Shows the app close confirmation query. - * @param aIndex index of item in the grid - * @return ETrue if accepted EFalse if canceled - */ - TBool ConfirmCloseL( TInt aIndex ); /** * Sends the data-changed notification. @@ -380,6 +368,12 @@ * Launches increasing pop-up feedback. */ void LaunchPopupFeedback(); + + /** + * Show highlight when disabled and + * consume EEventKeyUp that follows after event that swiched on the highlight. + */ + TKeyResponse ShowHighlightOnKeyEvent(const TKeyEvent& aKeyEvent, TEventCode aType); private: // Data @@ -407,9 +401,6 @@ // the aIndex argument of ShowPopupL is stored here TInt iAppIndexForPopup; - // query shown when pressing Clear key in fsw, own - CAknQueryDialog* iConfirmCloseQuery; - // Timestamp of the last application close operation TTime iTimeOfLastClose;