X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickView.h;h=a156b164fdf3d91fced2062258cadb466ab3f119;hb=b2e15b58dfa9d444764952a94e37164f2cea58c2;hp=ac816a07ea5ad162c45c3057fbb38a90dca7ccb2;hpb=10480b68ab85e5e7a4ddcf56ebfc83f5870061b5;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickView.h b/src2/creaImageIOWxGimmickView.h index ac816a0..a156b16 100644 --- a/src2/creaImageIOWxGimmickView.h +++ b/src2/creaImageIOWxGimmickView.h @@ -39,9 +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); + /// Validates the selected images + bool ValidateSelection(void *); protected: /// Creates the tool bar @@ -63,6 +68,7 @@ namespace creaImageIO wxSplitterWindow* mSplitter; wxPanel* mBottomPanel; + wxStaticText * mText; wxNotebook* mNotebook; /// The list of icons @@ -76,17 +82,19 @@ namespace creaImageIO void OnAddDir(wxCommandEvent& event); /// Callback for removing files void OnRemove(wxCommandEvent& event); - /// Display a message box with the last addition statistics + + /// Display a message box with the last addition statistics void DisplayAddSummary(); /// AddProgress Gimmick callback void OnAddProgress( Gimmick::AddProgress& ); + /// 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;