epoc32/include/app/Pbk2IconId.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 /*
     2 * Copyright (c) 2005-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:  Phonebook 2 icon names.
    15 *
    16 */
    17 
    18 
    19 #ifndef PBK2ICONID_HRH
    20 #define PBK2ICONID_HRH
    21 
    22 // CONSTANTS
    23 
    24 #define KPbk2NullIconIdOwnerUid     0
    25 
    26 /**
    27  * The core Phonebook 2 icon ids.
    28  */
    29 enum TPbk2CoreIconId
    30     {
    31     EPbk2NullIconId                             = -1,
    32     EPbk2qgn_indi_marked_add                    =  1,
    33     EPbk2qgn_prop_checkbox_off,
    34     EPbk2qgn_prop_checkbox_on,
    35     EPbk2qgn_prop_nrtyp_phone,
    36     EPbk2qgn_prop_nrtyp_home,
    37     EPbk2qgn_prop_nrtyp_work,
    38     EPbk2qgn_prop_nrtyp_mobile,
    39     EPbk2qgn_prop_nrtyp_fax,
    40     EPbk2qgn_prop_nrtyp_pager,
    41     EPbk2qgn_prop_nrtyp_email,
    42     EPbk2qgn_prop_nrtyp_address,
    43     EPbk2qgn_prop_nrtyp_url,
    44     EPbk2qgn_prop_nrtyp_date,
    45     EPbk2qgn_prop_nrtyp_note,
    46     EPbk2qgn_prop_nrtyp_tone,
    47     EPbk2qgn_prop_group_open_tab1,
    48     EPbk2qgn_prop_group_small,
    49     EPbk2qgn_graf_pb_status_backg,
    50     EPbk2qgn_prop_nrtyp_empty,
    51     EPbk2qgn_indi_voice_add,
    52     EPbk2qgn_indi_qdial_add,
    53     EPbk2qgn_prop_nrtyp_video,
    54     EPbk2qgn_prop_nrtyp_voip,
    55     EPbk2qgn_prop_nrtyp_poc,
    56     EPbk2qgn_prop_nrtyp_swis,
    57     EPbk2qgn_prop_nrtyp_sip,
    58     EPbk2qgn_menu_empty_cxt,
    59     EPbk2qgn_graf_phob_thumbnail_backg,
    60     EPbk2qgn_prop_nrtyp_assistant,
    61     EPbk2qgn_prop_nrtyp_car,
    62     EPbk2qgn_indi_tb_call,
    63     EPbk2qgn_indi_tb_mce,
    64     EPbk2qgn_indi_tb_avail_contacts,
    65     EPbk2qgn_prop_pb_topc,
    66     EPbk2qgn_prop_locev_map,
    67     EPbk2qgn_prop_pb_no_valid_lm,
    68     EPbk2qgn_prop_blid_waypoint,
    69     EPbk2qgn_prop_radiobutt_off,
    70     EPbk2qgn_prop_radiobutt_on
    71     };
    72 
    73 #endif // PBK2ICONID_HRH
    74 
    75 // End of File