taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswaparea.h
branchRCL_3
changeset 30 b8fae6b8a148
parent 16 9674c1a575e9
child 34 d05a55b217df
equal deleted inserted replaced
16:9674c1a575e9 30:b8fae6b8a148
   288 
   288 
   289     /**
   289     /**
   290      * Sends the data-changed notification.
   290      * Sends the data-changed notification.
   291      */   
   291      */   
   292     void NotifyChange();
   292     void NotifyChange();
   293 
       
   294     /**
       
   295      * Chage application order.
       
   296      * move Homescreen to first left position.
       
   297      */   
       
   298     void SwapApplicationOrder( RPointerArray<CTsFswEntry>& aArray );
       
   299     
   293     
   300     /**
   294     /**
   301      * Retrieves and returns size for image graphics.
   295      * Retrieves and returns size for image graphics.
   302      */
   296      */
   303     TSize PreferredImageSize();
   297     TSize PreferredImageSize();
   414     
   408     
   415     //Input events handler
   409     //Input events handler
   416     CTsEventControler& iEvtHandler;
   410     CTsEventControler& iEvtHandler;
   417     
   411     
   418     TInt iMaxItemsOnScreen;
   412     TInt iMaxItemsOnScreen;
   419     TInt iPreviousNoOfItems;
       
   420     
   413     
   421     // Tap event
   414     // Tap event
   422     TPointerEvent iTapEvent;
   415     TPointerEvent iTapEvent;
   423     CTsFastSwapTimer* iHighlightTimer;
   416     CTsFastSwapTimer* iHighlightTimer;
   424     
   417