X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkEvent.java;h=52ce5a55f3725706e7eec60ae41c9d1f50784b67;hb=da945733caf267fed4cf28206cc99f4f57fbd1e9;hp=460a588e86aac3fdfdb91ecd0d33afeee41bade2;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkEvent.java b/vtk/src/vtk/vtkEvent.java index 460a588e..52ce5a55 100644 --- a/vtk/src/vtk/vtkEvent.java +++ b/vtk/src/vtk/vtkEvent.java @@ -1,67 +1,67 @@ -// java wrapper for vtkEvent object -// - -package vtk; -import vtk.*; - -public class vtkEvent extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetEventId_2(int id0); - public void SetEventId(int id0) - { SetEventId_2(id0); } - - private native int GetEventId_3(); - public int GetEventId() - { return GetEventId_3(); } - - private native void SetModifier_4(int id0); - public void SetModifier(int id0) - { SetModifier_4(id0); } - - private native int GetModifier_5(); - public int GetModifier() - { return GetModifier_5(); } - - private native void SetKeyCode_6(char id0); - public void SetKeyCode(char id0) - { SetKeyCode_6(id0); } - - private native char GetKeyCode_7(); - public char GetKeyCode() - { return GetKeyCode_7(); } - - private native void SetRepeatCount_8(int id0); - public void SetRepeatCount(int id0) - { SetRepeatCount_8(id0); } - - private native int GetRepeatCount_9(); - public int GetRepeatCount() - { return GetRepeatCount_9(); } - - private native void SetKeySym_10(String id0); - public void SetKeySym(String id0) - { SetKeySym_10(id0); } - - private native String GetKeySym_11(); - public String GetKeySym() - { return GetKeySym_11(); } - - private native int GetModifier_12(vtkRenderWindowInteractor id0); - public int GetModifier(vtkRenderWindowInteractor id0) - { return GetModifier_12(id0); } - - public vtkEvent() { super(); } - - public vtkEvent(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkEvent object +// + +package vtk; +import vtk.*; + +public class vtkEvent extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetEventId_2(int id0); + public void SetEventId(int id0) + { SetEventId_2(id0); } + + private native int GetEventId_3(); + public int GetEventId() + { return GetEventId_3(); } + + private native void SetModifier_4(int id0); + public void SetModifier(int id0) + { SetModifier_4(id0); } + + private native int GetModifier_5(); + public int GetModifier() + { return GetModifier_5(); } + + private native void SetKeyCode_6(char id0); + public void SetKeyCode(char id0) + { SetKeyCode_6(id0); } + + private native char GetKeyCode_7(); + public char GetKeyCode() + { return GetKeyCode_7(); } + + private native void SetRepeatCount_8(int id0); + public void SetRepeatCount(int id0) + { SetRepeatCount_8(id0); } + + private native int GetRepeatCount_9(); + public int GetRepeatCount() + { return GetRepeatCount_9(); } + + private native void SetKeySym_10(String id0); + public void SetKeySym(String id0) + { SetKeySym_10(id0); } + + private native String GetKeySym_11(); + public String GetKeySym() + { return GetKeySym_11(); } + + private native int GetModifier_12(vtkRenderWindowInteractor id0); + public int GetModifier(vtkRenderWindowInteractor id0) + { return GetModifier_12(id0); } + + public vtkEvent() { super(); } + + public vtkEvent(long id) { super(id); } + public native long VTKInit(); + +}