videofeeds/hgvodui/inc/vcxhgvodui.hrh
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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 "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:    Resource headers for project hgvodui*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VCXNSVODUI_HRH
       
    21 #define VCXNSVODUI_HRH
       
    22 
       
    23 /** VOD View IDs */
       
    24 enum TIptvVodViewIds
       
    25  	{
       
    26  	EIptvVodFeedView             = 1, 
       
    27  	EIptvVodScheduleSettingsView = 2, 
       
    28  	EVodPlayerViewId             = 3,
       
    29  	EVodSettingsViewId           = 4,
       
    30  	// IDs from 5 to 9 are reserved for future use.
       
    31  	EVodDynamicViewBaseId        = 10
       
    32  	};
       
    33 
       
    34 /** Service view command IDs  */
       
    35 enum TVcxHgVodServiceOptionCmd
       
    36     {
       
    37     EVcxHgVodServiceOpenCmd = 50,
       
    38     EVcxHgVodServiceSubscriptionsCmd, 
       
    39     EVcxHgVodServiceDetailsCmd,
       
    40     EVcxHgVodServiceRemoveCmd,
       
    41     EVcxHgVodServiceAddCmd,
       
    42     EVcxHgVodServiceAddViaCatalogCmd,
       
    43     EVcxHgVodServiceAddManuallyCmd,
       
    44     EVcxHgVodServiceRefreshAllCmd,
       
    45     EVcxHgVodServiceManageAccountCmd,
       
    46     EVcxHgVodServiceMoveCmd
       
    47     };
       
    48 
       
    49 /** Category view command IDs  */
       
    50 enum TVcxHgVodCategoryOptionCmd
       
    51     {
       
    52     EVcxHgVodCategoryOpenCmd = 100,
       
    53     EVcxHgVodCategoryScheduleDownloadsCmd
       
    54     };
       
    55 
       
    56 /** Content view command IDs  */
       
    57 enum TVcxHgVodContentOptionCmd
       
    58     {
       
    59     EVcxHgVodContentPlayCmd = 150,
       
    60     EVcxHgVodContentStartDownloadCmd,
       
    61     EVcxHgVodContentResumeDownloadCmd,
       
    62     EVcxHgVodContentCancelDownloadCmd,
       
    63     EVcxHgVodContentOpenLinkCmd,
       
    64     EVcxHgVodContentPreviewCmd,
       
    65     EVcxHgVodContentDetailsCmd,
       
    66     EVcxHgVodContentSendCmd,
       
    67     EVcxHgVodContentSendViaMsgCmd,
       
    68     EVcxHgVodContentSendViaEmailCmd,
       
    69     EVcxHgVodContentNewSearchCmd,
       
    70     EVcxHgVodContentScheduleDownloadsCmd
       
    71     };
       
    72 
       
    73 /** Service group view command IDs  */
       
    74 enum TVcxHgVodServiceGroupOptionCmd
       
    75     {
       
    76     EVcxHgVodServiceGroupOpenCmd = 200
       
    77     };
       
    78 
       
    79 /** Content view MSK command IDs  */
       
    80 enum TVcxHgVodMskOptionCmd
       
    81     {
       
    82     EVcxHgVodEmptyMskCmd = 250
       
    83     };
       
    84 
       
    85 enum TVcxHgVodMovingCmd 
       
    86     {
       
    87     EVcxHgVodMovingSoftkeyOk = 300,
       
    88     EVcxHgVodMovingSoftkeyCancel
       
    89     };
       
    90 
       
    91 #endif // VCXNSVODUI_HRH