]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.h
Improve stopmotion widget (show thumbs of previous frames)
[kdenlive] / src / stopmotion / stopmotion.h
index d86e2c0090cd4c35f33fc24fcff42a5810f63810..7742447b840f733e8549862802a96739bf00de09 100644 (file)
@@ -55,6 +55,9 @@ private:
 
   QAction *m_captureAction;
   
+  /** @brief Holds the index of the frame to be displayed in the frame preview mode. */
+  int m_animatedIndex;
+  
 private slots:
   /** @brief Display the live feed from capture device.
    @param isOn enable or disable the feature */
@@ -84,6 +87,18 @@ private slots:
   /** @brief Add sequence to current project. */
   void slotAddSequence();
 
+  /** @brief Update the frame list widget with newly created frame. */
+  void slotUpdateFrameList(int ix = -1);
+  
+  /** @brief Display selected fram in monitor. */
+  void slotShowSelectedFrame();
+
+  /** @brief Start animation preview mode. */
+  void slotPlayPreview();
+  
+  /** @brief Simulate animation. */
+  void slotAnimate();
+
 signals:
   /** @brief Ask to add sequence to current project. */
   void addOrUpdateSequence(const QString);