#include "wxMPRWidget2.h" #include "marImageData.h" //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- wxMPRWidget2::wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize) : wxMPRWidget(parent,marimagedata,voxelSize) { } //---------------------------------------------------------------------------- wxMPRWidget2::~wxMPRWidget2() { } //---------------------------------------------------------------------------- void wxMPRWidget2::OnRefreshView(wxCommandEvent & event) // Virtual { wxCommandEvent newevent1(wxEVT_COMMAND_MENU_SELECTED,12121); // Refresh this->GetParent()->ProcessEvent(newevent1); }