ipsservices/ipssossettings/inc/ipssetutilsconsts.rh
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Declearations for resource structures.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef IPSSETUTILSCONSTS_RH
       
    20 #define IPSSETUTILSCONSTS_RH
       
    21 
       
    22 #include "ipssetutilsconsts.hrh"
       
    23 
       
    24 //-----------------------------------------------------------------------------
       
    25 // IPS_SET_ITEM
       
    26 //
       
    27 // itemtype ->  CIpsSetUiItem.iItemType
       
    28 // itemlabel -> CIpsSetUiItem.iItemLabel
       
    29 // itemid -> CIpsSetUiItem.iItemId
       
    30 // itemmaxlength -> CIpsSetUiItemsEditText.iItemMaxLength
       
    31 // itemflagcompulsory -> CIpsSetUiItem.iItemFlags
       
    32 // itemflagmustfill -> CIpsSetUiItem.iItemFlags
       
    33 // itemflagpassword -> CIpsSetUiItem.iItemFlags
       
    34 // itemarray -> CIpsSetUiItemsCheckboxList.iItemArray
       
    35 // itemappereance -> CIpsSetUiItemLink.iItemAppereance
       
    36 // itemlink -> CIpsSetUiItemLink.iItemLink
       
    37 //-----------------------------------------------------------------------------
       
    38 //
       
    39 STRUCT IPS_SET_ITEM
       
    40     {
       
    41     WORD    itemtype = EIpsSetUiUndefined;
       
    42     WORD    itemid = 0x00;
       
    43     LTEXT   itemlabel = "";
       
    44     LLINK    itemmaxlength = KIpsSetUiMaxSettingsTextLength;
       
    45     LONG    itemflags = 0;
       
    46     LLINK   itemarray = 0;
       
    47     WORD    itemappereance = EIpsSetUiUndefined;
       
    48     }
       
    49 
       
    50 STRUCT IPS_SET_ARRAY
       
    51     {
       
    52     STRUCT items[];
       
    53     }
       
    54 
       
    55 #endif /* IPSSETUTILSCONSTS_RH */
       
    56 
       
    57 // End of file