X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickReaderDialog.h;h=94b29b2379cd7377901eb0754391987370ab5d73;hb=cb539b100d38f3092d06430575f846c916235db4;hp=4b3e6b663cec6ba2aef2c2a11e0b0a2c1426f869;hpb=6af4831637e7dbc737fc8a42ae1395ee94658103;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickReaderDialog.h b/src2/creaImageIOWxGimmickReaderDialog.h index 4b3e6b6..94b29b2 100644 --- a/src2/creaImageIOWxGimmickReaderDialog.h +++ b/src2/creaImageIOWxGimmickReaderDialog.h @@ -20,6 +20,8 @@ namespace creaImageIO WxGimmickReaderDialog(); WxGimmickReaderDialog(wxWindow *parent, const wxWindowID id, + const std::string i_namedescp , + const std::string i_namedb , wxString title, const wxPoint& pos, const wxSize& size, @@ -28,7 +30,7 @@ namespace creaImageIO int output_dim = NATIVE, int threads = 0); - boost::shared_ptr GetGimmick() { return mGimmick; } + boost::shared_ptr GetGimmick() { return mGimmick; } // typedef WxGimmick ViewType; typedef WxGimmickView::EventType EventType; @@ -57,11 +59,12 @@ namespace creaImageIO private : - boost::shared_ptr mGimmick; + boost::shared_ptr mGimmick; WxGimmickView* mView; wxButton* mOkButton; wxButton* mCancelButton; + wxBoxSizer *mtopsizer; enum { @@ -76,7 +79,6 @@ namespace creaImageIO } // EO namespace creaImageIO - #endif // USE_WIDGETS // EOF #endif