/*========================================================================= Program: wxMaracas Module: $RCSfile: InterfaceVtkPanelWidgets.h,v $ Language: C++ Date: $Date: 2008/11/07 10:38:58 $ Version: $Revision: 1.3 $ 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 ~InterfaceVtkPanelWidgets(); #endif virtual void CallBackOnMouseWheel( wxMouseEvent& event ); virtual void CallBackOnLeftDClick( wxMouseEvent& event ); }; #endif //__INTERFACEVTKPANELWIDGET__