|
1 /* |
|
2 * Copyright (c) 2002 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: HRH file for the Mtm Ui and Mtm Ui Data components |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef PUSHMTMUI_HRH |
|
21 #define PUSHMTMUI_HRH |
|
22 |
|
23 #include <uikon.hrh> |
|
24 #include <avkon.hrh> |
|
25 #include <bldvariant.hrh> |
|
26 |
|
27 enum TPushSettingsDialogCommand |
|
28 { |
|
29 // Dialog specific command ids. |
|
30 // |
|
31 EPushSettingsDialogCmdChangeWithoutSettingPage = EAknSoftkeyChange, |
|
32 // |
|
33 // Ui framework defined command ids. |
|
34 // |
|
35 EPushSettingsDialogCmdChange = EAknSoftkeySelect,// Required by CAknSettingPage::OfferKeyEventL. |
|
36 EPushSettingsDialogCmdOptions = EAknSoftkeyOptions,// = 3000 |
|
37 #ifdef __SERIES60_HELP |
|
38 EPushSettingsDialogCmdHelp = EAknCmdHelp, // = 4003 |
|
39 #endif //__SERIES60_HELP |
|
40 EPushSettingsDialogCmdBack = EAknSoftkeyBack, // = 3001 |
|
41 EPushSettingsDialogCmdExit = EEikCmdExit, // = 0x100. Use in HandleCommanL. |
|
42 EPushSettingsDialogCmdAknExit = EAknCmdExit // = 4011. Use in resources. |
|
43 }; |
|
44 |
|
45 enum TPushSettingsDialogControl |
|
46 { |
|
47 EPushSettingsDialogCntrlListBox = 1 |
|
48 }; |
|
49 |
|
50 enum TPushLoadWaitNoteControl |
|
51 { |
|
52 EPushLoadWaitNoteCntrl = 1 |
|
53 }; |
|
54 |
|
55 #endif // PUSHMTMUI_HRH |
|
56 |
|
57 // End of File |