add full image control

This commit is contained in:
Desmis
2019-12-05 18:44:07 +01:00
parent 3b326cb5cb
commit b2b4ffe3d7
10 changed files with 66 additions and 2 deletions

View File

@@ -451,6 +451,8 @@ private:
//encoding log
Gtk::CheckButton* const Autogray;
sigc::connection AutograyConn;
Gtk::CheckButton* const fullimage;
sigc::connection fullimageConn;
// ComboBox widgets
// Color & Light
@@ -685,7 +687,8 @@ private:
//log encoding
void autocomputeToggled();
void AutograyChanged();
void fullimageChanged();
// Other widgets event functions
void lumacontrastMinusPressed();
void lumaneutralPressed();