sipplugins/sippsipsettingsui/data/gssipsettingsplugin.rh
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2003 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 resources of General Settings.
       
    16 *     The file can be included only in resource file.
       
    17 *     
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef GS_SIP_SETTINGS_PLUGIN_RH
       
    23 #define GS_SIP_SETTINGS_PLUGIN_RH
       
    24 
       
    25 //  INCLUDES
       
    26 #include    "gssipsettingsplugin.hrh"
       
    27 
       
    28 
       
    29 //  STRUCTURE DEFINITIONS
       
    30 
       
    31 // ---------------------------------------------------------
       
    32 //    gs_link_apps
       
    33 //    It defines structure to contain information about apps 
       
    34 //    to be able to included in the softkey list.
       
    35 // ---------------------------------------------------------
       
    36 //
       
    37 STRUCT GS_LINK_APPS
       
    38     {
       
    39     STRUCT apps[];
       
    40     }
       
    41 
       
    42 // ---------------------------------------------------------
       
    43 //    gs_app
       
    44 //    It defines structure that contains information about 
       
    45 //    a single app.
       
    46 // ---------------------------------------------------------
       
    47 //
       
    48 STRUCT GS_APP
       
    49     {
       
    50     WORD id;    
       
    51     LONG app = -1;
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 //    gs_feature_array
       
    56 //    It defines structure to contain information about items 
       
    57 //    to be able to included in the listbox.
       
    58 // ---------------------------------------------------------
       
    59 //
       
    60 STRUCT GS_FEATURE_ARRAY
       
    61     {
       
    62     STRUCT items[];
       
    63     }
       
    64 
       
    65 
       
    66 // ---------------------------------------------------------
       
    67 //    gs_feature
       
    68 //    It defines structure that contains information about 
       
    69 //    a single listbox item.
       
    70 // ---------------------------------------------------------
       
    71 //
       
    72 STRUCT GS_FEATURE
       
    73     {
       
    74     LTEXT txt = "";    
       
    75     WORD item = -1;
       
    76     BYTE type = EGSListBoxItemTypeIsAlwaysVisible;
       
    77     }
       
    78 
       
    79 #endif //  GS_SIP_SETTINGS_PLUGIN_RH
       
    80 
       
    81 // end of file