20 EffectRow(
Effect* parent,
bool save, QGridLayout* uilayout,
const QString& n,
int row,
bool keyframable =
true);
22 EffectField* add_field(
int type,
const QString &
id,
int colspan = 1);
23 void add_widget(QWidget *w);
27 void delete_keyframe_at_time(
ComboAction *ca,
long time);
31 const QString& get_name();
34 void setKeyframing(
bool);
36 void goto_previous_key();
41 void set_keyframe_enabled(
bool);
47 QVector<EffectField*> fields;
48 QVector<QWidget*> widgets;
52 bool just_made_unsafe_keyframe;
53 QVector<int> unsafe_keys;
54 QVector<QVariant> unsafe_old_data;
55 QVector<bool> key_is_new;
Definition: keyframenavigator.h:9
Definition: clickablelabel.h:6
Definition: effectrow.h:17
Definition: effectfield.h:23