InterfaceVtkPanelWidgets.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   wxMaracas
00004   Module:    $RCSfile: InterfaceVtkPanelWidgets.h,v $
00005   Language:  C++
00006   Date:      $Date: 2009/05/14 13:54:34 $
00007   Version:   $Revision: 1.5 $
00008 
00009   Copyright: (c) 2002, 2003
00010   License:
00011   
00012      This software is distributed WITHOUT ANY WARRANTY; without even 
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00014      PURPOSE.  See the above copyright notice for more information.
00015 
00016 =========================================================================*/
00017 #ifndef __INTERFACEVTKPANELWIDGET__
00018 #define __INTERFACEVTKPANELWIDGET__
00019 
00020 #include <wx/event.h>
00021 #include "marTypes.h"
00022 
00023 class InterfaceVtkPanelWidgets
00024 {
00025 public:
00026 #if(WIN32)
00027 #else
00028     virtual ~InterfaceVtkPanelWidgets();
00029 #endif
00030         virtual void CallBackOnMouseWheel( wxMouseEvent& event );
00031         virtual void CallBackOnLeftDClick( wxMouseEvent& event );
00032 };
00033 
00034 
00035 #endif          //__INTERFACEVTKPANELWIDGET__

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1