71
|
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 settings view.*
|
|
15 |
*/
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#ifndef VCXNSSETTINGSVIEW_HRH
|
|
21 |
#define VCXNSSETTINGSVIEW_HRH
|
|
22 |
|
|
23 |
// DATA TYPES
|
|
24 |
|
|
25 |
// Dialog page ids.
|
|
26 |
|
|
27 |
enum TVcxNsSettingsViewDlgPages
|
|
28 |
{
|
|
29 |
EVcSettingsViewFirstPage = 1
|
|
30 |
};
|
|
31 |
|
|
32 |
// Dialog line ids.
|
|
33 |
|
|
34 |
enum TVcxNsSettingsViewDlgLineId
|
|
35 |
{
|
|
36 |
EVcSettingsViewDlgLabel = 1,
|
|
37 |
EVcSettingsViewDlgCtrlIdApplications,
|
|
38 |
EVcSettingsViewDlgCtrlIdViews
|
|
39 |
};
|
|
40 |
|
|
41 |
enum TVcxNsSettingsViewSoftkeys
|
|
42 |
{
|
|
43 |
EVcSettingsViewSoftkeyOptions = 1,
|
|
44 |
EVcSettingsViewSoftkeyDone,
|
|
45 |
EVcSettingsViewSoftkeySelect,
|
|
46 |
EVcSettingsViewSoftkeyBack,
|
|
47 |
EVcSettingsViewSoftkeyMove,
|
|
48 |
EVcSettingsViewSoftkeyOk,
|
|
49 |
EVcSettingsViewSoftkeyExit,
|
|
50 |
EVcSettingsViewSoftkeyCancel,
|
|
51 |
EVcSettingsViewSoftkeyMSKPlay,
|
|
52 |
EVcSettingsViewSoftkeyMSKMenu,
|
|
53 |
EVcSettingsViewSoftkeyMSKOpen,
|
|
54 |
EVcSettingsViewSoftkeyMSKDoNothing,
|
|
55 |
EVcSettingsViewSoftkeySettingsApMskMark,
|
|
56 |
EVcSettingsViewSoftkeySettingsApMskUnmark,
|
|
57 |
EVcSettingsViewSoftkeySettingsApLskOptions
|
|
58 |
};
|
|
59 |
|
|
60 |
enum TVcxNsSettingsViewCmd
|
|
61 |
{
|
|
62 |
// Setting items
|
|
63 |
EVcSettingsViewCmdOpen = 30,
|
|
64 |
EVcSettingsViewCmdChange,
|
|
65 |
// Video service selection.
|
|
66 |
EVcSettingsServiceCmdMark,
|
|
67 |
EVcSettingsServiceCmdUnmark,
|
|
68 |
EVcSettingsServiceCmdSelect,
|
|
69 |
// Video service selection: Vod
|
|
70 |
EVcSettingsServiceCmdVodDetails,
|
|
71 |
EVcSettingsServiceCmdVodEdit,
|
|
72 |
EVcSettingsServiceCmdVodRemove,
|
|
73 |
EVcSettingsServiceCmdVodAdd,
|
|
74 |
// Video service selection: Vodcast
|
|
75 |
EVcSettingsServiceCmdVodcastDetails,
|
|
76 |
EVcSettingsServiceCmdVodcastEdit,
|
|
77 |
EVcSettingsServiceCmdVodcastRemove,
|
|
78 |
EVcSettingsServiceCmdVodcastAdd,
|
|
79 |
// Video service selection: Web link
|
|
80 |
EVcSettingsServiceCmdWebLinkDetails,
|
|
81 |
EVcSettingsServiceCmdWebLinkRemove,
|
|
82 |
// Add service
|
|
83 |
EVcSettingsViewAddServiceCmdChange,
|
|
84 |
// Common
|
|
85 |
EVcSettingsViewCmdHelp,
|
|
86 |
EVcSettingsViewCmdExit
|
|
87 |
};
|
|
88 |
|
|
89 |
enum TVcxNsSettingsViewAddServiceListItems
|
|
90 |
{
|
|
91 |
EVcSettingsViewAddServiceServiceNameItem = 1,
|
|
92 |
EVcSettingsViewAddServiceAddressItem,
|
|
93 |
EVcSettingsViewAddServiceServiceTypeItem,
|
|
94 |
EVcSettingsViewAddServiceUserNameItem,
|
|
95 |
EVcSettingsViewAddServicePasswordItem
|
|
96 |
};
|
|
97 |
|
|
98 |
enum
|
|
99 |
{
|
|
100 |
EVcConnectionSettingUsedSnapIdItem = 1,
|
|
101 |
EVcConnectionSettingAllowUseGprsItem,
|
|
102 |
EVcConnectionSettingAllowRoamingItem
|
|
103 |
};
|
|
104 |
|
|
105 |
#endif // VCXNSSETTINGSVIEW_HRH
|