wxMaracasSurfaceRenderingProp3DMHD.h

Go to the documentation of this file.
00001 #ifndef WXMARACASSURFACERENDERINGPROP3DMHD_H_
00002 #define WXMARACASSURFACERENDERINGPROP3DMHD_H_
00003 
00004 #include "wxMaracasSurfaceRenderingProp3D.h"
00005 
00006 class wxMaracasSurfaceRenderingProp3DMHD : public wxMaracasSurfaceRenderingProp3D{
00007 public:
00008         wxMaracasSurfaceRenderingProp3DMHD(wxWindow* parent, int propid, bool _isComplexBox, int _panID);
00009         ~wxMaracasSurfaceRenderingProp3DMHD();
00010         void onIsoValueRelease(wxScrollEvent& event );
00011         void createControls(int maxisovalue);   
00012         void onViewImage(wxCommandEvent& event);
00013         
00014 private:        
00015         wxSlider* isovalue;
00016         wxBitmapButton* _viewimage;
00017         int _propid;
00018         
00019 };
00020 
00021 #endif /*WXMARACASSURFACERENDERINGPROP3DMHD_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1