X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvToolInputSelectorWidget.h;h=80a6bde6d49875deacf733ad711b98b94c75e1c4;hb=95c9ed39f813cd2a90d5dfbee394b50425627e8e;hp=d84673f2b59e479ac26bbfadecfe21f5e34419b9;hpb=f7dee5f397e4efa933ef32507698ff1c1e573c2e;p=clitk.git diff --git a/vv/vvToolInputSelectorWidget.h b/vv/vvToolInputSelectorWidget.h index d84673f..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/01/29 13:54:37 $ - Version: $Revision: 1.1 $ + 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,14 +30,13 @@ #include #include - #include "ui_vvToolInputSelectorWidget.h" +#include "vvImage.h" class vvSlicerManager; //------------------------------------------------------------------------------ -class QDESIGNER_WIDGET_EXPORT vvToolInputSelectorWidget: - public QWidget, private Ui::vvToolInputSelectorWidget +class vvToolInputSelectorWidget: public QWidget, private Ui::vvToolInputSelectorWidget { Q_OBJECT public: @@ -46,7 +45,6 @@ class QDESIGNER_WIDGET_EXPORT vvToolInputSelectorWidget: void Initialize(std::vector l, int index); int GetSelectedInputIndex() { return mCurrentIndex; } - void SetToolTip(QString s); public slots: void accept(); @@ -61,6 +59,7 @@ class QDESIGNER_WIDGET_EXPORT vvToolInputSelectorWidget: Ui::vvToolInputSelectorWidget ui; std::vector mSlicerManagerList; int mCurrentIndex; + vvSlicerManager * mCurrentSliceManager; }; // end class vvToolInputSelectorWidget //------------------------------------------------------------------------------