Merge branch 'master' into clang-tidy
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "guiutils.h"
|
||||
|
||||
#include "toolpanel.h"
|
||||
#include "popupbutton.h"
|
||||
#include "../rtengine/imagedata.h"
|
||||
|
||||
class ICMPanelListener
|
||||
@@ -53,6 +54,8 @@ protected:
|
||||
sigc::connection beoconn;
|
||||
bool lastApplyHueSatMap;
|
||||
sigc::connection hsmconn;
|
||||
bool lastobpc;
|
||||
sigc::connection obpcconn;
|
||||
bool lastBlendCMSMatrix;
|
||||
bool isBatchMode;
|
||||
sigc::connection blendcmsconn;
|
||||
@@ -60,6 +63,7 @@ protected:
|
||||
private:
|
||||
Gtk::VBox * iVBox;
|
||||
|
||||
Gtk::CheckButton* obpc;
|
||||
Gtk::CheckButton* freegamma;
|
||||
Gtk::RadioButton* inone;
|
||||
|
||||
@@ -78,7 +82,7 @@ private:
|
||||
MyComboBoxText* wgamma;
|
||||
|
||||
MyComboBoxText* onames;
|
||||
MyComboBoxText* ointent;
|
||||
PopUpButton* ointent;
|
||||
Gtk::RadioButton* ofromdir;
|
||||
Gtk::RadioButton* ofromfile;
|
||||
Gtk::RadioButton* iunchanged;
|
||||
@@ -95,6 +99,7 @@ private:
|
||||
Glib::ustring lastRefFilename;
|
||||
Glib::ustring camName;
|
||||
void updateDCP(int dcpIlluminant, Glib::ustring dcp_name);
|
||||
void updateRenderingIntent (const Glib::ustring &profile);
|
||||
public:
|
||||
ICMPanel ();
|
||||
|
||||
@@ -107,7 +112,8 @@ public:
|
||||
|
||||
void wpChanged ();
|
||||
void opChanged ();
|
||||
void oiChanged ();
|
||||
void oiChanged (int n);
|
||||
void oBPCChanged ();
|
||||
void ipChanged ();
|
||||
void gpChanged ();
|
||||
void GamChanged ();
|
||||
|
Reference in New Issue
Block a user