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