phoneuis/dialer/inc/cdialertoolbarcontainer.h
branchRCL_3
changeset 25 91c2fb4b78df
parent 9 8871b09be73b
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   106      * @param   aPos        Position (top-left corned) where button is to be placed.
   106      * @param   aPos        Position (top-left corned) where button is to be placed.
   107      * @return  Position of the next button.
   107      * @return  Position of the next button.
   108      */
   108      */
   109     TPoint LayoutButton( TInt aButtonIdx, TPoint aPos );
   109     TPoint LayoutButton( TInt aButtonIdx, TPoint aPos );
   110     
   110     
       
   111     /**
       
   112      * Simulate backspace press including key down event, key event, and key up event
       
   113      */
       
   114     void SimulateBackspace();
       
   115     
   111 private: // data
   116 private: // data
   112     
   117     
   113     /** Provides toolbar button data. Not owned. */
   118     /** Provides toolbar button data. Not owned. */
   114     MPhoneDialerController* iContentProvider;
   119     MPhoneDialerController* iContentProvider;
   115     
   120