equal
deleted
inserted
replaced
|
1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef __TVIEW3_HRH__ |
|
17 #define __TVIEW3_HRH__ |
|
18 |
|
19 enum |
|
20 { |
|
21 ETaskToAppAViewOne=1, |
|
22 ETaskToAppAViewTwo, |
|
23 ETaskToAppBViewOne, |
|
24 ETaskToAppBViewTwo, |
|
25 ETaskToAppAViewOneWithCustomMsg, |
|
26 ETaskToAppAViewTwoWithCustomMsg, |
|
27 ETaskToAppAViewTwoWithWideCustomMsg, |
|
28 ETaskToAppBViewOneWithCustomMsg, |
|
29 ETaskToAppBViewTwoWithCustomMsg, |
|
30 ETaskToAppAViewOneWithKey, |
|
31 ETaskToAppAViewTwoWithKey, |
|
32 ETaskToAppBViewOneWithKey, |
|
33 ETaskToAppBViewTwoWithKey, |
|
34 ESwitchView, |
|
35 EDisplayTaskList, |
|
36 EDNLViewAppC, |
|
37 EDisplayRichText, |
|
38 EActivationOOM, |
|
39 ESuccesiveAllocFail, |
|
40 EWaitingActivation, |
|
41 EStartMissingApp, |
|
42 EPanicedActivation, |
|
43 EPanicApp, |
|
44 EPanicedDeactivation, |
|
45 ESlowActivation, |
|
46 ESlowDeactivation |
|
47 }; |
|
48 |
|
49 enum |
|
50 { |
|
51 ESwitchDlg_AppChoice=1, |
|
52 ESwitchDlg_ViewChoice, |
|
53 ESwitchDlg_Key, |
|
54 ESwitchDlg_CustomMsg, |
|
55 ERtextedDlg_Editor |
|
56 }; |
|
57 |
|
58 #define KViewAppToolBarBreadth 100 |
|
59 |
|
60 #endif |