phone_plat/dialer_keypad_api/inc/cvideodtmfdialer.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  CVideoDTMFDialer class provides dialer keypad 
    14 * Description:  CVideoDTMFDialer class provides dialer keypad 
    15 *  			     functionalities
    15 *                functionalities
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
    20 
    41 *
    41 *
    42 *  Description:
    42 *  Description:
    43 *
    43 *
    44 *   In Video Telephony dialer offers touch keypad for enter as DTMFs 
    44 *   In Video Telephony dialer offers touch keypad for enter as DTMFs 
    45 *   and client's CCoeControl is used to show video and keypad. 
    45 *   and client's CCoeControl is used to show video and keypad. 
    46 *	Video DTMF dialer does not implement menu or command buttons, 
    46 *   Video DTMF dialer does not implement menu or command buttons, 
    47 *	only keypad which presses are forwarded to host application as key events.  
    47 *   only keypad which presses are forwarded to host application as key events.  
    48 *
    48 *
    49 *   From host application dialer requires:
    49 *   From host application dialer requires:
    50 *   - View/container as CCoeControl
    50 *   - View/container as CCoeControl
    51 *   - App UI HandleCommand, DynInitMenuBar/Pane and CBA handling 
    51 *   - App UI HandleCommand, DynInitMenuBar/Pane and CBA handling 
    52 *   - HandleKeyEventL to handle numbers/characters from touch pane input.
    52 *   - HandleKeyEventL to handle numbers/characters from touch pane input.