phone_plat/phone_application_commands_api/inc/xqphoneappcommands.h
changeset 21 92ab7f8d0eab
child 45 6b911d05207e
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains declarations for call commands of Phone Application.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef XQPHONEAPPCOMMANDS_H
       
    22 #define XQPHONEAPPCOMMANDS_H
       
    23 
       
    24 //  MENU COMMANDS
       
    25 enum PhoneMenuCommands
       
    26     {
       
    27     // Commands for incall menu
       
    28     PhoneInCallCmdEndAllCalls,
       
    29     PhoneInCallCmdTransfer,
       
    30     PhoneInCallCmdSendMessage,
       
    31     PhoneInCallShareVideo,
       
    32     PhoneInCallCmdSwitchToVideo,
       
    33     PhoneInCallCmdHandoverToWlan,
       
    34     PhoneInCallCmdHandoverToGsm,
       
    35     
       
    36     PhoneMenuCmdLast 
       
    37     };
       
    38 
       
    39 //  PUSH BUTTON COMMANDS
       
    40 enum PhonePushButtonCommands
       
    41     {
       
    42     // Push button commands for incall
       
    43     PhoneInCallCmdJoinToConference = PhoneMenuCmdLast,
       
    44     PhoneInCallCmdCreateConference,
       
    45     PhoneInCallCmdAnswer,
       
    46     PhoneInCallCmdReject,
       
    47     PhoneInCallCmdHold,
       
    48     PhoneInCallCmdUnhold,
       
    49     PhoneInCallCmdEndActive,
       
    50     PhoneInCallCmdEndOutgoingCall,
       
    51     PhoneInCallCmdReplace,
       
    52     PhoneInCallCmdSwap,
       
    53     
       
    54     PhonePushButtonCmdLast
       
    55     };
       
    56     
       
    57 #endif
       
    58 
       
    59 // End of File