classicui_plat/item_finder_api/inc/ItemFinder.h
branchRCL_3
changeset 23 3d340a0166ff
parent 15 08e69e956a8c
child 55 aecbbf00d063
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
    35 class CSchemeResolver;
    35 class CSchemeResolver;
    36 class CFindItemEngine;
    36 class CFindItemEngine;
    37 class MAknItemFinderObserver;
    37 class MAknItemFinderObserver;
    38 class CCoeEnv;
    38 class CCoeEnv;
    39 class CCoeControl;
    39 class CCoeControl;
       
    40 class MTouchFeedback;
    40 
    41 
    41 // CLASS DECLARATION
    42 // CLASS DECLARATION
    42 class MItemFinderObserver
    43 class MItemFinderObserver
    43     {
    44     {
    44     public:
    45     public:
   393         
   394         
   394         /**
   395         /**
   395          * Drag threshold
   396          * Drag threshold
   396          */
   397          */
   397         TInt iDragThreshold;
   398         TInt iDragThreshold;
       
   399 
       
   400         /**
       
   401          * Tactile Feedback interface
       
   402          */		
       
   403         MTouchFeedback* iFeedback;
   398         
   404         
   399     };
   405     };
   400 
   406 
   401 #endif      // ITEMFINDER_H
   407 #endif      // ITEMFINDER_H
   402 
   408