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 the engine. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef ENGINE_HRH |
|
20 #define ENGINE_HRH |
|
21 |
|
22 enum TRclCommands |
|
23 { |
|
24 ERclCmdViewDetails = 1, |
|
25 ERclCmdAddAsRecipient, |
|
26 ERclCmdAddToContacts, |
|
27 ERclCmdSaveToContacts, |
|
28 ERclCmdNewSearch, |
|
29 ERclCmdNewSearchPrefilled, |
|
30 ERclCmdCall, |
|
31 ERclCmdVoiceCall, |
|
32 ERclCmdVideoCall, |
|
33 ERclCmdVoip, |
|
34 ERclCmdSend, |
|
35 ERclCmdSendMsg, |
|
36 ERclCmdSendBusinessCard, |
|
37 ERclCmdSendAudioMsg, |
|
38 ERclCmdSendEmail, |
|
39 ERclCmdSendMeetingReq, |
|
40 ERclCmdToContact, |
|
41 ERclCmdSendCallbackReq, |
|
42 ERclCmdCopyDetail, |
|
43 ERclCmdTalk, |
|
44 ERclCmdHelp |
|
45 }; |
|
46 |
|
47 enum TListBoxType |
|
48 { |
|
49 ERclSearchResultListBox = 9, |
|
50 ERclResultInfoListBox |
|
51 }; |
|
52 |
|
53 #define KRclWaitDialogId 1001 |
|
54 |
|
55 #define KRclQueryTextMaxLength 40 |
|
56 |
|
57 #endif // ENGINE_HRH |