X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=8a2f0365ae6361f9a8d31e36edc6d22277292a3c;hb=0cc07164d2ccd6614ae487008353113f68842b0b;hp=39f6ee50f5785fe00030d38cc0d2a3ab9fd0a8f4;hpb=275c743605c7ed7472c0ebe7c4f584b788ce49d1;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 39f6ee5..8a2f036 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -101,11 +101,12 @@ public slots: void SegmentationOnCurrentImage(); void SurfaceViewerLaunch(); - 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(); @@ -132,6 +133,7 @@ public slots: void SaveNOScreenshot(); void SaveSEScreenshot(); void SaveSOScreenshot(); + void SaveScreenshotAllSlices(); void ShowContextMenu(QPoint point); void CloseImage(); @@ -139,10 +141,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(); @@ -210,6 +213,4 @@ private: }; -#include "vvMainWindow.txx" - #endif