phonebookui/Phonebook2/Presentation/inc/Pbk2FieldOrdering.rh
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2006-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:  Resource headers for project Pbk2Presentation field
       
    15 *                ordering
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef PBK2FIELDORDERING_RH
       
    21 #define PBK2FIELDORDERING_RH
       
    22 
       
    23 // -------------------------------------------------------------------------
       
    24 // A structure for defining presentation order for field types.
       
    25 // -------------------------------------------------------------------------
       
    26 //
       
    27 STRUCT PBK2_FIELDTYPE_PRESENTATION_ORDER
       
    28     {
       
    29     /// Field type resource id from VPbkEng.rsg
       
    30     LONG fieldTypeResId;
       
    31     /// The number that specifies the location of this field type
       
    32     /// in contact presentation (defines the order of fields). 
       
    33     /// See appropriate language specific Pbk2DefaultFieldOrdering.hrh, 
       
    34     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.
       
    35     
       
    36     BYTE orderingItem;
       
    37     /// The number that specifies the location of this field type
       
    38     ///  in the UI when adding an new fieldtype to the contact.
       
    39     /// See appropriate language specific Pbk2DefaultFieldOrdering.hrh, 
       
    40     /// Pbk2ChineseFieldOrdering.hrh or Pbk2JapaneseFieldOrdering.hrh.
       
    41 
       
    42     BYTE addItemOrdering;
       
    43     }
       
    44 
       
    45 #endif // PBK2FIELDORDERING_RH