]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
move playhead to mouse curser position if p key is pressed
[kdenlive] / src / mainwindow.h
index 7593c59a9c81871ecffd6362ddaa3d665af577ac..3e8445f196346904c26c9c4f52ff0649a609a1f4 100644 (file)
@@ -305,7 +305,7 @@ private:
     QStringList m_pluginFileNames;
     QByteArray m_timelineState;
     void loadTranscoders();
-    void loadStabilize();
+    void loadClipActions();
     QPixmap createSchemePreviewIcon(const KSharedConfigPtr &config);
 
     /** @brief Checks that the Kdenlive mime type is correctly installed.
@@ -499,7 +499,7 @@ private slots:
     void slotShowTimeline(bool show);
     void slotMaximizeCurrent(bool show);
     void slotTranscode(KUrl::List urls = KUrl::List());
-    void slotStabilize();
+    void slotStartClipAction();
     void slotTranscodeClip();
     /** @brief Archive project: creates a copy of the project file with all clips in a new folder. */
     void slotArchiveProject();
@@ -566,6 +566,10 @@ private slots:
     void slotChangePalette();
     /** @brief Save current timeline clip as mlt playlist. */
     void slotSaveTimelineClip();
+    /** @brief Process keyframe data sent from a clip to effect / transition stack. */
+    void slotProcessImportKeyframes(GRAPHICSRECTITEM type, const QString& data);
+    /** @brief Move playhead to mouse curser position if p key is pressed */
+    void slotOnPlayheadKeyPressed();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);