Preset cat02 automatic

This commit is contained in:
Desmis
2020-02-25 17:28:19 +01:00
parent 352873ea30
commit 603b55e690
8 changed files with 184 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ public:
bool adapCamComputed_ ();
void ybCamChanged (int yb) override;
bool ybCamComputed_ ();
void presetcat02pressed ();
void curveChanged (CurveEditor* ce) override;
void curveMode1Changed ();
bool curveMode1Changed_ ();
@@ -99,6 +99,8 @@ public:
void writeOptions (std::vector<int> &tpOpen);
private:
rtengine::ProcEvent Evcatpreset;
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);
@@ -143,6 +145,9 @@ private:
Gtk::CheckButton* tonecie;
// Gtk::CheckButton* sharpcie;
Gtk::Button* neutral;
Gtk::CheckButton* presetcat02;
sigc::connection presetcat02conn;
MyComboBoxText* surrsrc;
sigc::connection surrsrcconn;
@@ -172,6 +177,9 @@ private:
bool lastgamut;
bool lastdatacie;
bool lasttonecie;
bool lastpresetcat02;
double nexttemp;
double nextgreen;
IdleRegister idle_register;
};