epoc32/include/app/pbkiconid.hrh
branchSymbian2
changeset 2 2fe1408b6811
parent 1 666f914201fb
child 4 837f303aceeb
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
     1 pbkiconid.hrh
     1 /*
       
     2 * Copyright (c) 2002 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *    Phonebook icon names.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __PbkIconId_HRH__
       
    21 #define __PbkIconId_HRH__
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 /**
       
    26  * Phonebook Icon Id's.
       
    27  */
       
    28 enum TPbkIconId
       
    29     {
       
    30     EPbkNullIconId = -1,
       
    31     EPbkqgn_indi_marked_add = 1,
       
    32     EPbkqgn_prop_checkbox_off,
       
    33     EPbkqgn_prop_checkbox_on,
       
    34     EPbkqgn_prop_nrtyp_phone,
       
    35     EPbkqgn_prop_nrtyp_home,
       
    36     EPbkqgn_prop_nrtyp_work,
       
    37     EPbkqgn_prop_nrtyp_mobile,
       
    38     EPbkqgn_prop_nrtyp_fax,
       
    39     EPbkqgn_prop_nrtyp_pager,
       
    40     EPbkqgn_prop_nrtyp_email,
       
    41     EPbkqgn_prop_nrtyp_address,
       
    42     EPbkqgn_prop_nrtyp_url,
       
    43     EPbkqgn_prop_nrtyp_date,
       
    44     EPbkqgn_prop_nrtyp_note,
       
    45     EPbkqgn_prop_nrtyp_tone,
       
    46     EPbkqgn_prop_pb_all_tab2,       // deprecated
       
    47     EPbkqgn_prop_group_tab2,        // deprecated
       
    48     EPbkqgn_prop_group_open_tab1,
       
    49     EPbkqgn_prop_pb_contacts_tab1,
       
    50     EPbkqgn_prop_pb_contacts_tab3,  // deprecated
       
    51     EPbkqgn_prop_pb_personal_tab3,  // deprecated
       
    52     EPbkqgn_prop_pb_photo_tab3,     // deprecated
       
    53     EPbkqgn_prop_group_small,
       
    54     EPbkqgn_graf_pb_status_backg,
       
    55     EPbkqgn_graf_phob_pcard_backg,  // deprecated
       
    56     EPbkqgn_graf_note_start,        // deprecated
       
    57     EPbkqgn_note_error,             // deprecated
       
    58     EPbkqgn_prop_nrtyp_empty,
       
    59     EPbkqgn_menu_phob_cxt,          // deprecated
       
    60     EPbkqgn_indi_voice_add,
       
    61     EPbkqgn_indi_qdial_add,
       
    62     EPbkqgn_prop_nrtyp_video,
       
    63     EPbkqgn_prop_nrtyp_voip,
       
    64     EPbkqgn_prop_nrtyp_poc,
       
    65     EPbkqgn_prop_nrtyp_swis,
       
    66     EPbkqgn_prop_nrtyp_sip,
       
    67     EPbkqgn_menu_empty_cxt,
       
    68     EPbkqgn_graf_phob_thumbnail_backg,
       
    69     EPbkqgn_prop_nrtyp_assistant,
       
    70     EPbkqgn_prop_nrtyp_car
       
    71     };
       
    72 
       
    73 #endif // __PbkIconId_HRH__
       
    74 
       
    75 // End of File