browserui/browser/SettingsInc/BrowserUiPrivateCRKeys.h
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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 *
       
    16 */
       
    17 #ifndef BROWSERUIPRIVATECRKEYS_H
       
    18 #define BROWSERUIPRIVATECRKEYS_H
       
    19 
       
    20 #include <browseruisdkcrkeys.h>
       
    21 
       
    22 
       
    23 // Indicates whether to show connection dialogs or not.
       
    24 // Valid values: 0 = off, 1 = on
       
    25 const TUint32 KBrowserConnectionDialogs =   0x00000006;
       
    26 
       
    27 // Boolean value which determines whether a confirmation 
       
    28 // query will be shown when exiting Browser.
       
    29 // Valid values: 0 = off, 1 = on
       
    30 const TUint32 KBrowserQueryOnExit =         0x0000000A;
       
    31 
       
    32 // Flags for variating Browser application for common code
       
    33 // Valid values: integer 0-255
       
    34 const TUint32 KBrowserUiCommonFlags =       0x00000002;
       
    35 
       
    36 // Flags for variating Browser application for CDMA branch
       
    37 // Valid values: integer 0-255
       
    38 const TUint32 KBrowserUiCdmaFlags =         0x00000003;
       
    39 
       
    40 // Enabling of the Auto Form Fill feature
       
    41 // Valid values: 0 = off, 1 = on
       
    42 const TUint32 KBrowserFormDataSaving =   0x00000022;
       
    43 
       
    44 // BrowserNG Private Keys
       
    45 
       
    46 // Browser Adaptive Bookmarks mode setting.
       
    47 // Valid values: 0 = on, 1 = hide folder, 2 = off
       
    48 const TUint32 KBrowserNGAdaptiveBookmarks =   0x00000028;
       
    49 
       
    50 // Determines whether the browser is in Full Screen or 
       
    51 // Softkeys Only mode.
       
    52 // Valid values: 0 = normal, 1 = soft keys, 2 = full screen
       
    53 const TUint32 KBrowserNGFullScreen =          0x00000029;
       
    54 
       
    55 // Search Page URL setting. A string value. Can be up 
       
    56 // to 1000 characters in length.
       
    57 // Valid Valies: up to 1000 characters in length.
       
    58 const TUint32 KBrowserNGSearchPageURL =       0x0000002A;
       
    59 
       
    60 // Determines whether pop-up blocking in Multiple Windows is enabled or not.
       
    61 // Valid values: 0 = off, 1 = on (default = 1)
       
    62 const TUint32 KBrowserNGPopupBlocking =       0x0000002F;
       
    63 
       
    64 // Browser's user-defined homepage URL setting.
       
    65 // Valid values: URL string, up to 1000 characters
       
    66 const TUint32 KBrowserNGHomepageURL =         0x00000030;
       
    67 
       
    68 //DEPRECATED/OBSOLETE: Determine if the platform toolbar should be visible next time Browser starts
       
    69 const TUint32 KBrowserNGShowPlatformToolbar = 0x00000048;
       
    70 
       
    71 //DEPRECATED/OBSOLETE:  Int value which determines which of the toolbars was last visible. 0 - basic toolbar, 1 - address toolbar
       
    72 const TUint32 KBrowserNGLastVisibleToolbar = 0x00000049;
       
    73 
       
    74 // Int value which determines if the Access keys feature is enabled or disabled. 0 - disabled, 1 - enabled
       
    75 const TUint32 KBrowserNGAccessKeys = 0x00000051; 
       
    76 
       
    77 #endif      // BROWSERUIPRIVATECRKEYS_H