generate free ICC v2 or v4

This commit is contained in:
Desmis
2018-04-08 11:18:54 +02:00
parent 5e4ed74932
commit 6047430b43
8 changed files with 89 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ protected:
private:
rtengine::ProcEvent EvICMprimariMethod;
rtengine::ProcEvent EvICMprofileMethod;
Gtk::VBox * iVBox;
@@ -84,6 +85,8 @@ private:
sigc::connection wgammaconn;
MyComboBoxText* wprimari;
sigc::connection wprimariconn;
MyComboBoxText* wprofile;
sigc::connection wprofileconn;
MyComboBoxText* onames;
sigc::connection onamesconn;
@@ -114,6 +117,7 @@ public:
void wpChanged ();
void wprimariChanged ();
void wprofileChanged ();
void opChanged ();
void oiChanged (int n);
void oBPCChanged ();