62 virtual int exec()
override;
67 virtual void accept()
override;
132 #endif // SPEEDDIALOG_H
The SpeedDialog class.
Definition: speeddialog.h:38
void percent_update()
Slot when the speed percentage field is changed by the user.
Definition: speeddialog.cpp:186
QCheckBox * reverse
UI widget for setting the Clip's reverse value.
Definition: speeddialog.h:119
void duration_update()
Slot when the duration field is changed by the user.
Definition: speeddialog.cpp:221
QCheckBox * maintain_pitch
UI widget for setting the Clip's maintain pitch value.
Definition: speeddialog.h:124
virtual int exec() override
Override of exec() to set up current Clip speed data just before opening.
Definition: speeddialog.cpp:88
The LabelSlider class.
Definition: labelslider.h:33
LabelSlider * duration
Duration field.
Definition: speeddialog.h:109
QVector< Clip * > clips_
Internal array of Clip objects.
Definition: speeddialog.h:99
LabelSlider * frame_rate
Frame rate field.
Definition: speeddialog.h:114
virtual void accept() override
Override of accept() to perform the selected changes on the Clips.
Definition: speeddialog.cpp:350
void frame_rate_update()
Slot when the frame rate field is changed by the user.
Definition: speeddialog.cpp:256
SpeedDialog(QWidget *parent, QVector< Clip * > clips)
SpeedDialog Constructor.
Definition: speeddialog.cpp:39
LabelSlider * percent
Speed percentage field.
Definition: speeddialog.h:104
QCheckBox * ripple
UI widget for setting whether to ripple Clips around these changes or not.
Definition: speeddialog.h:129