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