X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvOverlayPanel.h;h=5000e6444b83ef3248c33b732a3044475b842022;hb=2fc09af39b364b82ddf930be3fee40ca192218ff;hp=ef0dcf1f352178b5bf9d16c194a0d0ca359f9d42;hpb=8eed6bc78fb0ef451329c9aaa1df10271bda1129;p=clitk.git diff --git a/vv/vvOverlayPanel.h b/vv/vvOverlayPanel.h index ef0dcf1..5000e64 100644 --- a/vv/vvOverlayPanel.h +++ b/vv/vvOverlayPanel.h @@ -58,6 +58,11 @@ signals: void VFPropertyUpdated(int subsampling, int scale, int log, int width, double r, double g, double b); void OverlayPropertyUpdated(int color); void FusionPropertyUpdated(int opacity, int thresOpacity, int colormap, double window, double level); + + +private: + bool disableFusionSignals; + }; // end class vvOverlayPanel //====================================================================