X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcolorplaneexport.h;h=024e4c9ab904639b1360471fda461b5bd200c518;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=32ec2bbea7f4c14f41991151a9df298e504b5b0d;hpb=2f0bbf264645a589fad0cb4b7d686699a00ed00f;p=kdenlive diff --git a/src/colorplaneexport.h b/src/colorplaneexport.h index 32ec2bbe..024e4c9a 100644 --- a/src/colorplaneexport.h +++ b/src/colorplaneexport.h @@ -22,21 +22,21 @@ class ColorPlaneExport_UI; -enum COLOR_EXPORT_MODE { CPE_YUV, CPE_YUV_MOD }; - class ColorPlaneExport : public QDialog, public Ui::ColorPlaneExport_UI { Q_OBJECT public: ColorPlaneExport(QWidget *parent = 0); ~ColorPlaneExport(); -protected: + enum COLOR_EXPORT_MODE { CPE_YUV, CPE_YUV_Y, CPE_YUV_MOD, CPE_RGB_CURVE, CPE_YPbPr, CPE_HSV_HUESHIFT, CPE_HSV_SATURATION }; private: ColorTools *m_colorTools; float m_scaling; float m_Y; - + void enableSliderScaling(bool enable); + void enableSliderColor(bool enable); + void enableCbVariant(bool enable); private slots: void slotValidate();