#ifndef WXMARACASSURFACERENDERINGPROP3D_H_ #define WXMARACASSURFACERENDERINGPROP3D_H_ #include "wxMaracasSurfaceRenderingPanel.h" class wxMaracasSurfaceRenderingProp3D : public wxMaracasSurfaceRenderingPanel{ public: wxMaracasSurfaceRenderingProp3D(wxWindow* parent, int propid); ~wxMaracasSurfaceRenderingProp3D(); virtual void createControls(); void onOpacityRelease(wxScrollEvent& event ); void onCheckBoxChange(wxCommandEvent& event); void onColorChange(wxCommandEvent& event); void onViewImage(wxCommandEvent& event); private: wxCheckBox* checkbox; wxSlider* opacity; wxBitmapButton* _colorchoose; wxBitmapButton* _viewimage; }; #endif /*WXMARACASSURFACERENDERINGPROP3D_H_*/