X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickView.h;h=a156b164fdf3d91fced2062258cadb466ab3f119;hb=b2e15b58dfa9d444764952a94e37164f2cea58c2;hp=bc5eaf14571df83edadb5cf259bffb4c1c232cd1;hpb=b2bd47502b2ed48d4001e26bae3a961a3310c60d;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickView.h b/src2/creaImageIOWxGimmickView.h index bc5eaf1..a156b16 100644 --- a/src2/creaImageIOWxGimmickView.h +++ b/src2/creaImageIOWxGimmickView.h @@ -39,11 +39,14 @@ namespace creaImageIO /// Returns the selected Images so that they comply with the given parameter(<4D) ///(overloaded from GimmickView) vtkImageData* GetSelectedImage(int dim); + /// Returns the selected files + ///(overloaded from GimmickView) + void GetSelectedFiles(std::vector& s); /// Returns the selected Images so that they comply with the given parameter(4D) //(overloaded from GimmickView) void GetSelectedImages(std::vector& s, int dim); - /// Sets the message state - void SetMessage(const wxString& mess); + /// Validates the selected images + bool ValidateSelection(void *); protected: /// Creates the tool bar @@ -79,6 +82,7 @@ namespace creaImageIO void OnAddDir(wxCommandEvent& event); /// Callback for removing files void OnRemove(wxCommandEvent& event); + /// Display a message box with the last addition statistics void DisplayAddSummary(); @@ -88,9 +92,9 @@ namespace creaImageIO /// Progress dialog wxProgressDialog* mProgressDialog; - //The selection's maximum dimension + ///The selection's maximum dimension int mSelectionMaxDimension; - //The selection's minimum dimension + ///The selection's minimum dimension int mSelectionMinDimension;