From ce12bf3b6739a7a149f2cbed62951240dd536cab Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 6 Jul 2020 14:24:34 +0200 Subject: Show reflections in GUI --- src/crystfelimageview.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/crystfelimageview.h') diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h index 90c406b7..ff07f4b3 100644 --- a/src/crystfelimageview.h +++ b/src/crystfelimageview.h @@ -87,6 +87,7 @@ struct _crystfelimageview double brightness; int show_peaks; + int show_refls; }; struct _crystfelimageviewclass @@ -111,4 +112,7 @@ extern void crystfel_image_view_set_brightness(CrystFELImageView *iv, extern void crystfel_image_view_set_show_peaks(CrystFELImageView *iv, int show_peaks); +extern void crystfel_image_view_set_show_reflections(CrystFELImageView *iv, + int show_refls); + #endif /* CRYSTFELIMAGEVIEW_H */ -- cgit v1.2.3