]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.h
Keyboard shortcuts for stop motion capture
[kdenlive] / src / stopmotion / stopmotion.h
index dbefc944734e2c146bccb53a0e528fd9a92292ec..0f3f27bbca4bfbe1d6361cd0304a849eee1c7ddf 100644 (file)
@@ -54,8 +54,9 @@ public:
 
     /** @brief Build the stopmotion dialog.
      * @param projectFolder The current project folder, where captured files will be stored.
+     * @param actions The actions for this widget that can have a keyboard shortcut.
      * @param parent (optional) parent widget */
-    StopmotionWidget(KUrl projectFolder, QWidget *parent = 0);
+    StopmotionWidget(KUrl projectFolder, const QList< QAction * > actions, QWidget *parent = 0);
     virtual ~StopmotionWidget();
 
 protected:
@@ -184,6 +185,8 @@ private slots:
     /** @brief Set the effect to be applied to overlay frame. */
     void slotUpdateOverlayEffect(QAction *act);
 
+    /** @brief Switch between live view / currently selected fram. */
+    void slotSwitchLive();
 signals:
     /** @brief Ask to add sequence to current project. */
     void addOrUpdateSequence(const QString);