Generate Free Output Integrate Profile - FOIP

This commit is contained in:
Desmis
2018-04-06 17:35:33 +02:00
parent 7926e01f49
commit 4bcd6e01de
8 changed files with 117 additions and 15 deletions

View File

@@ -59,6 +59,8 @@ protected:
bool isBatchMode;
private:
rtengine::ProcEvent EvICMprimariMethod;
Gtk::VBox * iVBox;
Gtk::CheckButton* obpc;
@@ -80,6 +82,8 @@ private:
sigc::connection wnamesconn;
MyComboBoxText* wgamma;
sigc::connection wgammaconn;
MyComboBoxText* wprimari;
sigc::connection wprimariconn;
MyComboBoxText* onames;
sigc::connection onamesconn;
@@ -109,6 +113,7 @@ public:
void setAdjusterBehavior (bool gammaadd, bool slopeadd);
void wpChanged ();
void wprimariChanged ();
void opChanged ();
void oiChanged (int n);
void oBPCChanged ();