InterfaceVtkPanelWidgets.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
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__