equal
deleted
inserted
replaced
|
1 // GuiCons.hrh |
|
2 // |
|
3 // Copyright (c) 2009 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #ifndef __GUICONS_HRH__ |
|
14 #define __GUICONS_HRH__ |
|
15 |
|
16 // GuiCons commands |
|
17 enum TGuiConsCommands |
|
18 { |
|
19 EGuiConsCommandFirst = 0x6001, // start value must not be 0 |
|
20 EGuiConsFocusConsole = EGuiConsCommandFirst, |
|
21 EGuiConsFocusEdwin, |
|
22 EGuiConsCloseConsole, |
|
23 EGuiConsNewConsole, |
|
24 EGuiConsSwitchTab, |
|
25 EGuiConsCtrlC, |
|
26 EGuiConsNavigationSubMenu, |
|
27 EGuiConsSettingsSubMenu, |
|
28 EGuiConsCommandsSubMenu, |
|
29 EGuiConsCommandLast, |
|
30 |
|
31 // Commands below here are in submenus |
|
32 EGuiConsPageUp, |
|
33 EGuiConsPageDown, |
|
34 EGuiConsHome, |
|
35 EGuiConsEnd, |
|
36 EGuiConsLongPressSwitchesTabs, |
|
37 EGuiConsShow5Way, |
|
38 EGuiConsChooseFont, |
|
39 EGuiConsResetFont, |
|
40 |
|
41 ECommandStart = 0x6500, |
|
42 ETabStart = 0x7000 |
|
43 }; |
|
44 |
|
45 #endif // __GUICONS_HRH__ |