The ReplaceClipMediaDialog class.
More...
#include <replaceclipmediadialog.h>
|
virtual void | accept () override |
| Overridden accept for when the user clicks "Replace". More...
|
|
The ReplaceClipMediaDialog class.
A dialog to replace all Clips using a certain Media with a different Media. This dialog can be run from anywhere provided it's given a valid Media object.
ReplaceClipMediaDialog::ReplaceClipMediaDialog |
( |
QWidget * |
parent, |
|
|
Media * |
old_media |
|
) |
| |
void ReplaceClipMediaDialog::accept |
( |
| ) |
|
|
overrideprivatevirtualslot |
Overridden accept for when the user clicks "Replace".
Checks whether the requested replace is valid using the following criteria:
- Any Media is selected
- The selected Media is not the same Media that the user is trying to replace
- The Media is not a folder
- The Media is not the currently active Sequence
Media* ReplaceClipMediaDialog::media |
|
private |
Internal pointer to the Media we're replacing.
QTreeView* ReplaceClipMediaDialog::tree |
|
private |
Tree widget to show Project's media.
QCheckBox* ReplaceClipMediaDialog::use_same_media_in_points |
|
private |
CheckBox for using the same media in points.
When the starting point of a Clip is trimmed (i.e. the Clip no longer starts at 0),
The documentation for this class was generated from the following files: