]> git.sesse.net Git - kdenlive/blobdiff - src/colorplaneexport.h
const'ref
[kdenlive] / src / colorplaneexport.h
index 32ec2bbea7f4c14f41991151a9df298e504b5b0d..aa17a66e17b47859c4d47b185a415de2ce777e28 100644 (file)
 
 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: