taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h
branchRCL_3
changeset 18 d05a55b217df
parent 17 b8fae6b8a148
child 19 79311d856354
equal deleted inserted replaced
17:b8fae6b8a148 18:d05a55b217df
   216      * 
   216      * 
   217      * @see MTsEventControlerObserver
   217      * @see MTsEventControlerObserver
   218      */
   218      */
   219     TPoint ViewPos()const;
   219     TPoint ViewPos()const;
   220     
   220     
       
   221     /**
       
   222      * Checks if the app with the given window group id is closing
       
   223      */
       
   224     TBool IsAppClosing( TInt aWgId );
       
   225     
   221 public:    
   226 public:    
   222     // from CCoeControl    
   227     // from CCoeControl    
   223     TInt CountComponentControls() const;
   228     TInt CountComponentControls() const;
   224     CCoeControl* ComponentControl(TInt aIndex) const;
   229     CCoeControl* ComponentControl(TInt aIndex) const;
   225     void FocusChanged( TDrawNow aDrawNow );
   230     void FocusChanged( TDrawNow aDrawNow );
   268      * Creates the ganes grid control.
   273      * Creates the ganes grid control.
   269      */
   274      */
   270     void ReCreateGridL();
   275     void ReCreateGridL();
   271     
   276     
   272     /**
   277     /**
       
   278      * Setup grid layout
       
   279      */
       
   280     void LayoutGridL();
       
   281     
       
   282     /**
   273      * Returns rectangles for fast swap area controls
   283      * Returns rectangles for fast swap area controls
   274      */
   284      */
   275     void GetFastSwapAreaRects( RArray<TAknLayoutRect>& aRects );
   285     void GetFastSwapAreaRects( RArray<TAknLayoutRect>& aRects );
   276 
   286 
   277     /**
   287     /**
   429     TBool iIgnoreLayoutSwitch;
   439     TBool iIgnoreLayoutSwitch;
   430     
   440     
   431     // Key event handling
   441     // Key event handling
   432     TBool iConsumeEvent;
   442     TBool iConsumeEvent;
   433     TBool iKeyEvent;
   443     TBool iKeyEvent;
       
   444     RArray<TInt> iIsClosing;
   434     };
   445     };
   435 
   446 
   436 #endif // TSFASTSWAPAREA_H
   447 #endif // TSFASTSWAPAREA_H