Version

menu_open
Wwise SDK 2023.1.3
AK.Wwise::ISourceControlProgress Class Referenceabstract

#include <ISourceControlProgress.h>

Public Types

enum  Severity { Severity_Info, Severity_Warning, Severity_Error }
 

Public Member Functions

virtual void BeginOperation ()=0
 Creates and displays the progress dialog. More...
 
virtual void AddLogMessage (Severity in_severity, LPCWSTR in_pszMessage)=0
 
virtual bool IsCanceled () const =0
 
virtual void Cancel ()=0
 
virtual void EndOperation (bool in_bWaitForOK=true)=0
 
virtual bool IsSilent () const =0
 
virtual bool IsAutoCheckout () const =0
 
virtual bool IsAutoAdd () const =0
 
virtual LPCWSTR GetCommitMessage () const =0
 

Detailed Description

Wwise progress dialog interface. This interface is given by AK::Wwise::ISourceControlUtilities. You can use this interface to display a simple progress dialog while performing operations.

Warning: The functions in this interface are not thread-safe, unless stated otherwise.
See also

Definition at line 48 of file ISourceControlProgress.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise