Version: 6.3.1

src/SVTK/SVTK_KeyFreeInteractorStyle.h

Go to the documentation of this file.
00001 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
00002 //
00003 // This library is free software; you can redistribute it and/or
00004 // modify it under the terms of the GNU Lesser General Public
00005 // License as published by the Free Software Foundation; either
00006 // version 2.1 of the License.
00007 //
00008 // This library is distributed in the hope that it will be useful,
00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 // Lesser General Public License for more details.
00012 //
00013 // You should have received a copy of the GNU Lesser General Public
00014 // License along with this library; if not, write to the Free Software
00015 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00016 //
00017 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00018 //
00019 
00020 //  SALOME VTKViewer : build VTK viewer into Salome desktop
00021 //  File   : SVTK_KeyFreeInteractorStyle.h
00022 //  Author : Christophe ATTANASIO
00023 //  Module : SALOME
00024 //  $Header: /home/server/cvs/GUI/GUI_SRC/src/SVTK/SVTK_KeyFreeInteractorStyle.h,v 1.2.22.1.12.1 2011-06-01 13:53:40 vsr Exp $
00025 //
00026 #ifndef __SVTK_KeyFreeInteractorStyle_h
00027 #define __SVTK_KeyFreeInteractorStyle_h
00028 
00029 
00030 #include "SVTK.h"
00031 
00032 #include "SVTK_InteractorStyle.h"
00033 
00035 class SVTK_EXPORT SVTK_KeyFreeInteractorStyle : public SVTK_InteractorStyle
00036 {
00037  public:
00038   static SVTK_KeyFreeInteractorStyle *New();
00039   vtkTypeMacro(SVTK_KeyFreeInteractorStyle,SVTK_InteractorStyle);
00040   
00041  protected:
00042   SVTK_KeyFreeInteractorStyle();
00043   ~SVTK_KeyFreeInteractorStyle();
00044 
00045   SVTK_KeyFreeInteractorStyle(const SVTK_KeyFreeInteractorStyle&); // Not implemented
00046   void operator=(const SVTK_KeyFreeInteractorStyle&); // Not implemented
00047 
00048   // Generic event bindings must be overridden in subclasses
00049 
00051   virtual void OnLeftButtonDown(int ctrl, int shift, int x, int y);
00052 
00054   virtual void OnMiddleButtonDown(int ctrl, int shift, int x, int y);
00055 
00057   virtual void OnLeftButtonUp(int ctrl, int shift, int x, int y);
00058 
00060   virtual void OnMiddleButtonUp(int ctrl, int shift, int x, int y);
00061 
00063   virtual void OnChar();
00064   
00065   bool myIsMidButtonDown;
00066   bool myIsLeftButtonDown;
00067 };
00068 
00069 #endif
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS