email/imum/Utils/Inc/MuiuDynamicSettingsItemBase.rh
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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: 
       
    15 *     This file contains defines for resource MUIU_SETTINGS_ARRAY.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef MUIUDYNAMICSETTINGSITEMBASE_RH
       
    22 #define MUIUDYNAMICSETTINGSITEMBASE_RH
       
    23 
       
    24 //  INCLUDES
       
    25 #include "MuiuDynamicSettingsArray.hrh"
       
    26 
       
    27 
       
    28 //  STRUCTURE DEFINITIONS
       
    29 
       
    30 //-----------------------------------------------------------------------------
       
    31 // MUIU_DYNAMIC_SETTINGS_ITEM
       
    32 //
       
    33 // itemtype ->  CMuiuSettingBase.iItemType
       
    34 // itemlabel -> CMuiuSettingBase.iItemLabel
       
    35 // itemid -> CMuiuSettingBase.iItemId
       
    36 // itemmaxlength -> CMuiuSettingsEditText.iItemMaxLength
       
    37 // itememptytext -> CMuiuSettingsEditText.iEmptyText
       
    38 // itemflagcompulsory -> CMuiuSettingBase.iItemFlags
       
    39 // itemflagmustfill -> CMuiuSettingBase.iItemFlags
       
    40 // itemflagpassword -> CMuiuSettingBase.iItemFlags
       
    41 // itemarray -> CMuiuSettingsCheckboxList.iItemArray
       
    42 // itemsubtype -> CMuiuSettingsLink.iItemSubType
       
    43 // itemlink -> CMuiuSettingsLink.iItemLink
       
    44 //-----------------------------------------------------------------------------
       
    45 //
       
    46 STRUCT MUIU_DYNAMIC_SETTINGS_ITEM
       
    47     {
       
    48     WORD    itemtype = EMuiuSettingsUnknown;
       
    49     WORD    itemid = 0x00;
       
    50     LTEXT   itemlabel = "";
       
    51     WORD    itemmaxlength = KMuiuDynMaxSettingsTextLength;
       
    52     LTEXT   itememptytext = "";
       
    53     LONG    itemflags = 0;
       
    54     LLINK   itemarray = 0;
       
    55     WORD    itemsubtype = EMuiuSettingsUnknown;
       
    56     }
       
    57 
       
    58 STRUCT MUIU_DYNAMIC_SETTINGS_ARRAY
       
    59     {
       
    60     STRUCT items[];
       
    61     }
       
    62 
       
    63 #endif // MUIUDYNAMICSETTINGSITEMBASE_RH
       
    64 
       
    65 // End of file