|
1 /* |
|
2 * Copyright (c) 2007-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 header file for schedule view.* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 #ifndef VCXNSSCHEDULEVIEW_HRH |
|
21 #define VCXNSSCHEDULEVIEW_HRH |
|
22 |
|
23 // DATA TYPES |
|
24 |
|
25 // Dialog page ids. |
|
26 |
|
27 |
|
28 enum TVcxNsScheduleViewSoftkeys |
|
29 { |
|
30 EVcScheduleViewSoftkeyOptions = 1, |
|
31 EVcScheduleViewSoftkeySelect, |
|
32 EVcScheduleViewSoftkeyBack, |
|
33 EVcScheduleViewSoftkeyMove, |
|
34 EVcScheduleViewSoftkeyOk, |
|
35 EVcScheduleViewSoftkeyExit, |
|
36 EVcScheduleViewSoftkeyCancel, |
|
37 EVcScheduleViewSoftkeyMSKPlay, |
|
38 EVcScheduleViewSoftkeyMSKMenu, |
|
39 EVcScheduleViewSoftkeyMSKOpen, |
|
40 EVcScheduleViewSoftkeyMSKDoNothing, |
|
41 EVcScheduleViewSoftkeyScheduleApMskMark, |
|
42 EVcScheduleViewSoftkeyScheduleApMskUnmark, |
|
43 EVcScheduleViewSoftkeyScheduleApLskOptions |
|
44 }; |
|
45 |
|
46 /** Schedule settings view command IDs */ |
|
47 enum TIptvVodScheduleSettingsCommands |
|
48 { |
|
49 EIptvScheduleSettingsCmdChange = 0x6000, |
|
50 EIptvScheduleSettingsCmdHelp, |
|
51 EIptvScheduleSettingsCmdExit |
|
52 }; |
|
53 |
|
54 enum TIptvVodScheduleSettingsItems |
|
55 { |
|
56 EIptvVodScheduleSettingsViewDownloadConditionItem = 1, |
|
57 EIptvVodScheduleSettingsViewDownloadTimeItem |
|
58 }; |
|
59 #endif // VCXNSSCHEDULEVIEW_HRH |