X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolInputSelectorWidget.h;h=80a6bde6d49875deacf733ad711b98b94c75e1c4;hb=71994af79becf05a83a73f4698a94f4586bb3ee7;hp=4940c44dc696b862f2c37a9b0a936d2fabed76f2;hpb=c1370c27d5fc65b499d6be1c5dc49a96da0bb8cc;p=clitk.git diff --git a/vv/vvToolInputSelectorWidget.h b/vv/vvToolInputSelectorWidget.h index 4940c44..80a6bde 100644 --- a/vv/vvToolInputSelectorWidget.h +++ b/vv/vvToolInputSelectorWidget.h @@ -3,8 +3,8 @@ Program: vv Module: $RCSfile: vvToolInputSelectorWidget.h,v $ Language: C++ - Date: $Date: 2010/02/05 09:06:46 $ - Version: $Revision: 1.2 $ + Date: $Date: 2010/03/01 15:38:09 $ + Version: $Revision: 1.4 $ Author : David Sarrut (david.sarrut@creatis.insa-lyon.fr) Copyright (C) 2010 @@ -30,8 +30,8 @@ #include #include - #include "ui_vvToolInputSelectorWidget.h" +#include "vvImage.h" class vvSlicerManager; @@ -45,7 +45,6 @@ class vvToolInputSelectorWidget: public QWidget, private Ui::vvToolInputSelector void Initialize(std::vector l, int index); int GetSelectedInputIndex() { return mCurrentIndex; } - void SetToolTip(QString s); public slots: void accept(); @@ -60,6 +59,7 @@ class vvToolInputSelectorWidget: public QWidget, private Ui::vvToolInputSelector Ui::vvToolInputSelectorWidget ui; std::vector mSlicerManagerList; int mCurrentIndex; + vvSlicerManager * mCurrentSliceManager; }; // end class vvToolInputSelectorWidget //------------------------------------------------------------------------------