gssettingsuis/Gs/GSNetworkPlugin/Inc/GsNetworkPlugin.hrh
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2006 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:  Contains common definitions for menu id:s
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GSNETWORKPLUGIN_HRH
       
    20 #define GSNETWORKPLUGIN_HRH
       
    21 
       
    22 // commands
       
    23 // Network view's list items.
       
    24 enum TGSNetworkItemIds
       
    25     {
       
    26     EGSNetworkModeItemId,
       
    27     EGSNetworkModeSelectionItemId,
       
    28     EGSMCNItemId
       
    29     };
       
    30 
       
    31 // Network mode selection setting page items
       
    32 enum TGSNetworkModeItems
       
    33     {
       
    34     EGSNetworkModeDualmode,
       
    35     EGSNetworkModeUMTS,
       
    36     EGSNetworkModeGSM
       
    37     };
       
    38 
       
    39 // Network selection setting page items
       
    40 enum TGSNetworkSelectionModeItems
       
    41     {
       
    42     EGSAutomaticSelectMode,
       
    43     EGSManualSelectMode
       
    44     };
       
    45 
       
    46 // Cell Info Display setting page items
       
    47 enum TGSMcnModeItems
       
    48     {
       
    49     EGSMcnSetOn,
       
    50     EGSMcnSetOff
       
    51     };
       
    52 
       
    53 enum TGSTelNotes
       
    54     {
       
    55     ECWActivateNote = 1,
       
    56     ECWCancelNote,
       
    57     ECWNotActiveNote,
       
    58     ERequestCancelledNote,
       
    59     ERequestingNote,
       
    60     EAlsDisabledNote,
       
    61     EAlsEnabledNote,
       
    62     ECBActiveNote,
       
    63     EPasswordErrorNote,
       
    64     EPasswordChangedNote,
       
    65     ECBNotActiveNote,
       
    66     ESearchingNote,
       
    67     ENoNetworksFoundNote,
       
    68     ECallInProgress,
       
    69     EHomeNetworksSelectedNote,
       
    70     ENetworkSelectedNote,
       
    71     ENoNetworkAccessNote,
       
    72     ENwRegistrationInterrupted,
       
    73     ECugIndexErrorNote,
       
    74     EImageLoadWaitNote
       
    75     };
       
    76 
       
    77 enum TGSSoftKeys
       
    78     {
       
    79     EGSSoftkeyQuit = 1,
       
    80     EGSSoftkeyEmpty
       
    81     };
       
    82 
       
    83 enum TGSCustomerServiceGroups
       
    84     {
       
    85     EGSCSPCallForward = 1,
       
    86     EGSCSPCallBarring,
       
    87     EGSCSPCallWaiting,
       
    88     EGSCSPAlternateLine,
       
    89     EGSCSPManualNetworkSelection,
       
    90     EGSCenRepSoftReject
       
    91     };
       
    92 
       
    93 #endif //  GSNETWORKPLUGIN_HRH
       
    94 
       
    95 //End of File