taskswitcher/taskswitcherui/taskswitcherapp/inc/tsappview.h
branchRCL_3
changeset 23 7be2816dbabd
parent 19 79311d856354
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
   115      * @param  aWgId  id of window group which is checked
   115      * @param  aWgId  id of window group which is checked
   116      *                if it is closing
   116      *                if it is closing
   117      * @return  ETrue if application is being closed, EFalse otherwise
   117      * @return  ETrue if application is being closed, EFalse otherwise
   118      */
   118      */
   119     TBool AppCloseInProgress( TInt aWgId );
   119     TBool AppCloseInProgress( TInt aWgId );
       
   120     
       
   121     /**
       
   122      * Checks if app with the given window group id is present on taskswitcher
       
   123      * list.
       
   124      * 
       
   125      * @param  aWgId  window group of the application to be checked
       
   126      * @return  ETrue if there is application with the given id is on the list
       
   127      */
       
   128     TBool WgOnTaskList( TInt aWgId );
   120 
   129 
   121 protected:
   130 protected:
   122     // from MCoeControlObserver
   131     // from MCoeControlObserver
   123     void HandleControlEventL( CCoeControl* aControl, TCoeEvent aEventType );
   132     void HandleControlEventL( CCoeControl* aControl, TCoeEvent aEventType );
   124 
   133 
   276      * Pointer for background image, owned
   285      * Pointer for background image, owned
   277      */
   286      */
   278     TRect iBgContextOuterRect;
   287     TRect iBgContextOuterRect;
   279     TRect iBgContextInnerRect;
   288     TRect iBgContextInnerRect;
   280     CTsEventControler* iEvtHandler; //own
   289     CTsEventControler* iEvtHandler; //own
       
   290     
       
   291     /**
       
   292      * Flag for marking exit on pointer events
       
   293      */
       
   294     TBool iExitOnPointerUp;
   281     };
   295     };
   282 
   296 
   283 #endif // TSAPPVIEW_H
   297 #endif // TSAPPVIEW_H