バージョン

    その他のドキュメント

menu_open
Wwise SDK 2018.1.11
AK.Wwise::IDoubleProgress クラスabstract

Add support for a second progress bar to the IProgress interfaces [詳解]

AK.Wwise::IDoubleProgress の継承関係図
AK.Wwise::IProgress

公開メンバ関数

virtual void  SetSecondOperationName (LPCWSTR in_szOperationName)=0
 
virtual void  SetSecondRange (DWORD in_dwMinValue, DWORD in_dwMaxValue)=0
 
virtual void  NotifySecondProgress (DWORD in_dwProgress)=0
  Notify of the advancement of the task. [詳解]
 
- 基底クラス AK.Wwise::IProgress に属する継承公開メンバ関数
virtual void  SetCurrentOperationName (LPCWSTR in_szOperationName)=0
 
virtual void  SetRange (DWORD in_dwMinValue, DWORD in_dwMaxValue)=0
  Should be called at the beginning of the operation to set the min and max value [詳解]
 
virtual void  NotifyProgress (DWORD in_dwProgress)=0
  Notify of the advancement of the task. [詳解]
 
virtual bool  IsCancelled ()=0
  Check if the user has cancelled the task [詳解]
 
virtual void  ErrorMessage (const CString &in_rErrorText, Severity in_eSeverity=Severity_Warning)=0
 

詳解

Add support for a second progress bar to the IProgress interfaces

Utilities.h172 行目に定義があります。


このクラス詳解は次のファイルから抽出されました:

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう