rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram_bezier / bistogram.h
index 2a3849d5a6b6671b0e867fd964e168e740a2d99a..ae933b06c7cf3a0b9691d17ffd7cb36be35eaaa5 100644 (file)
@@ -44,6 +44,7 @@ class HistogramMain : public PluginVClient
 public:
        HistogramMain(PluginServer *server);
        ~HistogramMain();
+       void reset();
 
        int process_realtime(VFrame *input_ptr, VFrame *output_ptr);
        int is_realtime();
@@ -78,6 +79,8 @@ public:
        int current_point;
 // Current channel being viewed
        int mode;
+// total histogram bins
+       int slots;
        int dragging_point;
        int point_x_offset;
        int point_y_offset;