videocollection/videocollectionview/inc/videocollectioncenrepdefs.h
author hgs
Thu, 24 Jun 2010 09:49:13 +0300
changeset 41 229f037ce963
permissions -rw-r--r--
201025
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
hgs
parents:
diff changeset
     1
/*
hgs
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     3
* All rights reserved.
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     8
*
hgs
parents:
diff changeset
     9
* Initial Contributors:
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    11
*
hgs
parents:
diff changeset
    12
* Contributors:
hgs
parents:
diff changeset
    13
*
hgs
parents:
diff changeset
    14
* Description:
hgs
parents:
diff changeset
    15
*
hgs
parents:
diff changeset
    16
*/
hgs
parents:
diff changeset
    17
hgs
parents:
diff changeset
    18
#ifndef _VIDEOCOLLETIONCENREP_H_
hgs
parents:
diff changeset
    19
#define _VIDEOCOLLETIONCENREP_H_
hgs
parents:
diff changeset
    20
hgs
parents:
diff changeset
    21
// Cenrep constants.
hgs
parents:
diff changeset
    22
const int KVideoCollectionViewCenrepUid(0x2002BC63);
hgs
parents:
diff changeset
    23
const int KVideoCollectionViewCenrepVideoSortingRoleKey(0x1);
hgs
parents:
diff changeset
    24
const int KVideoCollectionViewCenrepVideoSortingOrderKey(0x2);
hgs
parents:
diff changeset
    25
const int KVideoCollectionViewCenrepCollectionsSortingRoleKey(0x3);
hgs
parents:
diff changeset
    26
const int KVideoCollectionViewCenrepCollectionsSortingOrderKey(0x4);
hgs
parents:
diff changeset
    27
hgs
parents:
diff changeset
    28
const int KVideoCollectionViewCenrepServiceItem1Title(0x20);
hgs
parents:
diff changeset
    29
const int KVideoCollectionViewCenrepServiceItem1Text(0x21);
hgs
parents:
diff changeset
    30
const int KVideoCollectionViewCenrepServiceItem1IconPath(0x22);
hgs
parents:
diff changeset
    31
const int KVideoCollectionViewCenrepServiceItem1PressedIconPath(0x23);
hgs
parents:
diff changeset
    32
const int KVideoCollectionViewCenrepServiceItem1ToolbarIconPath(0x24);
hgs
parents:
diff changeset
    33
const int KVideoCollectionViewCenrepServiceItem1Url(0x25);
hgs
parents:
diff changeset
    34
const int KVideoCollectionViewCenrepServiceItem1Uid(0x26);
hgs
parents:
diff changeset
    35
hgs
parents:
diff changeset
    36
const int KVideoCollectionViewCenrepServiceItem2Title(0x27);
hgs
parents:
diff changeset
    37
const int KVideoCollectionViewCenrepServiceItem2Text(0x28);
hgs
parents:
diff changeset
    38
const int KVideoCollectionViewCenrepServiceItem2ToolbarIconPath(0x29);
hgs
parents:
diff changeset
    39
const int KVideoCollectionViewCenrepServiceItem2Url(0x2A);
hgs
parents:
diff changeset
    40
const int KVideoCollectionViewCenrepServiceItem2Uid(0x2B);
hgs
parents:
diff changeset
    41
hgs
parents:
diff changeset
    42
const int KVideoCollectionViewCenrepServiceItem3Title(0x2C);
hgs
parents:
diff changeset
    43
const int KVideoCollectionViewCenrepServiceItem3Text(0x2D);
hgs
parents:
diff changeset
    44
const int KVideoCollectionViewCenrepServiceItem3ToolbarIconPath(0x2E);
hgs
parents:
diff changeset
    45
const int KVideoCollectionViewCenrepServiceItem3Url(0x2F);
hgs
parents:
diff changeset
    46
const int KVideoCollectionViewCenrepServiceItem3Uid(0x30);
hgs
parents:
diff changeset
    47
hgs
parents:
diff changeset
    48
const int KVideoCollectionViewCenrepServiceItem4Title(0x31);
hgs
parents:
diff changeset
    49
const int KVideoCollectionViewCenrepServiceItem4Text(0x32);
hgs
parents:
diff changeset
    50
const int KVideoCollectionViewCenrepServiceItem4ToolbarIconPath(0x33);
hgs
parents:
diff changeset
    51
const int KVideoCollectionViewCenrepServiceItem4Url(0x34);
hgs
parents:
diff changeset
    52
const int KVideoCollectionViewCenrepServiceItem4Uid(0x35);
hgs
parents:
diff changeset
    53
hgs
parents:
diff changeset
    54
const int KVideoCollectionViewCenrepServiceItem5Title(0x36);
hgs
parents:
diff changeset
    55
const int KVideoCollectionViewCenrepServiceItem5Text(0x37);
hgs
parents:
diff changeset
    56
const int KVideoCollectionViewCenrepServiceItem5ToolbarIconPath(0x38);
hgs
parents:
diff changeset
    57
const int KVideoCollectionViewCenrepServiceItem5Url(0x39);
hgs
parents:
diff changeset
    58
const int KVideoCollectionViewCenrepServiceItem5Uid(0x3A);
hgs
parents:
diff changeset
    59
hgs
parents:
diff changeset
    60
const int KVideoCollectionViewCenrepServiceItem6Title(0x3B);
hgs
parents:
diff changeset
    61
const int KVideoCollectionViewCenrepServiceItem6Text(0x3C);
hgs
parents:
diff changeset
    62
const int KVideoCollectionViewCenrepServiceItem6ToolbarIconPath(0x3D);
hgs
parents:
diff changeset
    63
const int KVideoCollectionViewCenrepServiceItem6Url(0x3E);
hgs
parents:
diff changeset
    64
const int KVideoCollectionViewCenrepServiceItem6Uid(0x3F);
hgs
parents:
diff changeset
    65
hgs
parents:
diff changeset
    66
#endif // _VIDEOCOLLETIONCENREP_H_