40 EffectRow(
Effect* parent,
bool save, QGridLayout* uilayout,
const QString& n,
int row,
bool keyframable =
true);
42 EffectField* add_field(
int type,
const QString &
id,
int colspan = 1);
43 void add_widget(QWidget *w);
47 void delete_keyframe_at_time(
ComboAction *ca,
long time);
51 const QString& get_name();
54 void setKeyframing(
bool);
56 void goto_previous_key();
61 void set_keyframe_enabled(
bool);
67 QVector<EffectField*> fields;
68 QVector<QWidget*> widgets;
72 bool just_made_unsafe_keyframe;
73 QVector<int> unsafe_keys;
74 QVector<QVariant> unsafe_old_data;
75 QVector<bool> key_is_new;
Definition: keyframenavigator.h:29
The ClickableLabel class.
Definition: clickablelabel.h:31
Definition: effectrow.h:37
Definition: effectfield.h:43