]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h
9c8f9df2ea570cf5190967373d8dafe5b7b9b361
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / InterfaceVtkPanelWidgets.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: InterfaceVtkPanelWidgets.h,v $
5   Language:  C++
6   Date:      $Date: 2009/05/14 13:54:34 $
7   Version:   $Revision: 1.5 $
8
9   Copyright: (c) 2002, 2003
10   License:
11   
12      This software is distributed WITHOUT ANY WARRANTY; without even 
13      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14      PURPOSE.  See the above copyright notice for more information.
15
16 =========================================================================*/
17 #ifndef __INTERFACEVTKPANELWIDGET__
18 #define __INTERFACEVTKPANELWIDGET__
19
20 #include <wx/event.h>
21 #include "marTypes.h"
22
23 class InterfaceVtkPanelWidgets
24 {
25 public:
26 #if(WIN32)
27 #else
28     virtual ~InterfaceVtkPanelWidgets();
29 #endif
30         virtual void CallBackOnMouseWheel( wxMouseEvent& event );
31         virtual void CallBackOnLeftDClick( wxMouseEvent& event );
32 };
33
34
35 #endif          //__INTERFACEVTKPANELWIDGET__