X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvOverlayPanel.h;h=bd9e9722771ed599d358fc70f2898fab73151ec2;hb=66d644a09be8cbd79cbda488e22337bf60d65303;hp=63bad7bc633c3461ad19d39e1b3b5f51ab2342b5;hpb=6194949c0beb1589904e22381b9aba1bbface172;p=clitk.git diff --git a/vv/vvOverlayPanel.h b/vv/vvOverlayPanel.h index 63bad7b..bd9e972 100644 --- a/vv/vvOverlayPanel.h +++ b/vv/vvOverlayPanel.h @@ -47,17 +47,20 @@ public: void getCurrentVectorInfo(int visibility, double x, double y, double z, double value); void getCurrentOverlayInfo(int visibility,double valueOver, double valueRef); void getCurrentFusionInfo(int visibility,double value); + + bool getShowLegend(); public slots: void setVFProperty(); void setOverlayProperty(); void setFusionProperty(); + void setFusionSpinProperty(); void VFColorChangeRequest(); signals: void VFPropertyUpdated(int subsampling, int scale, int log, int width, double r, double g, double b); void OverlayPropertyUpdated(int color, int linked, double window, double level); - void FusionPropertyUpdated(int opacity, int thresOpacity, int colormap, double window, double level); + void FusionPropertyUpdated(int opacity, int thresOpacity, int colormap, double window, double level, bool showLegend); private: