X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickReaderDialog.h;h=c254ea4b4569bd5a07d989813c9ddab459b0b80f;hb=9482bdab20cd58378b088085f8fa8731d7b7b416;hp=4d932214bebf7229f295268cae49481a14ead351;hpb=10480b68ab85e5e7a4ddcf56ebfc83f5870061b5;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickReaderDialog.h b/src2/creaImageIOWxGimmickReaderDialog.h index 4d93221..c254ea4 100644 --- a/src2/creaImageIOWxGimmickReaderDialog.h +++ b/src2/creaImageIOWxGimmickReaderDialog.h @@ -14,7 +14,7 @@ namespace creaImageIO //===================================================================== //===================================================================== - class /*CREAIMAGEIO_EXPORT*/ WxGimmickReaderDialog : public wxDialog + class CREAIMAGEIO_EXPORT WxGimmickReaderDialog : public wxDialog { public: WxGimmickReaderDialog(); @@ -25,6 +25,7 @@ namespace creaImageIO const wxSize& size, int image_min_dim = GIMMICK_2D_IMAGE_SELECTION, int image_max_dim = GIMMICK_3D_IMAGE_SELECTION, + int output_dim = NATIVE, int threads = 0); Gimmick* GetGimmick() { return mGimmick; } @@ -37,8 +38,7 @@ namespace creaImageIO //=============================================================================================== //Image Selection //=============================================================================================== - vtkImageData* GetSelectedImage(int dim) - { return mView->GetSelectedImage(dim); } + void GetSelectedImages(std::vector& s, int dim) { mView->GetSelectedImages(s, dim); } @@ -49,12 +49,10 @@ namespace creaImageIO void OnSelChanged(EventType& event); void OnContextualMenu(EventType& event); void OnMenuTest(wxCommandEvent& event); - void OnValid(wxCommandEvent& event); + void OnValid(bool valid); + void OnExit(){mView->StopPlayer();} // void OnButtonOk(wxCommandEvent& event); - // void OnButtonCancel(wxCommandEvent& event); - - DECLARE_EVENT_TABLE() - + // void OnButtonCancel(wxCommandEvent& event); private :