/*========================================================================= Program: wxMaracas Module: $RCSfile: InterfaceVtkPanelWidgets.h,v $ Language: C++ Date: $Date: 2008/10/31 16:32:41 $ Version: $Revision: 1.1 $ 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 class InterfaceVtkPanelWidgets { public: virtual void CallBackOnMouseWheel( wxMouseEvent& event ); virtual void CallBackOnLeftDClick( wxMouseEvent& event ); }; #endif //__INTERFACEVTKPANELWIDGET__