tactilefeedback/tactilefeedbackresolver/plugins/tactilehapticsplugin/inc/tactilehapticsplayer.h
branchRCL_3
changeset 13 a4df7952b706
parent 0 d54f32e146dd
equal deleted inserted replaced
12:63c33341dc19 13:a4df7952b706
   116      * 
   116      * 
   117      */
   117      */
   118     void DoPlayFeedbackL( TTouchLogicalFeedback aFeedback );
   118     void DoPlayFeedbackL( TTouchLogicalFeedback aFeedback );
   119     
   119     
   120     /**
   120     /**
       
   121      * Get IVT file Id via vibra level.
       
   122      */
       
   123     TUint32 IVTFileId();
       
   124     
       
   125     /**
   121      * Reads IVT data from file to buffer. 
   126      * Reads IVT data from file to buffer. 
   122      *
   127      *
   123      */    
   128      */    
   124     HBufC8* IVTBufAllocL( const TDesC& aFileName );
   129     HBufC8* IVTBufAllocL( const TDesC& aFileName );
   125     
   130     
   202     /**
   207     /**
   203      * For listening to changes in profiles.
   208      * For listening to changes in profiles.
   204      * Own.  
   209      * Own.  
   205      */
   210      */
   206     CProfileChangeNotifyHandler* iProfileHandler;
   211     CProfileChangeNotifyHandler* iProfileHandler;
       
   212     
       
   213     /**
       
   214      * Current vibra level.
       
   215      */
       
   216     TInt iVibraLevel;
   207     };
   217     };
   208 
   218 
   209 
   219 
   210 #endif // C_TACTILEHAPTICSPLAYER_H
   220 #endif // C_TACTILEHAPTICSPLAYER_H