]> git.sesse.net Git - kdenlive/blobdiff - src/beziercurve/beziersplineeditor.h
Bezier Spline: Add grid. Number of lines in the grid can be increased with a button...
[kdenlive] / src / beziercurve / beziersplineeditor.h
index 68fb7b6ed6c66bf4a4a352fc4e9c2c55b16b3a7e..b4dfe7aeafafdef0fcd8d37212032abc3790f7d8 100644 (file)
@@ -40,6 +40,7 @@ public:
 public slots:
     void slotZoomIn();
     void slotZoomOut();
+    void slotGridChange();
 
 protected:
     //void keyPressEvent(QKeyEvent *event);
@@ -56,6 +57,7 @@ private:
     enum point_types { PTypeH1, PTypeP, PTypeH2 };
     modes m_mode;
     int m_zoomLevel;
+    int m_gridLines;
     int m_currentPointIndex;
     point_types m_currentPointType;
     double m_grabOffsetX;