X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickReaderDialog.h;h=1933a38174f1f1b3862cc1427d7bff64b0fb24d3;hb=33867ec27dd1743cd11b50939fdbb0f9ebd549f2;hp=38341c5fd59ffba37f5338b6df882c13e2dd1f22;hpb=0475a9d0f4623a7ce65d1f8b0c14e53b305b1c10;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickReaderDialog.h b/src2/creaImageIOWxGimmickReaderDialog.h index 38341c5..1933a38 100644 --- a/src2/creaImageIOWxGimmickReaderDialog.h +++ b/src2/creaImageIOWxGimmickReaderDialog.h @@ -11,23 +11,23 @@ namespace creaImageIO /** * \ingroup GUI */ - + //===================================================================== //===================================================================== - class /*CREAIMAGEIO_EXPORT*/ WxGimmickReaderDialog : public wxDialog + class CREAIMAGEIO_EXPORT WxGimmickReaderDialog : public wxDialog { public: - WxGimmickReaderDialog(); - WxGimmickReaderDialog(wxWindow *parent, + WxGimmickReaderDialog(); + WxGimmickReaderDialog(wxWindow *parent, const wxWindowID id, wxString title, - const wxPoint& pos, + const wxPoint& pos, 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; } // typedef WxGimmick ViewType; typedef WxGimmickView::EventType EventType; @@ -38,7 +38,7 @@ namespace creaImageIO //=============================================================================================== //Image Selection //=============================================================================================== - + void GetSelectedImages(std::vector& s, int dim) { mView->GetSelectedImages(s, dim); } @@ -49,12 +49,13 @@ namespace creaImageIO void OnSelChanged(EventType& event); void OnContextualMenu(EventType& event); void OnMenuTest(wxCommandEvent& event); - void OnValid(bool valid); - // void OnButtonOk(wxCommandEvent& event); - // void OnButtonCancel(wxCommandEvent& event); - + void OnValid(bool valid); + void OnExit(){ mView->StopPlayer(); } + // void OnButtonOk(wxCommandEvent& event); + // void OnButtonCancel(wxCommandEvent& event); + private : - + Gimmick* mGimmick; WxGimmickView* mView;