aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-06 14:24:34 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commitce12bf3b6739a7a149f2cbed62951240dd536cab (patch)
tree1b762078d8760a54f1d7467ceff03daf8c2e6803 /src/crystfelimageview.h
parent4e64ee724415f5e2e0acf2846c77bbf293368364 (diff)
Show reflections in GUI
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r--src/crystfelimageview.h4
1 files changed, 4 insertions, 0 deletions
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 */