TracktionEngine
|
A handle to a loading Edit. More...
#include <tracktion_EditLoader.h>
Public Member Functions | |
~Handle () | |
Destructor. Deleting the handle cancels the load process. | |
void | cancel () |
Cancels loading the Edit. | |
float | getProgress () const |
Returns the progress of the Edit load. | |
A handle to a loading Edit.
This internally runs a thread that loads the Edit.
You must keep the Handle alive in order to load the Edit. If it gets deleted it will cancel the load.
engine::EditLoader::Handle::~Handle | ( | ) |
Destructor. Deleting the handle cancels the load process.
void engine::EditLoader::Handle::cancel | ( | ) |
Cancels loading the Edit.
float engine::EditLoader::Handle::getProgress | ( | ) | const |
Returns the progress of the Edit load.