email/imum/Utils/Inc/MuiuDynamicSettingsItemBase.rh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 21:25:02 +0300
branchRCL_3
changeset 21 c6838af47512
parent 0 72b543305e3a
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*     This file contains defines for resource MUIU_SETTINGS_ARRAY.
*
*
*/


#ifndef MUIUDYNAMICSETTINGSITEMBASE_RH
#define MUIUDYNAMICSETTINGSITEMBASE_RH

//  INCLUDES
#include "MuiuDynamicSettingsArray.hrh"


//  STRUCTURE DEFINITIONS

//-----------------------------------------------------------------------------
// MUIU_DYNAMIC_SETTINGS_ITEM
//
// itemtype ->  CMuiuSettingBase.iItemType
// itemlabel -> CMuiuSettingBase.iItemLabel
// itemid -> CMuiuSettingBase.iItemId
// itemmaxlength -> CMuiuSettingsEditText.iItemMaxLength
// itememptytext -> CMuiuSettingsEditText.iEmptyText
// itemflagcompulsory -> CMuiuSettingBase.iItemFlags
// itemflagmustfill -> CMuiuSettingBase.iItemFlags
// itemflagpassword -> CMuiuSettingBase.iItemFlags
// itemarray -> CMuiuSettingsCheckboxList.iItemArray
// itemsubtype -> CMuiuSettingsLink.iItemSubType
// itemlink -> CMuiuSettingsLink.iItemLink
//-----------------------------------------------------------------------------
//
STRUCT MUIU_DYNAMIC_SETTINGS_ITEM
    {
    WORD    itemtype = EMuiuSettingsUnknown;
    WORD    itemid = 0x00;
    LTEXT   itemlabel = "";
    WORD    itemmaxlength = KMuiuDynMaxSettingsTextLength;
    LTEXT   itememptytext = "";
    LONG    itemflags = 0;
    LLINK   itemarray = 0;
    WORD    itemsubtype = EMuiuSettingsUnknown;
    }

STRUCT MUIU_DYNAMIC_SETTINGS_ARRAY
    {
    STRUCT items[];
    }

#endif // MUIUDYNAMICSETTINGSITEMBASE_RH

// End of file