phoneapp/phoneuicontrol/inc/cphonestateincall.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   229         /**
   229         /**
   230         * Launch New call fetch dialog
   230         * Launch New call fetch dialog
   231         */
   231         */
   232         void LaunchNewCallSearchDialogL();
   232         void LaunchNewCallSearchDialogL();
   233               
   233               
   234 		/**
   234         /**
   235         * Sends command to view for 'Lock keypad'
   235         * Sends command to view for 'Lock keypad'
   236         */
   236         */
   237         void LockKeypadL();
   237         void LockKeypadL();
   238         
   238         
   239 		/**
   239         /**
   240         * Handle successful single item fetch.
   240         * Handle successful single item fetch.
   241         */
   241         */
   242         void HandleSuccessFetchedNumberL();
   242         void HandleSuccessFetchedNumberL();
   243         
   243         
   244         /**
   244         /**
   283         */
   283         */
   284         void HandleVoiceKeyPressL( TPhoneKeyEventMessages aMessage );
   284         void HandleVoiceKeyPressL( TPhoneKeyEventMessages aMessage );
   285         
   285         
   286     private:
   286     private:
   287     
   287     
   288     	/**
   288         /**
   289     	* Special timer for preventing recursive calls
   289         * Special timer for preventing recursive calls
   290     	* which would otherwise occur with multiple
   290         * which would otherwise occur with multiple
   291     	* wait characters in a DTMF string.
   291         * wait characters in a DTMF string.
   292     	*/
   292         */
   293     	CPhoneDtmfWaitCharTimer* iDtmfWaitCharTimer;
   293         CPhoneDtmfWaitCharTimer* iDtmfWaitCharTimer;
   294   
   294   
   295     
   295     
   296     };
   296     };
   297 
   297 
   298 #endif // CPHONESTATEINCALL
   298 #endif // CPHONESTATEINCALL