diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:00:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:00:25 +0000 |
| commit | 6154d5f85664a26e9490c9120bef5e742af94490 (patch) | |
| tree | b6d8af6fb5a5d11357b60d84c74ed92ee7859c66 /src/wx/colour_conversion_editor.h | |
| parent | 86c09d276bc4d2a85321f8c1ba4f06c1cdf25b7c (diff) | |
Basic adaptations for changes to libdcp1 colour conversion handling.
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
| -rw-r--r-- | src/wx/colour_conversion_editor.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index ed22104e2..317171aa4 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,11 +40,16 @@ private: void changed (); void changed (wxSpinCtrlDouble *); + void set_text_ctrl (wxTextCtrl *, double); void set_spin_ctrl (wxSpinCtrlDouble *, double); std::map<wxSpinCtrlDouble*, double> _last_spin_ctrl_value; wxSpinCtrlDouble* _input_gamma; + wxSpinCtrlDouble* _input_power; + wxTextCtrl* _input_threshold; + wxTextCtrl* _input_A; + wxTextCtrl* _input_B; wxCheckBox* _input_gamma_linearised; wxTextCtrl* _matrix[3][3]; wxSpinCtrlDouble* _output_gamma; |
