X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxGimmickView.h;h=34d605faa80444ba1eae913a3dda36e4a1606d19;hb=b124b45664473a3ad32c1c8cf680cc3355e4dbd2;hp=9e2f359523cfacfad98a36c355cba65a734afb76;hpb=79372affb878a3ffd7896b8ffbb06b564c0550ce;p=creaImageIO.git diff --git a/src/creaImageIOWxGimmickView.h b/src/creaImageIOWxGimmickView.h index 9e2f359..34d605f 100644 --- a/src/creaImageIOWxGimmickView.h +++ b/src/creaImageIOWxGimmickView.h @@ -79,7 +79,7 @@ namespace creaImageIO void GetSelectedFiles(std::vector& s); /// Returns the selected files in output structure - void getSelectedFiles(std::vector &outG, std::vector< std::string> out_infos, bool mult = false, const std::string out_model = ""); + void getSelectedFiles(std::vector &outG, std::vector< std::string> out_infos, std::vector &outFileNames, bool mult = false, const std::string out_model = ""); /// Returns the selected Images so that they comply with the /// given parameter(4D) (overloaded from GimmickView) @@ -142,7 +142,7 @@ namespace creaImageIO protected: /// Creates the tool bar - void CreateToolBar(); + void CreateToolBar( ); /// Create the tree view for TreeHandler provided /// (overloaded from GimmickView) @@ -157,7 +157,8 @@ namespace creaImageIO /// before everything is ok) bool mConstructed; /// The ToolBar and the tools - wxToolBar *mToolBar; +// wxToolBar *mToolBar; + wxPanel *mToolBar; wxToolBarToolBase *mToolAddFile; wxToolBarToolBase *mToolAddDir; wxToolBarToolBase *mToolRemove; @@ -175,6 +176,8 @@ namespace creaImageIO /// The list of icons wxImageList *mIcon; void CreateIconList(); + void AddBtnTool(wxPanel *panel, wxBoxSizer *sizerH, int id, wxString label, int idBitmap, wxString tooltip ); + boost::shared_ptr mGimmick;