X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=8ee5ab26178adf4d421514e1c9a8a147c79765b9;hb=a1dbb1f955409410f9402f9f257482a03bb5d5d6;hp=35a5d90adbf2f2ca0ce3a4b6be77e0f60d4f5475;hpb=db9d3e7eb7bcb35f127e10af368cce7c3c9f2820;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 35a5d90..8ee5ab2 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -101,12 +101,12 @@ public slots: void SegmentationOnCurrentImage(); void SurfaceViewerLaunch(); - void WindowsChanged(int window, int view, int slice); - void WindowLevelChanged(double window, double level,int preset, int colormap); + void WindowLevelChanged(); void UpdateSlice(int slicer, int slice); void UpdateTSlice(int slicer, int slice); void UpdateSliceRange(int slicer, int min, int max, int tmin, int tmax); void WindowLevelEdited(); + void SetWindowLevel(double w, double l); void UpdateColorMap(); void UpdateWindowLevel(); void SwitchWindowLevel(); @@ -140,10 +140,11 @@ public slots: void OpenField(); void SelectOverlayImage(); void SelectFusionImage(); + void ResetTransformationToIdentity(); void SetVFProperty(int subsampling,int scale,int lut, int width, double r, double g, double b); - void SetOverlayProperty(int color); - void SetFusionProperty(int opacity,int colormap,double window,double level); + void SetOverlayProperty(int color, int linked, double window, double level); + void SetFusionProperty(int opacity, int tresOpacity, int colormap,double window,double level); void GoToCursor(); void PlayPause(); @@ -211,6 +212,4 @@ private: }; -#include "vvMainWindow.txx" - #endif