バージョン

menu_open
警告:あなたのメジャーリリース ( 2023.1.4.8496 ) に該当する最新ドキュメンテーションが表示されています。特定バージョンのドキュメンテーションにアクセスするには、Audiokinetic Launcherでオフラインドキュメンテーションをダウンロードし、Wwise AuthoringのOffline Documentationオプションにチェックを入れてください。
Wwise SDK 2023.1.4
AK.Wwise::Plugin::V1::UndoManager クラス

Host API to handle the plug-in's undo operations. [詳解]

#include <HostUndoManager.h>

AK.Wwise::Plugin::V1::UndoManager の継承関係図
AK.Wwise::Plugin::CBaseInstanceGlue< CHostUndoManager > AK.Wwise::Plugin::CBaseInterfaceGlue< CHostUndoManager >

公開型

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST_UNDO_MANAGER }
 The interface type, as requested by this plug-in. [詳解]
 
enum  : InterfaceVersion { k_interfaceVersion = 1 }
 The interface version, as requested by this plug-in. [詳解]
 
using Interface = CHostUndoManager
 
- 基底クラス AK.Wwise::Plugin::CBaseInstanceGlue< CHostUndoManager > に属する継承公開型
using Instance = typename CInterface::Instance
 
- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CHostUndoManager > に属する継承公開型
using GluedInterface = CHostUndoManager
 

公開メンバ関数

ak_wwise_plugin_undo_group_id OpenGroup (ak_wwise_plugin_undo_group_id in_reopenGroupId=0)
 Open a group that will contain all subsequent undo events. [詳解]
 
bool CloseGroup (ak_wwise_plugin_undo_group_close_action in_action=AK_WWISE_PLUGIN_UNDO_GROUP_CLOSE_ACTION_APPLY, ak_wwise_plugin_undo_group_id in_groupId=0, const char *in_szApplyEventName=nullptr)
 Closes the last opened group, in stack ordering. [詳解]
 
bool AddCustomEvent (BaseUndoEvent *in_pEvent)
 Adds a custom event to the currently opened group. [詳解]
 
bool CanAddEvent () const
 Check if we are currently in a state where we can add undo events. [詳解]
 
bool IsBusy () const
 Check if we are busy (undoing or redoing). [詳解]
 
bool CanLogUndos () const
 Returns whether logging can occur or not. [詳解]
 

その他の継承メンバ

- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CHostUndoManager > に属する継承静的公開変数類
static GluedInterfaceg_cinterface
 The unique instance of the CInterface interface. Defined at nullptr first, overridden by the Host once loaded. [詳解]
 

詳解

Host API to handle the plug-in's undo operations.

HostUndoManager.h487 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう