Clipboard for tone curve, on behalf of Wolfgang; see issue #631

This commit is contained in:
Oliver Duis
2011-04-17 09:39:42 +02:00
parent 41b3987cb4
commit 9320f1ce4a
5 changed files with 59 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ protected:
Gtk::Button* saveCustom;
Gtk::Button* loadCustom;
Gtk::Button* copyCustom;
Gtk::Button* pasteCustom;
Gtk::Button* saveNURBS;
Gtk::Button* loadNURBS;
@@ -64,6 +66,8 @@ protected:
void restoreDisplayedHistogram ();
void savePressed ();
void loadPressed ();
void copyPressed ();
void pastePressed ();
void switchGUI();
bool curveReset (int cType);
void removeEditor ();