/*========================================================================= Program: wxMaracas Module: $RCSfile: InterfaceVtkPanelWidgets.h,v $ Language: C++ Date: $Date: 2009/05/14 13:54:34 $ Version: $Revision: 1.5 $ Copyright: (c) 2002, 2003 License: This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef __INTERFACEVTKPANELWIDGET__ #define __INTERFACEVTKPANELWIDGET__ #include #include "marTypes.h" class InterfaceVtkPanelWidgets { public: #if(WIN32) #else virtual ~InterfaceVtkPanelWidgets(); #endif virtual void CallBackOnMouseWheel( wxMouseEvent& event ); virtual void CallBackOnLeftDClick( wxMouseEvent& event ); }; #endif //__INTERFACEVTKPANELWIDGET__