TracktionEngine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
engine::EditLoader::Handle Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~Handle()

engine::EditLoader::Handle::~Handle ( )

Destructor. Deleting the handle cancels the load process.

Member Function Documentation

◆ cancel()

void engine::EditLoader::Handle::cancel ( )

Cancels loading the Edit.

◆ getProgress()

float engine::EditLoader::Handle::getProgress ( ) const

Returns the progress of the Edit load.


The documentation for this class was generated from the following file: