phoneapp/phoneuiqtviewadapter/inc/phoneviewcommanddefinitions.h
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 *   Common phone view command definitions.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef PHONEVIEWCOMMANDDEFINITIONS_H
       
    21 #define PHONEVIEWCOMMANDDEFINITIONS_H
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 #include "phoneconstants.h"
       
    26 
       
    27 // DATA TYPES
       
    28 
       
    29 typedef TInt TPhoneViewCommandId;
       
    30 
       
    31 enum
       
    32 {
       
    33     EPhoneViewRemoveNumberEntry = KPhoneViewCommandCommonFirst,
       
    34     EPhoneViewSetNumberEntryVisible,
       
    35     EPhoneViewGetNumberFromEntry,
       
    36     EPhoneViewGetNumberEntryCount,
       
    37     EPhoneViewGetNumberEntryIsUsedStatus,
       
    38     EPhoneViewGetNumberEntryIsVisibleStatus,
       
    39     EPhoneViewClearNumberEntryContent,
       
    40     EPhoneViewCreateCallHeader,
       
    41     EPhoneViewCreateEmergencyCallHeader,
       
    42     EPhoneViewUpdateCallHeaderRemoteInfoData,
       
    43     EPhoneViewUpdateCallHeaderCallDuration,
       
    44     EPhoneViewRemoveCallHeader,
       
    45     EPhoneViewUpdateCba,
       
    46     EPhoneViewUpdateBubble,
       
    47     EPhoneViewActivateAudioPathUIChanges,
       
    48     EPhoneViewActivateAudioAvailabilityUIChanges,
       
    49     EPhoneViewActivateMuteUIChanges,
       
    50     EPhoneViewShowNote,
       
    51     EPhoneViewShowGlobalNote,
       
    52     EPhoneViewShowProgressNote,
       
    53     EPhoneViewRemoveNote,
       
    54     EPhoneViewRemoveProgressNote,
       
    55     EPhoneViewRemoveGlobalNote,
       
    56     EPhoneViewShowQuery,
       
    57     EPhoneViewSetListQueryString, 
       
    58     EPhoneViewRemoveQuery,
       
    59     EPhoneViewSetTopApplication,
       
    60     EPhoneViewBringAppToForeground,
       
    61     EPhoneViewSendToBackground,
       
    62     EPhoneViewSetNeedToSendToBackgroundStatus, 
       
    63     EPhoneViewGetNeedToSendToBackgroundStatus,
       
    64     EPhoneViewGetTopApplicationIsDisplayedStatus, 
       
    65     EPhoneViewGetForegroundApplication, 
       
    66     EPhoneViewStartCapturingKey,
       
    67     EPhoneViewStopCapturingKey,
       
    68     EPhoneViewSetGlobalNotifiersDisabled,
       
    69     EPhoneViewGetHoldFlag,
       
    70     EPhoneViewSetHoldFlag,
       
    71     EPhoneViewRemovePhoneDialogs,
       
    72     EPhoneViewCreateConference,
       
    73     EPhoneViewAddToConference,
       
    74     EPhoneViewRemoveFromConference,
       
    75     EPhoneViewPrivateFromConference,
       
    76     EPhoneViewSelectedConfMember,
       
    77     EPhoneViewGetCallIdByState,
       
    78     EPhoneViewGetCountOfActiveCalls,
       
    79     EPhoneViewSetNaviPaneAudioVolume,
       
    80     EPhoneViewHideNaviPaneAudioVolume,
       
    81     EPhoneViewGetIsConference,
       
    82     EPhoneViewGetCallExistsInConference,
       
    83     EPhoneViewRemoveAllCallHeaders,
       
    84     EPhoneViewPlayRingTone,
       
    85     EPhoneViewMuteRingTone,
       
    86     EPhoneViewStopRingTone,
       
    87     EPhoneViewMuteRingToneOnAnswer,
       
    88     EPhoneViewCipheringInfoChange,
       
    89     EPhoneViewCloseFSW, 
       
    90     EPhoneViewLaunchRfsDeep, 
       
    91     EPhoneViewLaunchRfsNormal, 
       
    92     EPhoneViewOpenSoftRejectEditor,
       
    93     EPhoneViewSetSecurityMode, 
       
    94     EPhoneViewGetSecurityModeStatus, 
       
    95     EPhoneViewEnableKeyLock, 
       
    96     EPhoneViewEnableKeyLockWithoutNote, 
       
    97     EPhoneViewUpdateFSW,
       
    98     EPhoneViewIsQuery, 
       
    99     EPhoneViewBringIdleToForeground, 
       
   100     EPhoneViewSetIdleTopApplication,  
       
   101     EPhoneViewBeginUpdate,
       
   102     EPhoneViewEndUpdate,
       
   103     EPhoneViewRemoveConferenceBubble,
       
   104     EPhoneViewSetTouchPaneButtons, 
       
   105     EPhoneViewGetBlockingDialogStatus, 
       
   106     EPhoneViewIsNoteActive, 
       
   107     EPhoneViewOpenCallHandling, 
       
   108     EPhoneViewGetAudioVolumeLevel,
       
   109     EPhoneViewUpdateCallHeaderRemoteInfoDataAndLabel,
       
   110     EPhoneViewRemoveDtmfNote,
       
   111     EPhoneViewSetEikonNotifiersDisabled, 
       
   112     EPhoneViewCancelAllNotications,   
       
   113     EPhoneViewDisableKeyLock, 
       
   114     EPhoneViewSendAiwCommand, 
       
   115     
       
   116     EPhoneViewCipheringInfoChangePlayTone, 
       
   117     EPhoneViewDisableKeyLockWithoutNote, 
       
   118     
       
   119     EPhoneViewGetKeyLockStatus, 
       
   120     
       
   121     EPhoneViewRemoveGlobalWaitNote,
       
   122     EPhoneViewSetPhoneCustomization, 
       
   123     EPhoneViewSetViewCustomization, 
       
   124     EPhoneViewSetButtonCustomization, 
       
   125     
       
   126     EPhoneViewUpdateContactByString, 
       
   127     EPhoneViewAddContactByString, 
       
   128     
       
   129     EPhoneViewIsActiveNoteDissmissableByKeyEvent, 
       
   130     
       
   131     EPhoneViewEnableToolbarButton, 
       
   132     EPhoneViewHideToolbar, 
       
   133     EPhoneViewShowToolbar, 
       
   134     EPhoneViewGetExpandedBubbleCallId,
       
   135     EPhoneViewOpenDialer,
       
   136     EPhoneSetConferenceExpanded,
       
   137     EPhoneAppShutDown,
       
   138     EPhoneViewBackButtonActive,
       
   139     EPhoneViewHsToForegroundAfterCall,
       
   140     EPhoneViewOpenContacts,
       
   141     EPhoneViewSetIhfFlag,
       
   142     EPhoneViewSetMuteFlag,
       
   143     EPhoneViewLaunchLogs,
       
   144     EPhoneViewSetBlueToothFlag,
       
   145     EPhoneViewSetBluetoothAvailableFlag,
       
   146     EPhoneAmountOfCommands, // Don't remove this, this should always be the last in list.
       
   147 };
       
   148 
       
   149 
       
   150 typedef TInt TPhoneViewResponseId;
       
   151 
       
   152 enum
       
   153 {
       
   154     EPhoneViewResponseFailed = KPhoneViewResponseCommonFirst,
       
   155     EPhoneViewResponseSuccess,
       
   156     EPhoneViewResponseNumberEntryCleared
       
   157 
       
   158 };
       
   159 
       
   160 #endif // PHONEVIEWCOMMANDDEFINITIONS_H
       
   161 
       
   162 // End of File