emailcontacts/contactactionservice/inc/FscAddressSelect.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:  Address select resource definitions.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef FSCADDRESSSELECT_RH
       
    20 #define FSCADDRESSSELECT_RH
       
    21 
       
    22 #include <badef.rh>
       
    23 #include <VPbkFieldType.rh>
       
    24 
       
    25 /**
       
    26  * Resource structure for a Phonebook 2 address select service.
       
    27  */
       
    28 STRUCT FSC_ADDRESS_SELECT
       
    29     {
       
    30     /**
       
    31      * Field types to be used in the address select, given as
       
    32      * VPBK_FIELD_TYPE_SELECTOR structure.
       
    33      * @see VPBK_FIELD_TYPE_SELECTOR structure.
       
    34      */
       
    35     LLINK selector;
       
    36 
       
    37     /**
       
    38      * No addresses for a name prompt text. This text is used in a note
       
    39      * shown to the user when a contact does not have any fields matching
       
    40      * the selector (defined above).
       
    41      * For example: "No phone numbers to %U".
       
    42      * The %U is required to exist in the loc string, it will
       
    43      * be replaced with the contact name.
       
    44      */
       
    45     LLINK noAddressesForNamePrompt;
       
    46 
       
    47     /**
       
    48      * No addresses prompt text. This text is used in a note
       
    49      * shown to the user when an unnamed contact does not have any
       
    50      * fields matching the selector (defined above).
       
    51      * For example: "No phone number".
       
    52      * There must not be %U in the loc string.
       
    53      */
       
    54     LLINK noAddressesPrompt;
       
    55 
       
    56     /**
       
    57      * Softkeys to be used in the query dialog.
       
    58      * @see CBA resource structure.
       
    59      */
       
    60     LLINK cba;
       
    61     }
       
    62 
       
    63 #endif // FSCADDRESSSELECT_RH
       
    64 // End of File