]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkEvent.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkEvent.java
1 // java wrapper for vtkEvent object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkEvent extends vtkObject\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetEventId_2(int id0);\r
19   public void SetEventId(int id0)\r
20     { SetEventId_2(id0); }\r
21 \r
22   private native int GetEventId_3();\r
23   public int GetEventId()\r
24     { return GetEventId_3(); }\r
25 \r
26   private native void SetModifier_4(int id0);\r
27   public void SetModifier(int id0)\r
28     { SetModifier_4(id0); }\r
29 \r
30   private native int GetModifier_5();\r
31   public int GetModifier()\r
32     { return GetModifier_5(); }\r
33 \r
34   private native void SetKeyCode_6(char id0);\r
35   public void SetKeyCode(char id0)\r
36     { SetKeyCode_6(id0); }\r
37 \r
38   private native char GetKeyCode_7();\r
39   public char GetKeyCode()\r
40     { return GetKeyCode_7(); }\r
41 \r
42   private native void SetRepeatCount_8(int id0);\r
43   public void SetRepeatCount(int id0)\r
44     { SetRepeatCount_8(id0); }\r
45 \r
46   private native int GetRepeatCount_9();\r
47   public int GetRepeatCount()\r
48     { return GetRepeatCount_9(); }\r
49 \r
50   private native void SetKeySym_10(String id0);\r
51   public void SetKeySym(String id0)\r
52     { SetKeySym_10(id0); }\r
53 \r
54   private native String GetKeySym_11();\r
55   public String GetKeySym()\r
56     { return GetKeySym_11(); }\r
57 \r
58   private native int GetModifier_12(vtkRenderWindowInteractor id0);\r
59   public int GetModifier(vtkRenderWindowInteractor id0)\r
60     { return GetModifier_12(id0); }\r
61 \r
62   public vtkEvent() { super(); }\r
63 \r
64   public vtkEvent(long id) { super(id); }\r
65   public native long   VTKInit();\r
66 \r
67 }\r