diff -r 79311d856354 -r 7be2816dbabd taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h --- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h Tue Apr 27 16:26:12 2010 +0300 +++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h Tue May 11 16:02:39 2010 +0300 @@ -117,6 +117,15 @@ * @return ETrue if application is being closed, EFalse otherwise */ TBool AppCloseInProgress( TInt aWgId ); + + /** + * Checks if app with the given window group id is present on taskswitcher + * list. + * + * @param aWgId window group of the application to be checked + * @return ETrue if there is application with the given id is on the list + */ + TBool WgOnTaskList( TInt aWgId ); protected: // from MCoeControlObserver @@ -278,6 +287,11 @@ TRect iBgContextOuterRect; TRect iBgContextInnerRect; CTsEventControler* iEvtHandler; //own + + /** + * Flag for marking exit on pointer events + */ + TBool iExitOnPointerUp; }; #endif // TSAPPVIEW_H