X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvOverlayPanel.h;h=71a7297d91e667803e419ae4856aeeb5f3d66e4f;hb=8ba069c89cddf44e9bd529b781bb5ddfd8d21adf;hp=34d908ad2d934f58b66672b8e94e9abb3241d79f;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvOverlayPanel.h b/vv/vvOverlayPanel.h index 34d908a..71a7297 100644 --- a/vv/vvOverlayPanel.h +++ b/vv/vvOverlayPanel.h @@ -52,12 +52,12 @@ public slots: void setVFProperty(); void setOverlayProperty(); void setFusionProperty(); + void VFColorChangeRequest(); signals: - void VFPropertyUpdated(int subsampling, int scale, int log); + 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 colormap, double window, double level); - }; // end class vvOverlayPanel //====================================================================