]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
make slot names more kdenlive conform
[kdenlive] / src / customtrackview.h
index 240d5f19e1bb6a0a367dc5eb9f20558a86d1e3d0..7db48f597959e7694603ca20248f7ec8b6c7220d 100644 (file)
@@ -302,6 +302,11 @@ public slots:
     void slotAddEffect(ClipItem *clip, QDomElement effect);
     void slotImportClipKeyframes(GRAPHICSRECTITEM type);
 
+    /** @brief Get effect parameters ready for MLT*/
+    static void adjustEffectParameters(EffectsParameterList &parameters, QDomNodeList params, MltVideoProfile profile, const QString &prefix = QString());
+       /** @brief Move playhead to mouse curser position if defined key is pressed */
+    void slotAlignPlayheadToMousePos();
+
 protected:
     virtual void drawBackground(QPainter * painter, const QRectF & rect);
     //virtual void drawForeground ( QPainter * painter, const QRectF & rect );
@@ -475,9 +480,6 @@ private:
     
     /** @brief Prepare an add clip command for an effect */
     void processEffect(ClipItem *item, QDomElement effect, int offset, QUndoCommand *effectCommand);
-    
-    /** @brief Get effect parameters ready for MLT*/
-    void adjustEffectParameters(EffectsParameterList &parameters, QDomNodeList params, const QString &prefix = QString());
 
 private slots:
     void slotRefreshGuides();