The ProxyDialog class.
More...
#include <proxydialog.h>
The ProxyDialog class.
Dialog to set up proxy generation of footage. This dialog can be called from anywhere provided it's given a valid array of Media and will start all proxy generation.
ProxyDialog::ProxyDialog |
( |
QWidget * |
parent, |
|
|
const QVector< Media * > & |
media |
|
) |
| |
ProxyDialog Constructor.
- Parameters
-
parent | Parent widget to become modal to. |
footage | List of Footage items to process. |
void ProxyDialog::accept |
( |
| ) |
|
|
overridevirtualslot |
Accept changes.
Called when the user clicks OK on the dialog. Verifies all proxies, asking the user whether they want to overwrite existing proxies if necessary, and if everything is valid, queues the footage with ProxyGenerator.
void ProxyDialog::location_changed |
( |
int |
i | ) |
|
|
privateslot |
Slot when the user changes the location.
Triggered when the user changes the index in the location combobox.
- Parameters
-
i | location_combobox's new selected index |
QString ProxyDialog::custom_location |
|
private |
Stores the custom location to store proxies if the user sets a custom location.
QComboBox* ProxyDialog::format_combobox |
|
private |
User's desired proxy format.
e.g. ProRes, DNxHD, etc.
QComboBox* ProxyDialog::location_combobox |
|
private |
Allows users to set the directory to store proxies in.
QString ProxyDialog::proxy_folder_name |
|
private |
Stores the default subdirectory to be made next to the source (dependent on the user's language)
"Proxy" in en-US.
QVector<Media*> ProxyDialog::selected_media |
|
private |
Stored list of footage to make proxies for.
QComboBox* ProxyDialog::size_combobox |
|
private |
User's desired dimensions.
Always a fraction of the original video size (e.g. 1/2, 1/4, 1/8, etc.)
The documentation for this class was generated from the following files: