equal
deleted
inserted
replaced
|
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 "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 Multiselection UI |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 #ifndef MULTISELECTIONUI_HRH |
|
25 #define MULTISELECTIONUI_HRH |
|
26 |
|
27 |
|
28 // DATA TYPES |
|
29 enum TMultiSelectionUiCommandIds |
|
30 { |
|
31 EHomeConnectCmdAppChange = 1 |
|
32 }; |
|
33 |
|
34 |
|
35 |
|
36 enum TMultiSelectionUiFileSharingDlgItems |
|
37 { |
|
38 EVisibilitySettingItem = 0, |
|
39 EVisualAlbumsSettingItem, |
|
40 EPlaylistSettingItem |
|
41 }; |
|
42 |
|
43 enum TMultiSelectionUiDlgLineIds |
|
44 { |
|
45 EListBoxId = 1, |
|
46 ESettingsListBoxId, |
|
47 EFileSharingListBoxId |
|
48 }; |
|
49 |
|
50 enum TMultiSelectionUiDlgLineId |
|
51 { |
|
52 EMultiSelectionListBoxId = 1 |
|
53 }; |
|
54 |
|
55 enum TMultiSelectionUiCbaButtons |
|
56 { |
|
57 EAknSoftkeyContinue = 1 |
|
58 }; |
|
59 |
|
60 #endif // MULTISELECTIONUI |
|
61 |
|
62 // End of File |