OpenShot Library | libopenshot  0.3.2
Public Member Functions | List of all members
ProcessingController Class Reference

#include <ProcessingController.h>

Public Member Functions

void CancelProcessing ()
 
bool GetError ()
 
std::string GetErrorMessage ()
 
int GetFinished ()
 
int GetProgress ()
 
 ProcessingController ()
 
void SetError (bool err, std::string message)
 
void SetFinished (bool f)
 
void SetProgress (uint p)
 
bool ShouldStop ()
 

Detailed Description

Definition at line 20 of file ProcessingController.h.

Constructor & Destructor Documentation

◆ ProcessingController()

ProcessingController::ProcessingController ( )
inline

Definition at line 35 of file ProcessingController.h.

Member Function Documentation

◆ CancelProcessing()

void ProcessingController::CancelProcessing ( )
inline

◆ GetError()

bool ProcessingController::GetError ( )
inline

Definition at line 80 of file ProcessingController.h.

Referenced by openshot::ClipProcessingJobs::GetError().

◆ GetErrorMessage()

std::string ProcessingController::GetErrorMessage ( )
inline

◆ GetFinished()

int ProcessingController::GetFinished ( )
inline

Definition at line 41 of file ProcessingController.h.

Referenced by openshot::ClipProcessingJobs::IsDone().

◆ GetProgress()

int ProcessingController::GetProgress ( )
inline

Definition at line 57 of file ProcessingController.h.

Referenced by openshot::ClipProcessingJobs::GetProgress().

◆ SetError()

void ProcessingController::SetError ( bool  err,
std::string  message 
)
inline

◆ SetFinished()

void ProcessingController::SetFinished ( bool  f)
inline

Definition at line 47 of file ProcessingController.h.

◆ SetProgress()

void ProcessingController::SetProgress ( uint  p)
inline

◆ ShouldStop()

bool ProcessingController::ShouldStop ( )
inline

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