X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkeyframeedit.h;h=9e9758208962c957c48e7cfc44ad7c2a66d094ab;hb=8a353aa8b1974599ca39110aa44b2e8f72e3179c;hp=bd632e0d2308ff45e0e00e47198886cebe86c6a2;hpb=0853bbbdf5a27910fec0d2a6af1a8d6106bf30db;p=kdenlive diff --git a/src/keyframeedit.h b/src/keyframeedit.h index bd632e0d..9e975820 100644 --- a/src/keyframeedit.h +++ b/src/keyframeedit.h @@ -77,11 +77,11 @@ class KeyframeEdit : public QWidget, public Ui::KeyframeEditor_UI public: explicit KeyframeEdit(QDomElement e, int maxFrame, int minVal, int maxVal, Timecode tc, const QString paramName = QString(), QWidget* parent = 0); virtual ~KeyframeEdit(); - void setupParam(QDomElement e = QDomElement()); + void setupParam(); void addParameter(QDomElement e); private: - QDomElement m_param; + QList m_params; int m_max; int m_minVal; int m_maxVal; @@ -95,11 +95,11 @@ public slots: private slots: void slotDeleteKeyframe(); void slotAddKeyframe(); - void slotGenerateParams(QTreeWidgetItem *item = NULL, int column = -1); + void slotGenerateParams(int row, int column); void slotAdjustKeyframeInfo(); void slotAdjustKeyframePos(int value); void slotAdjustKeyframeValue(int value); - void slotSaveCurrentParam(QTreeWidgetItem *item, int column); + //void slotSaveCurrentParam(QTreeWidgetItem *item, int column); signals: void parameterChanged();