X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvMainWindow.h;h=6426dfdd14c5edb2dc1aa7adc2392c70b1cb6034;hb=000ac5b867a708575268c7c823db4fcbe727c2d6;hp=60d37d6e3d39a128ea4f78705725a9e5ab180ccc;hpb=7d75fa08ff542ba0c30fdf47001c1652cb7ac159;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 60d37d6..6426dfd 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -131,7 +131,7 @@ public slots: void SelectOverlayImage(); void AddFusionImage(); - void SetVFProperty(int subsampling,int scale,int lut); + void SetVFProperty(int subsampling,int scale,int lut, int width); void SetOverlayProperty(int color); void SetFusionProperty(int opacity,int colormap,double window,double level); @@ -143,9 +143,6 @@ public slots: } void UpdateRenderWindows(); -// signals: -// void SlicerManagersHasChanged(); - private: //variables @@ -185,6 +182,9 @@ private: // std::vector mListOfRunningTool; static vvMainWindow * mSingleton; + + int mCurrentTime; + }; #include "vvMainWindow.txx"