1 #ifndef WXMARACASSURFACERENDERINGPROP3DMHD_H_
2 #define WXMARACASSURFACERENDERINGPROP3DMHD_H_
4 #include "wxMaracasSurfaceRenderingProp3D.h"
6 class wxMaracasSurfaceRenderingProp3DMHD : public wxMaracasSurfaceRenderingProp3D{
8 wxMaracasSurfaceRenderingProp3DMHD(wxWindow* parent, int propid, bool _isComplexBox, int _panID);
9 ~wxMaracasSurfaceRenderingProp3DMHD();
10 void onIsoValueRelease(wxScrollEvent& event );
11 void createControls(int maxisovalue);
12 void onViewImage(wxCommandEvent& event);
16 wxBitmapButton* _viewimage;
21 #endif /*WXMARACASSURFACERENDERINGPROP3DMHD_H_*/