phoneapp/phoneuiqtviewadapter/inc/phoneviewcommanddefinitions.h
changeset 50 377c906a8701
parent 46 bc5a64e5bc3c
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    28 
    28 
    29 typedef TInt TPhoneViewCommandId;
    29 typedef TInt TPhoneViewCommandId;
    30 
    30 
    31 enum
    31 enum
    32 {
    32 {
    33     EPhoneViewCreateNumberEntry = KPhoneViewCommandCommonFirst,
    33     EPhoneViewRemoveNumberEntry = KPhoneViewCommandCommonFirst,
    34     EPhoneViewSetNumberEntryContent,
       
    35     EPhoneViewSendKeyEventToNumberEntry,
       
    36     EPhoneViewRemoveNumberEntry,
       
    37     EPhoneViewSetNumberEntryVisible,
    34     EPhoneViewSetNumberEntryVisible,
    38     EPhoneViewGetNumberFromEntry,
    35     EPhoneViewGetNumberFromEntry,
    39     EPhoneViewGetNumberEntryCount,
    36     EPhoneViewGetNumberEntryCount,
    40     EPhoneViewGetNumberEntryIsUsedStatus,
    37     EPhoneViewGetNumberEntryIsUsedStatus,
    41     EPhoneViewGetNumberEntryIsVisibleStatus,
    38     EPhoneViewGetNumberEntryIsVisibleStatus,
    42     EPhoneViewToggleNumberEntryAlphaNumericMode, // 10
       
    43     EPhoneViewIsNumberEntryNumericMode,
       
    44     EPhoneViewClearNumberEntryContent,
    39     EPhoneViewClearNumberEntryContent,
    45     EPhoneViewCreateCallHeader,
    40     EPhoneViewCreateCallHeader,
    46     EPhoneViewCreateEmergencyCallHeader,
    41     EPhoneViewCreateEmergencyCallHeader,
    47     EPhoneViewUpdateCallHeaderRemoteInfoData,
    42     EPhoneViewUpdateCallHeaderRemoteInfoData,
    48     EPhoneViewUpdateCallHeaderCallDuration,
    43     EPhoneViewUpdateCallHeaderCallDuration,
    49     EPhoneViewRemoveCallHeader,
    44     EPhoneViewRemoveCallHeader,
    50     EPhoneViewMenuBarOpen, //20
       
    51     EPhoneViewMenuBarClose,
       
    52     EPhoneViewDimCbaCommand,
       
    53     EPhoneViewUpdateCba,
    45     EPhoneViewUpdateCba,
    54     EPhoneViewUpdateBubble,
    46     EPhoneViewUpdateBubble,
    55     EPhoneViewMenuPane,
       
    56     EPhoneViewMenuBar,
       
    57     EPhoneViewSetTitlePaneContent,
       
    58     EPhoneViewSetNaviPaneContent,
       
    59     EPhoneViewSetTitlePanePicture,
       
    60     EPhoneViewGetTitlePaneIsVisibleStatus, //30
       
    61     EPhoneViewActivateAudioPathUIChanges,
    47     EPhoneViewActivateAudioPathUIChanges,
    62     EPhoneViewActivateAudioAvailabilityUIChanges,
    48     EPhoneViewActivateAudioAvailabilityUIChanges,
    63     EPhoneViewActivateMuteUIChanges,
    49     EPhoneViewActivateMuteUIChanges,
    64     EPhoneViewShowNote,
    50     EPhoneViewShowNote,
    65     EPhoneViewShowGlobalNote,
    51     EPhoneViewShowGlobalNote,
    66     EPhoneViewShowProgressNote,
    52     EPhoneViewShowProgressNote,
    67     EPhoneViewRemoveNote,
    53     EPhoneViewRemoveNote,
    68     EPhoneViewRemoveProgressNote,
    54     EPhoneViewRemoveProgressNote,
    69     EPhoneViewRemoveGlobalNote,
    55     EPhoneViewRemoveGlobalNote,
    70     EPhoneViewGetIsNoteVisible, // 40
       
    71     EPhoneViewGetIsProgressNoteVisible,
       
    72     EPhoneViewShowQuery,
    56     EPhoneViewShowQuery,
    73     EPhoneViewSetListQueryString,
    57     EPhoneViewSetListQueryString, 
    74     EPhoneViewRemoveQuery,
    58     EPhoneViewRemoveQuery,
    75     EPhoneViewGetTextQueryContent,
       
    76     EPhoneViewSetTopApplication,
    59     EPhoneViewSetTopApplication,
    77     EPhoneViewBringAppToForeground,
    60     EPhoneViewBringAppToForeground,
    78     EPhoneViewSendToBackground,
    61     EPhoneViewSendToBackground,
    79     EPhoneViewSetNeedToSendToBackgroundStatus,
    62     EPhoneViewSetNeedToSendToBackgroundStatus, 
    80     EPhoneViewGetNeedToSendToBackgroundStatus, // 50
    63     EPhoneViewGetNeedToSendToBackgroundStatus,
    81     EPhoneViewGetTopApplicationIsDisplayedStatus,
    64     EPhoneViewGetTopApplicationIsDisplayedStatus, 
    82     EPhoneViewGetForegroundApplication,
    65     EPhoneViewGetForegroundApplication, 
    83     EPhoneViewSetBackgroundImageBitmap,
       
    84     EPhoneViewGetBackgroundImageBitmap,
       
    85     EPhoneViewActivateApp,
       
    86     EPhoneViewActivateAppView,
       
    87     EPhoneViewActivateAppViewWithCustomMessage,
       
    88     EPhoneViewActivateAppViewConventional,
       
    89     EPhoneViewLaunchApplication,
       
    90     EPhoneViewLaunchHelpApplication,  // 60
       
    91     EPhoneViewOpenMessageEditor,
       
    92     EPhoneViewExitApplications,
       
    93     EPhoneViewUpdateIncallIndicator,
       
    94     EPhoneViewStartCapturingKey,
    66     EPhoneViewStartCapturingKey,
    95     EPhoneViewStopCapturingKey,
    67     EPhoneViewStopCapturingKey,
    96     EPhoneViewSetGlobalNotifiersDisabled,
    68     EPhoneViewSetGlobalNotifiersDisabled,
    97     EPhoneViewGetHoldFlag,
    69     EPhoneViewGetHoldFlag,
    98     EPhoneViewSetHoldFlag,
    70     EPhoneViewSetHoldFlag,
    99     EPhoneViewSetSoftRejectFlag,
       
   100     EPhoneViewGetSoftRejectFlag,
       
   101     EPhoneViewSetServiceCodeFlag,
       
   102     EPhoneViewUpdateContact, // 80
       
   103     EPhoneViewAddContact,
       
   104     EPhoneViewOpenSingleItemFetchDialog,
       
   105     EPhoneViewRemovePhoneDialogs,
    71     EPhoneViewRemovePhoneDialogs,
   106     EPhoneViewCreateConference,
    72     EPhoneViewCreateConference,
   107     EPhoneViewAddToConference,
    73     EPhoneViewAddToConference,
   108     EPhoneViewRemoveFromConference,
    74     EPhoneViewRemoveFromConference,
   109     EPhoneViewPrivateFromConference,
    75     EPhoneViewPrivateFromConference,
   110     EPhoneViewSelectedConfMember,
    76     EPhoneViewSelectedConfMember,
   111     EPhoneViewGetConferenceListVisibleFlag, 
       
   112     EPhoneViewOpenConferenceList, // 90
       
   113     EPhoneViewGetCallState,
       
   114     EPhoneViewGetCallIdByState,
    77     EPhoneViewGetCallIdByState,
   115     EPhoneViewMoveHighLightInList,
       
   116     EPhoneViewGetCountOfActiveCalls,
    78     EPhoneViewGetCountOfActiveCalls,
   117     EPhoneViewSetNaviPaneAudioVolume,
    79     EPhoneViewSetNaviPaneAudioVolume,
   118     EPhoneViewShowNaviPaneAudioVolume,
       
   119     EPhoneViewHideNaviPaneAudioVolume,
    80     EPhoneViewHideNaviPaneAudioVolume,
   120     EPhoneViewGetIsConference,
    81     EPhoneViewGetIsConference,
   121     EPhoneViewGetCallExistsInConference,
    82     EPhoneViewGetCallExistsInConference,
   122     EPhoneViewRemoveAllCallHeaders,
    83     EPhoneViewRemoveAllCallHeaders,
   123     EPhoneViewPlayRingTone,
    84     EPhoneViewPlayRingTone,
   124     EPhoneViewMuteRingTone,
    85     EPhoneViewMuteRingTone,
   125     EPhoneViewStopRingTone,
    86     EPhoneViewStopRingTone,
   126     EPhoneViewMuteRingToneOnAnswer,
    87     EPhoneViewMuteRingToneOnAnswer,
   127     EPhoneViewCipheringInfoChange,
    88     EPhoneViewCipheringInfoChange,
   128     EPhoneViewUpdateMaxConfMemberFlag, // 110
       
   129     EPhoneViewCloseFSW, 
    89     EPhoneViewCloseFSW, 
   130     EPhoneViewLaunchRfsDeep,
    90     EPhoneViewLaunchRfsDeep, 
   131     EPhoneViewLaunchRfsNormal,
    91     EPhoneViewLaunchRfsNormal, 
   132     EPhoneViewUpdateView,
       
   133     EPhoneViewOpenSoftRejectEditor,
    92     EPhoneViewOpenSoftRejectEditor,
   134     EPhoneViewSendMessage,
    93     EPhoneViewSetSecurityMode, 
   135     EPhoneViewSetBlockingDialogStatus,
    94     EPhoneViewGetSecurityModeStatus, 
   136     EPhoneViewSetPhoneNumberAvailableInPhoneEngine,
    95     EPhoneViewEnableKeyLock, 
   137     EPhoneViewSetSecurityMode,
    96     EPhoneViewEnableKeyLockWithoutNote, 
   138     EPhoneViewGetSecurityModeStatus, // 120
       
   139     EPhoneViewSetStatusPaneVisible, 
       
   140     EPhoneViewEnableKeyLock,
       
   141     EPhoneViewEnableKeyLockWithoutNote,
       
   142     EPhoneViewLaunchFaxModem,
       
   143     EPhoneViewUpdateFSW,
    97     EPhoneViewUpdateFSW,
   144     EPhoneViewIsQuery,
    98     EPhoneViewIsQuery, 
   145     EPhoneViewBringIdleToForeground, 
    99     EPhoneViewBringIdleToForeground, 
   146     EPhoneViewSetIdleTopApplication,  
   100     EPhoneViewSetIdleTopApplication,  
   147     EPhoneViewBeginUpdate,
   101     EPhoneViewBeginUpdate,
   148     EPhoneViewEndUpdate,   // 130
   102     EPhoneViewEndUpdate,
   149     EPhoneViewSetConfrenceOptionsFlag,
       
   150     EPhoneViewRemoveConferenceBubble,
   103     EPhoneViewRemoveConferenceBubble,
   151     EPhoneViewGetSoftRejectWindowGroupId,
   104     EPhoneViewSetTouchPaneButtons, 
   152     EPhoneViewSetTouchPaneButtons,
   105     EPhoneViewGetBlockingDialogStatus, 
   153     EPhoneViewSetTouchPaneVisible,
   106     EPhoneViewIsNoteActive, 
   154     EPhoneViewEnableTouchButton,
   107     EPhoneViewOpenCallHandling, 
   155     EPhoneViewDisableTouchButton, 
   108     EPhoneViewGetAudioVolumeLevel,
   156     EPhoneResetTouchButtons, 
       
   157     EPhoneViewGetIsConferenceInSelectionMode,
       
   158     EPhoneViewIsStraightCallToVideoMailBox, // 140
       
   159     EPhoneViewSetDtmfDialerViewVisible,
       
   160     EPhoneViewSetRetrictedDialer,
       
   161     EPhoneViewIsConferenceInExpandedMode,
       
   162     EPhoneViewIsMenuBarVisible,
       
   163     EPhoneViewGetBlockingDialogStatus,
       
   164     EPhoneViewYesSingleItemFetch,
       
   165     EPhoneViewNoSingleItemFetch, 
       
   166     EPhoneViewGetLocalizedNumberFromEntry,
       
   167     EPhoneViewIsNoteActive,
       
   168     EPhoneViewOpenNumberEntry, //150
       
   169     EPhoneViewOpenCallHandling,
       
   170     EPhoneViewGetConferenceAndSingleFlag,
       
   171     EPhoneViewSetConferenceAndSingleFlag,
       
   172     EPhoneViewSetVideoCallFlag,
       
   173     EPhoneViewSetDtmfOptionsFlag,
       
   174     EPhoneViewShowVTSetupFailedCreateCallToSameContactQuery,
       
   175     EPhoneViewGetAudioVolumeLevel, 
       
   176     EPhoneViewIsIdleTopApp,
       
   177     EPhoneViewUpdateToolbar,
       
   178     EPhoneViewSetControlAndVisibility, //160
       
   179     EPhoneViewAllowWaitingCallHeader,
       
   180     EPhoneViewBeginTransEffect,
       
   181     EPhoneViewEndTransEffect,
       
   182     EPhoneViewSetDialerControlVisible,
       
   183     EPhoneViewCloseSingleItemFetchDialog,
       
   184     EPhoneViewGetActivatePreviousApp,
       
   185     EPhoneViewActivatePreviousApp, 
       
   186     EPhoneViewSetPointerCapture,
       
   187     EPhoneViewSetSendKeyDialerActivationFlag,
       
   188     EPhoneViewPrepareIcons, //170
       
   189     EPhoneViewKeypadAudioEnabled,
       
   190     EPhoneViewKeypadAudioDisabled,
       
   191     EPhoneViewUpdateCallHeaderRemoteInfoDataAndLabel,
   109     EPhoneViewUpdateCallHeaderRemoteInfoDataAndLabel,
   192     EPhoneViewRemoveDtmfNote,
   110     EPhoneViewRemoveDtmfNote,
   193     EPhoneViewUpdatePhoneIconToFSW,
       
   194     EPhoneViewSetEikonNotifiersDisabled, 
   111     EPhoneViewSetEikonNotifiersDisabled, 
   195     EPhoneViewCancelAllNotications, 
   112     EPhoneViewCancelAllNotications,   
   196     EPhoneViewSetVideoCallDTMFVisibilityFlag,
   113     EPhoneViewDisableKeyLock, 
   197     EPhoneViewIsKeyLockEnabled,
   114     EPhoneViewSendAiwCommand, 
   198     EPhoneViewDisableKeyLock,
   115     
   199     EPhoneViewLoadPlugins, // 170
   116     EPhoneViewCipheringInfoChangePlayTone, 
   200     EPhoneViewOpenVirtualKeyBoard,
   117     EPhoneViewDisableKeyLockWithoutNote, 
   201     EPhoneViewUpdateNoteSoftkeys,
   118     
   202 
   119     EPhoneViewGetKeyLockStatus, 
   203     EPhoneViewSendAiwCommand,
   120     
   204     EPhoneViewShowCustomizedDialer,
       
   205     EPhoneViewHideCustomizedDialer,
       
   206     EPhoneViewGetCustomizedDialerMenuResourceId,
       
   207     EPhoneViewGetCustomizedDialerCbaResourceId,
       
   208     EPhoneViewCipheringInfoChangePlayTone,
       
   209     EPhoneViewCreatePhoneBookServices,
       
   210     EPhoneViewDisableKeyLockWithoutNote,
       
   211     EPhoneViewGetKeyLockStatus,
       
   212     EPhoneViewSetNumberEntryObserver,
       
   213     EPhoneViewGetSingleItemFetchType,
       
   214     EPhoneViewRemoveGlobalWaitNote,
   121     EPhoneViewRemoveGlobalWaitNote,
   215     EPhoneViewSetPhoneCustomization,
   122     EPhoneViewSetPhoneCustomization, 
   216     EPhoneViewSetViewCustomization,
   123     EPhoneViewSetViewCustomization, 
   217     EPhoneViewSetButtonCustomization,
   124     EPhoneViewSetButtonCustomization, 
   218     EPhoneViewUpdateContactByString,
   125     
   219     EPhoneViewAddContactByString,
   126     EPhoneViewUpdateContactByString, 
   220     EPhoneViewIsActiveNoteDissmissableByKeyEvent,
   127     EPhoneViewAddContactByString, 
   221     EPhoneViewUpdateContextMenu,
   128     
   222     EPhoneViewSetNoConnectedCalls,
   129     EPhoneViewIsActiveNoteDissmissableByKeyEvent, 
   223     EPhoneViewIsDTMFEditorVisible,
   130     
   224     EPhoneViewSetToolbarDimming,
   131     EPhoneViewEnableToolbarButton, 
   225     EPhoneViewEnableToolbarButton,
   132     EPhoneViewHideToolbar, 
   226     EPhoneViewHideToolbar,
   133     EPhoneViewShowToolbar, 
   227     EPhoneViewShowToolbar,
       
   228     EPhoneViewGetExpandedBubbleCallId,
   134     EPhoneViewGetExpandedBubbleCallId,
   229     EPhoneViewOpenDialer,
   135     EPhoneViewOpenDialer,
   230     EPhoneSetConferenceExpanded,
   136     EPhoneSetConferenceExpanded,
   231     EPhoneAppShutDown,
   137     EPhoneAppShutDown,
   232     EPhoneViewBackButtonActive,
   138     EPhoneViewBackButtonActive,