1 /***************************************************************************
2 complexparameter.h - description
5 copyright : (C) 2008 by Marco Gittler
6 email : g.marco@freenet.de
7 ***************************************************************************/
9 /***************************************************************************
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
16 ***************************************************************************/
18 #ifndef COMPLEXPARAM_H
19 #define COMPLEXPARAM_H
23 #include "ui_keyframewidget_ui.h"
28 class ComplexParameter : public QWidget
33 ComplexParameter(QWidget *parent = 0);
34 QDomElement getParamDesc();
36 Ui::KeyframeWidget_UI m_ui;
39 void updateButtonStatus();
46 void slotShowInTimeline();
47 void slotParameterChanged(const QString&);
48 void itemSelectionChanged();
49 void setupParam(const QDomElement, const QString& paramName, int, int);
50 void slotUpdateEffectParams(QDomElement e);
51 void slotUpdateParameterList(QStringList);
53 void removeEffect(ClipItem*, QDomElement);
54 void updateClipEffect(ClipItem*, QDomElement);
55 void parameterChanged();