epoc32/include/app/Pbk2IconId.hrh
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/app/Pbk2IconId.hrh	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,75 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:  Phonebook 2 icon names.
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +#ifndef PBK2ICONID_HRH
    1.23 +#define PBK2ICONID_HRH
    1.24 +
    1.25 +// CONSTANTS
    1.26 +
    1.27 +#define KPbk2NullIconIdOwnerUid     0
    1.28 +
    1.29 +/**
    1.30 + * The core Phonebook 2 icon ids.
    1.31 + */
    1.32 +enum TPbk2CoreIconId
    1.33 +    {
    1.34 +    EPbk2NullIconId                             = -1,
    1.35 +    EPbk2qgn_indi_marked_add                    =  1,
    1.36 +    EPbk2qgn_prop_checkbox_off,
    1.37 +    EPbk2qgn_prop_checkbox_on,
    1.38 +    EPbk2qgn_prop_nrtyp_phone,
    1.39 +    EPbk2qgn_prop_nrtyp_home,
    1.40 +    EPbk2qgn_prop_nrtyp_work,
    1.41 +    EPbk2qgn_prop_nrtyp_mobile,
    1.42 +    EPbk2qgn_prop_nrtyp_fax,
    1.43 +    EPbk2qgn_prop_nrtyp_pager,
    1.44 +    EPbk2qgn_prop_nrtyp_email,
    1.45 +    EPbk2qgn_prop_nrtyp_address,
    1.46 +    EPbk2qgn_prop_nrtyp_url,
    1.47 +    EPbk2qgn_prop_nrtyp_date,
    1.48 +    EPbk2qgn_prop_nrtyp_note,
    1.49 +    EPbk2qgn_prop_nrtyp_tone,
    1.50 +    EPbk2qgn_prop_group_open_tab1,
    1.51 +    EPbk2qgn_prop_group_small,
    1.52 +    EPbk2qgn_graf_pb_status_backg,
    1.53 +    EPbk2qgn_prop_nrtyp_empty,
    1.54 +    EPbk2qgn_indi_voice_add,
    1.55 +    EPbk2qgn_indi_qdial_add,
    1.56 +    EPbk2qgn_prop_nrtyp_video,
    1.57 +    EPbk2qgn_prop_nrtyp_voip,
    1.58 +    EPbk2qgn_prop_nrtyp_poc,
    1.59 +    EPbk2qgn_prop_nrtyp_swis,
    1.60 +    EPbk2qgn_prop_nrtyp_sip,
    1.61 +    EPbk2qgn_menu_empty_cxt,
    1.62 +    EPbk2qgn_graf_phob_thumbnail_backg,
    1.63 +    EPbk2qgn_prop_nrtyp_assistant,
    1.64 +    EPbk2qgn_prop_nrtyp_car,
    1.65 +    EPbk2qgn_indi_tb_call,
    1.66 +    EPbk2qgn_indi_tb_mce,
    1.67 +    EPbk2qgn_indi_tb_avail_contacts,
    1.68 +    EPbk2qgn_prop_pb_topc,
    1.69 +    EPbk2qgn_prop_locev_map,
    1.70 +    EPbk2qgn_prop_pb_no_valid_lm,
    1.71 +    EPbk2qgn_prop_blid_waypoint,
    1.72 +    EPbk2qgn_prop_radiobutt_off,
    1.73 +    EPbk2qgn_prop_radiobutt_on
    1.74 +    };
    1.75 +
    1.76 +#endif // PBK2ICONID_HRH
    1.77 +
    1.78 +// End of File