]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Avoid the native vtkInteractorStyle tretment of OnChar event
authorpkv <pkv@opencascade.com>
Wed, 12 Oct 2005 12:05:24 +0000 (12:05 +0000)
committerpkv <pkv@opencascade.com>
Wed, 12 Oct 2005 12:05:24 +0000 (12:05 +0000)
src/SVTK/SVTK_InteractorStyle.cxx
src/SVTK/SVTK_InteractorStyle.h

index a1278dd3522d3b831a682e014aa3e8c053bdb146..6e764a394cbbcd4d9fed09b7d6c3374d1b26ac34 100644 (file)
@@ -1318,3 +1318,7 @@ SVTK_InteractorStyle
 
   Superclass::ProcessEvents( object, event, clientData, callData );
 }
+//----------------------------------------------------------------------------
+void SVTK_InteractorStyle::OnChar()
+{
+}
index e229a12c84b245cb13f24ae880b9bcb304084b29..bfdd9d7670395545c1d3b76b522b17100a2da3a9 100644 (file)
@@ -130,6 +130,10 @@ class SVTK_EXPORT SVTK_InteractorStyle: public vtkInteractorStyle
   void
   OnRightButtonUp();
 
+  virtual
+  void
+  OnChar();
+
  protected:
   SVTK_InteractorStyle();
   ~SVTK_InteractorStyle();