summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/bindings/static/Key.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qtsharp/src/bindings/static/Key.cs')
-rw-r--r--qtsharp/src/bindings/static/Key.cs269
1 files changed, 269 insertions, 0 deletions
diff --git a/qtsharp/src/bindings/static/Key.cs b/qtsharp/src/bindings/static/Key.cs
new file mode 100644
index 00000000..1e02dd37
--- /dev/null
+++ b/qtsharp/src/bindings/static/Key.cs
@@ -0,0 +1,269 @@
+// QApplication.cs - A Qt to C# binding.
+//
+// Copyright (C) 2002 Adam Treat (manyoso@yahoo.com)
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+//
+// Generated File. Do Not Modify.
+
+namespace Qt {
+
+ using Qt;
+ using System;
+ using System.Runtime.InteropServices;
+
+ public enum Key {
+ Key_Escape = 4096,
+ Key_Tab = 4097,
+ Key_Backtab = 4098,
+ Key_BackTab = Key_Backtab,
+ Key_Backspace = 4099,
+ Key_BackSpace = Key_Backspace,
+ Key_Return = 4100,
+ Key_Enter = 4101,
+ Key_Insert = 4102,
+ Key_Delete = 4103,
+ Key_Pause = 4104,
+ Key_Print = 4105,
+ Key_SysReq = 4106,
+ Key_Home = 4112,
+ Key_End = 4113,
+ Key_Left = 4114,
+ Key_Up = 4115,
+ Key_Right = 4116,
+ Key_Down = 4117,
+ Key_Prior = 4118,
+ Key_PageUp = Key_Prior,
+ Key_Next = 4119,
+ Key_PageDown = Key_Next,
+ Key_Shift = 4128,
+ Key_Control = 4129,
+ Key_Meta = 4130,
+ Key_Alt = 4131,
+ Key_CapsLock = 4132,
+ Key_NumLock = 4133,
+ Key_ScrollLock = 4134,
+ Key_F1 = 4144,
+ Key_F2 = 4145,
+ Key_F3 = 4146,
+ Key_F4 = 4147,
+ Key_F5 = 4148,
+ Key_F6 = 4149,
+ Key_F7 = 4150,
+ Key_F8 = 4151,
+ Key_F9 = 4152,
+ Key_F10 = 4153,
+ Key_F11 = 4154,
+ Key_F12 = 4155,
+ Key_F13 = 4156,
+ Key_F14 = 4157,
+ Key_F15 = 4158,
+ Key_F16 = 4159,
+ Key_F17 = 4160,
+ Key_F18 = 4161,
+ Key_F19 = 4162,
+ Key_F20 = 4163,
+ Key_F21 = 4164,
+ Key_F22 = 4165,
+ Key_F23 = 4166,
+ Key_F24 = 4167,
+ Key_F25 = 4168,
+ Key_F26 = 4169,
+ Key_F27 = 4170,
+ Key_F28 = 4171,
+ Key_F29 = 4172,
+ Key_F30 = 4173,
+ Key_F31 = 4174,
+ Key_F32 = 4175,
+ Key_F33 = 4176,
+ Key_F34 = 4177,
+ Key_F35 = 4178,
+ Key_Super_L = 4179,
+ Key_Super_R = 4180,
+ Key_Menu = 4181,
+ Key_Hyper_L = 4182,
+ Key_Hyper_R = 4183,
+ Key_Help = 4184,
+ Key_Direction_L = 4185,
+ Key_Direction_R = 4192,
+ Key_Space = 32,
+ Key_Any = Key_Space,
+ Key_Exclam = 33,
+ Key_QuoteDbl = 34,
+ Key_NumberSign = 35,
+ Key_Dollar = 36,
+ Key_Percent = 37,
+ Key_Ampersand = 38,
+ Key_Apostrophe = 39,
+ Key_ParenLeft = 40,
+ Key_ParenRight = 41,
+ Key_Asterisk = 42,
+ Key_Plus = 43,
+ Key_Comma = 44,
+ Key_Minus = 45,
+ Key_Period = 46,
+ Key_Slash = 47,
+ Key_0 = 48,
+ Key_1 = 49,
+ Key_2 = 50,
+ Key_3 = 51,
+ Key_4 = 52,
+ Key_5 = 53,
+ Key_6 = 54,
+ Key_7 = 55,
+ Key_8 = 56,
+ Key_9 = 57,
+ Key_Colon = 58,
+ Key_Semicolon = 59,
+ Key_Less = 60,
+ Key_Equal = 61,
+ Key_Greater = 62,
+ Key_Question = 63,
+ Key_At = 64,
+ Key_A = 65,
+ Key_B = 66,
+ Key_C = 67,
+ Key_D = 68,
+ Key_E = 69,
+ Key_F = 70,
+ Key_G = 71,
+ Key_H = 72,
+ Key_I = 73,
+ Key_J = 74,
+ Key_K = 75,
+ Key_L = 76,
+ Key_M = 77,
+ Key_N = 78,
+ Key_O = 79,
+ Key_P = 80,
+ Key_Q = 81,
+ Key_R = 82,
+ Key_S = 83,
+ Key_T = 84,
+ Key_U = 85,
+ Key_V = 86,
+ Key_W = 87,
+ Key_X = 88,
+ Key_Y = 89,
+ Key_Z = 90,
+ Key_BracketLeft = 91,
+ Key_Backslash = 92,
+ Key_BracketRight = 93,
+ Key_AsciiCircum = 94,
+ Key_Underscore = 95,
+ Key_QuoteLeft = 96,
+ Key_BraceLeft = 123,
+ Key_Bar = 124,
+ Key_BraceRight = 125,
+ Key_AsciiTilde = 126,
+ Key_nobreakspace = 160,
+ Key_exclamdown = 161,
+ Key_cent = 162,
+ Key_sterling = 163,
+ Key_currency = 164,
+ Key_yen = 165,
+ Key_brokenbar = 166,
+ Key_section = 167,
+ Key_diaeresis = 168,
+ Key_copyright = 169,
+ Key_ordfeminine = 170,
+ Key_guillemotleft = 171,
+ Key_notsign = 172,
+ Key_hyphen = 173,
+ Key_registered = 174,
+ Key_macron = 175,
+ Key_degree = 176,
+ Key_plusminus = 177,
+ Key_twosuperior = 178,
+ Key_threesuperior = 179,
+ Key_acute = 180,
+ Key_mu = 181,
+ Key_paragraph = 182,
+ Key_periodcentered = 183,
+ Key_cedilla = 184,
+ Key_onesuperior = 185,
+ Key_masculine = 186,
+ Key_guillemotright = 187,
+ Key_onequarter = 188,
+ Key_onehalf = 189,
+ Key_threequarters = 190,
+ Key_questiondown = 191,
+ Key_Agrave = 192,
+ Key_Aacute = 193,
+ Key_Acircumflex = 194,
+ Key_Atilde = 195,
+ Key_Adiaeresis = 196,
+ Key_Aring = 197,
+ Key_AE = 198,
+ Key_Ccedilla = 199,
+ Key_Egrave = 200,
+ Key_Eacute = 201,
+ Key_Ecircumflex = 202,
+ Key_Ediaeresis = 203,
+ Key_Igrave = 204,
+ Key_Iacute = 205,
+ Key_Icircumflex = 206,
+ Key_Idiaeresis = 207,
+ Key_ETH = 208,
+ Key_Ntilde = 209,
+ Key_Ograve = 210,
+ Key_Oacute = 211,
+ Key_Ocircumflex = 212,
+ Key_Otilde = 213,
+ Key_Odiaeresis = 214,
+ Key_multiply = 215,
+ Key_Ooblique = 216,
+ Key_Ugrave = 217,
+ Key_Uacute = 218,
+ Key_Ucircumflex = 219,
+ Key_Udiaeresis = 220,
+ Key_Yacute = 221,
+ Key_THORN = 222,
+ Key_ssharp = 223,
+ Key_agrave = 224,
+ Key_aacute = 225,
+ Key_acircumflex = 226,
+ Key_atilde = 227,
+ Key_adiaeresis = 228,
+ Key_aring = 229,
+ Key_ae = 230,
+ Key_ccedilla = 231,
+ Key_egrave = 232,
+ Key_eacute = 233,
+ Key_ecircumflex = 234,
+ Key_ediaeresis = 235,
+ Key_igrave = 236,
+ Key_iacute = 237,
+ Key_icircumflex = 238,
+ Key_idiaeresis = 239,
+ Key_eth = 240,
+ Key_ntilde = 241,
+ Key_ograve = 242,
+ Key_oacute = 243,
+ Key_ocircumflex = 244,
+ Key_otilde = 245,
+ Key_odiaeresis = 246,
+ Key_division = 247,
+ Key_oslash = 248,
+ Key_ugrave = 249,
+ Key_uacute = 250,
+ Key_ucircumflex = 251,
+ Key_udiaeresis = 252,
+ Key_yacute = 253,
+ Key_thorn = 254,
+ Key_ydiaeresis = 255,
+ Key_unknown = 65535
+ }
+} \ No newline at end of file