Added method Illuminant to make choices easier in free mode

This commit is contained in:
Desmis
2020-03-04 16:31:49 +01:00
parent a356306728
commit 05f365c0d6
7 changed files with 133 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ public:
void surroundChanged ();
void surrsrcChanged ();
void wbmodelChanged ();
void illumChanged ();
void algoChanged ();
void surrsource_toggled ();
void gamut_toggled ();
@@ -102,6 +103,7 @@ public:
private:
rtengine::ProcEvent Evcatpreset;
rtengine::ProcEvent EvCATAutotempout;
rtengine::ProcEvent EvCATillum;
bool bgTTipQuery (int x, int y, bool keyboard_tooltip, const Glib::RefPtr<Gtk::Tooltip>& tooltip);
bool srTTipQuery (int x, int y, bool keyboard_tooltip, const Glib::RefPtr<Gtk::Tooltip>& tooltip);
void foldAllButMe (GdkEventButton* event, MyExpander *expander);
@@ -156,6 +158,8 @@ private:
sigc::connection surroundconn;
MyComboBoxText* wbmodel;
sigc::connection wbmodelconn;
MyComboBoxText* illum;
sigc::connection illumconn;
MyComboBoxText* algo;
sigc::connection algoconn;
sigc::connection surrconn;