Table des matières
Wwise SDK 2018.1.11
|
ISourceControlOperationProgress.h
Go to the documentation of this file.
29 /// Wwise source control plug-in operation progress dialog interface, used to display progress during source control operations
42 /// Wwise progress dialog interface. This interface is given by AK::Wwise::ISourceControlUtilities.
54 /// Adds a new text line in the log message list. Note that escape characters (such as '\n') are not effective
64 /// Manually cancels the operation. This result is the same as if the user pressed 'Cancel'. When using
65 /// this function, AK:Wwise::ISourceControlOperationProgress::OperationCompleted() must be called to
virtual void OperationCompleted(bool in_bWaitForOK=true)=0
virtual void Cancel()=0
virtual void ShowProgress()=0
Creates and displays the progress dialog.
virtual void AddLogMessage(LPCWSTR in_pszMessage)=0
virtual bool IsCanceled() const =0