New curve editor, first batch (parametric curves, overlaid histogram in curve area)

This commit is contained in:
ghorvath
2010-04-16 08:44:41 +00:00
parent fbcf2a187b
commit 71b74bbfd2
46 changed files with 1579 additions and 1248 deletions

View File

@@ -21,7 +21,6 @@
#include <gtkmm.h>
#include <glibmm.h>
#include <rtengine.h>
class HistogramArea;
struct HistogramAreaIdleHelper {
@@ -74,7 +73,7 @@ class HistogramArea : public Gtk::DrawingArea {
void styleChanged (const Glib::RefPtr<Gtk::Style>& style);
};
class HistogramPanel : public Gtk::HBox, public rtengine::HistogramListener {
class HistogramPanel : public Gtk::HBox {
protected: