videocollection/videocollectionview/inc/videocollectioncenrepdefs.h
changeset 41 229f037ce963
equal deleted inserted replaced
40:13331705e488 41:229f037ce963
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef _VIDEOCOLLETIONCENREP_H_
       
    19 #define _VIDEOCOLLETIONCENREP_H_
       
    20 
       
    21 // Cenrep constants.
       
    22 const int KVideoCollectionViewCenrepUid(0x2002BC63);
       
    23 const int KVideoCollectionViewCenrepVideoSortingRoleKey(0x1);
       
    24 const int KVideoCollectionViewCenrepVideoSortingOrderKey(0x2);
       
    25 const int KVideoCollectionViewCenrepCollectionsSortingRoleKey(0x3);
       
    26 const int KVideoCollectionViewCenrepCollectionsSortingOrderKey(0x4);
       
    27 
       
    28 const int KVideoCollectionViewCenrepServiceItem1Title(0x20);
       
    29 const int KVideoCollectionViewCenrepServiceItem1Text(0x21);
       
    30 const int KVideoCollectionViewCenrepServiceItem1IconPath(0x22);
       
    31 const int KVideoCollectionViewCenrepServiceItem1PressedIconPath(0x23);
       
    32 const int KVideoCollectionViewCenrepServiceItem1ToolbarIconPath(0x24);
       
    33 const int KVideoCollectionViewCenrepServiceItem1Url(0x25);
       
    34 const int KVideoCollectionViewCenrepServiceItem1Uid(0x26);
       
    35 
       
    36 const int KVideoCollectionViewCenrepServiceItem2Title(0x27);
       
    37 const int KVideoCollectionViewCenrepServiceItem2Text(0x28);
       
    38 const int KVideoCollectionViewCenrepServiceItem2ToolbarIconPath(0x29);
       
    39 const int KVideoCollectionViewCenrepServiceItem2Url(0x2A);
       
    40 const int KVideoCollectionViewCenrepServiceItem2Uid(0x2B);
       
    41 
       
    42 const int KVideoCollectionViewCenrepServiceItem3Title(0x2C);
       
    43 const int KVideoCollectionViewCenrepServiceItem3Text(0x2D);
       
    44 const int KVideoCollectionViewCenrepServiceItem3ToolbarIconPath(0x2E);
       
    45 const int KVideoCollectionViewCenrepServiceItem3Url(0x2F);
       
    46 const int KVideoCollectionViewCenrepServiceItem3Uid(0x30);
       
    47 
       
    48 const int KVideoCollectionViewCenrepServiceItem4Title(0x31);
       
    49 const int KVideoCollectionViewCenrepServiceItem4Text(0x32);
       
    50 const int KVideoCollectionViewCenrepServiceItem4ToolbarIconPath(0x33);
       
    51 const int KVideoCollectionViewCenrepServiceItem4Url(0x34);
       
    52 const int KVideoCollectionViewCenrepServiceItem4Uid(0x35);
       
    53 
       
    54 const int KVideoCollectionViewCenrepServiceItem5Title(0x36);
       
    55 const int KVideoCollectionViewCenrepServiceItem5Text(0x37);
       
    56 const int KVideoCollectionViewCenrepServiceItem5ToolbarIconPath(0x38);
       
    57 const int KVideoCollectionViewCenrepServiceItem5Url(0x39);
       
    58 const int KVideoCollectionViewCenrepServiceItem5Uid(0x3A);
       
    59 
       
    60 const int KVideoCollectionViewCenrepServiceItem6Title(0x3B);
       
    61 const int KVideoCollectionViewCenrepServiceItem6Text(0x3C);
       
    62 const int KVideoCollectionViewCenrepServiceItem6ToolbarIconPath(0x3D);
       
    63 const int KVideoCollectionViewCenrepServiceItem6Url(0x3E);
       
    64 const int KVideoCollectionViewCenrepServiceItem6Uid(0x3F);
       
    65 
       
    66 #endif // _VIDEOCOLLETIONCENREP_H_