]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmickView.h
#333 Export new list of filesnames after DropDuplicatePositions
[creaImageIO.git] / src / creaImageIOWxGimmickView.h
index 9e2f359523cfacfad98a36c355cba65a734afb76..34d605faa80444ba1eae913a3dda36e4a1606d19 100644 (file)
@@ -79,7 +79,7 @@ namespace creaImageIO
     void GetSelectedFiles(std::vector<std::string>& s);
     
         /// Returns the selected files in output structure
-       void getSelectedFiles(std::vector<OutStrGimmick> &outG, std::vector< std::string> out_infos, bool mult = false, const std::string out_model = "");
+       void getSelectedFiles(std::vector<OutStrGimmick> &outG, std::vector< std::string> out_infos, std::vector<std::string> &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<Gimmick> mGimmick;