X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcolorplaneexport.h;h=36816c247cd205ce38b027c0258e97ba25c0740c;hb=b01ec0dcade4544f2ced655c373619c96ab163ec;hp=32ec2bbea7f4c14f41991151a9df298e504b5b0d;hpb=2f0bbf264645a589fad0cb4b7d686699a00ed00f;p=kdenlive diff --git a/src/colorplaneexport.h b/src/colorplaneexport.h index 32ec2bbe..36816c24 100644 --- a/src/colorplaneexport.h +++ b/src/colorplaneexport.h @@ -22,20 +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(const bool &enable); + void enableSliderColor(const bool &enable); + void enableCbVariant(const bool &enable); private slots: