版本

menu_open
Wwise SDK 2022.1.12
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 >

Public 类型

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
 
- Public 类型 继承自 AK.Wwise::Plugin::CBaseInstanceGlue< CHostUndoManager >
using Instance = typename CInterface::Instance
 
- Public 类型 继承自 AK.Wwise::Plugin::CBaseInterfaceGlue< CHostUndoManager >
using GluedInterface = CHostUndoManager
 

Public 成员函数

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. 更多...
 

额外继承的成员函数

- 静态 Public 属性 继承自 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 之旅