First patch for issue 2648: "Improvements related to the GUI" ; now RT uses the new MyExpander class that integrates the Enabled button.

This commit is contained in:
Hombrenatureh.510
2015-03-11 02:03:48 +01:00
parent 1aa2ae3903
commit 6020234205
104 changed files with 5099 additions and 1257 deletions

View File

@@ -44,10 +44,10 @@ class BlackWhite : public ToolParamBlock, public AdjusterListener, public Foldab
Gtk::HBox* autoHBox;
Gtk::Button* neutral;
Gtk::Label* RGBLabels;
MyComboBoxText* algo;
sigc::connection algoconn;
MyComboBoxText* algo;
sigc::connection algoconn;
Gtk::Label* alLabel;
Gtk::HBox* algoHBox;
Gtk::HBox* algoHBox;
Adjuster *mixerRed;
Adjuster *mixerGreen;
@@ -74,9 +74,6 @@ class BlackWhite : public ToolParamBlock, public AdjusterListener, public Foldab
Gtk::Frame* gammaFrame;
Gtk::Image *imgIcon[11];
Gtk::CheckButton* enabled;
bool lastEnabled;
sigc::connection enaconn;
Gtk::HSeparator* enabledccSep;
Gtk::CheckButton* enabledcc;
@@ -118,7 +115,7 @@ class BlackWhite : public ToolParamBlock, public AdjusterListener, public Foldab
void setAdjusterBehavior (bool bwadd, bool bwgadd);
void trimValues (rtengine::procparams::ProcParams* pp);
void enabledcc_toggled ();
void enabled_toggled ();
void enabledChanged ();
void methodChanged ();
void filterChanged ();
void settingChanged ();