]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h
virtual desctructors
[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: 2008/11/06 10:00:54 $
7   Version:   $Revision: 1.2 $
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
22 class InterfaceVtkPanelWidgets
23 {
24 public:
25         virtual ~InterfaceVtkPanelWidgets();
26         virtual void CallBackOnMouseWheel( wxMouseEvent& event );
27         virtual void CallBackOnLeftDClick( wxMouseEvent& event );
28 };
29
30
31 #endif          //__INTERFACEVTKPANELWIDGET__