X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=be50cb74dee6a2b61c897b28c71711befba74f42;hb=b7ea297944fd0df19cbaa19889cdb25673d93095;hp=dbd8dd1d5f230cbdbda9e859df00ae1ab28c3d2a;hpb=dfb1627eab468417ab2682a03a4a66cf6830b921;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index dbd8dd1..be50cb7 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -54,6 +54,7 @@ class vvMainWindow: public vvMainWindowBase, void ShowLastImage(); virtual void UpdateCurrentSlicer(); + virtual QTabWidget * GetTab(); //vvMainWindowToolInfo * GetInfoForTool(); // void AddRunningTool(vvToolCreatorBase * tool); @@ -131,7 +132,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);