Wwise SDK 2015.1.9
AK::Wwise::ISourceControlOperationProgress
Version
arrow_right
Table of Contents
Other Documentation
AK::Wwise::ISourceControlOperationProgress Class Reference
Public Member Functions | |
virtual void | ShowProgress ()=0 |
Creates and displays the progress dialog. |
|
virtual void | AddLogMessage (LPCWSTR in_pszMessage)=0 |
virtual bool | IsCanceled () const =0 |
virtual void | Cancel ()=0 |
virtual void | OperationCompleted (bool in_bWaitForOK=true)=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.
Definition at line 26 of file ISourceControlOperationProgress.h.
The documentation for this class was generated from the following file:
- include/AK/Wwise/SourceControl/ISourceControlOperationProgress.h