The ClipPropertiesDialog class.
More...
#include <clippropertiesdialog.h>
|
virtual void | accept () override |
| Accept override. Saves the current properties to the array of Clips. More...
|
|
The ClipPropertiesDialog class.
A dialog for setting Clip properties, accessible by right clicking a Clip and clicking "Properties". This can be run from anywhere provided it's given a valid array of Clip objects.
ClipPropertiesDialog::ClipPropertiesDialog |
( |
QWidget * |
parent, |
|
|
QVector< Clip * > |
clips |
|
) |
| |
void ClipPropertiesDialog::accept |
( |
| ) |
|
|
overrideprotectedvirtual |
Accept override. Saves the current properties to the array of Clips.
QLineEdit* ClipPropertiesDialog::clip_name_field_ |
|
private |
Widget for setting the Clip names.
QVector<Clip*> ClipPropertiesDialog::clips_ |
|
private |
Internal clip array (set in the constructor)
Widget for setting the Clip durations.
The documentation for this class was generated from the following files: