バージョン

menu_open
Wwise SDK 2023.1.6
AK.Wwise::Plugin::V1::FrontendModel クラス

Interface used to interact with the frontend model. [詳解]

#include <HostFrontendModel.h>

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

公開型

enum  : InterfaceTypeValue { k_interfaceType = AK_WWISE_PLUGIN_INTERFACE_TYPE_HOST_FRONTEND_MODEL }
 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 = CHostFrontendModel
 
using GenericCallback = void(*)()
 
using ForEachCallback = void(*)(ak_wwise_plugin_widget *, void *)
 
- 基底クラス AK.Wwise::Plugin::CBaseInstanceGlue< CHostFrontendModel > に属する継承公開型
using Instance = typename CInterface::Instance
 
- 基底クラス AK.Wwise::Plugin::CBaseInterfaceGlue< CHostFrontendModel > に属する継承公開型
using GluedInterface = CHostFrontendModel
 

公開メンバ関数

bool HasWidget (const char *in_absoluteId)
 Checks if a specific widget exists. [詳解]
 
ak_wwise_plugin_widgetGetParentWidget ()
 Returns the parent widget of a given Frontend Handle hierarchy. [詳解]
 
ak_wwise_plugin_widgetGetRootWidget ()
 Returns the main layout widget of a given Frontend Handle hierarchy. [詳解]
 
ak_wwise_plugin_widgetGetWidget (const char *in_absoluteId)
 Returns a specific widget of a given Frontend Handle hierarchy. [詳解]
 
const char * GetWidgetID (ak_wwise_plugin_widget *in_widget)
 Gets the ID of a widget. [詳解]
 
const char * GetWidgetType (ak_wwise_plugin_widget *in_widget)
 Gets the type ID of a widget. [詳解]
 
bool IsWidgetContainer (ak_wwise_plugin_widget *in_widget)
 Checks if the widget can contain other widgets. [詳解]
 
bool IsWidgetTopLevel (ak_wwise_plugin_widget *in_widget)
 Checks if the widget is top-level. [詳解]
 
bool IsWidgetVisible (ak_wwise_plugin_widget *in_widget)
 Determines the visibility state of the given widget. [詳解]
 
bool IsWidgetEnabled (ak_wwise_plugin_widget *in_widget)
 Determines if a widget is enabled for mouse and keyboard input. [詳解]
 
void EnableWidget (ak_wwise_plugin_widget *in_widget, bool in_enable)
 Enables or disables mouse and keyboard input for the widget. [詳解]
 
void ShowWidget (ak_wwise_plugin_widget *in_widget, bool in_show)
 Sets the visibility state of the widget. [詳解]
 
void SetWidgetFocus (ak_wwise_plugin_widget *in_widget)
 Claims the input focus for the widget. [詳解]
 
bool Connect (ak_wwise_plugin_widget *in_widget, const char *in_name, GenericCallback in_handler, void *in_userData)
 Connects a signal to a handler taking some user-defined data. [詳解]
 
void ForEachChildren (const char *in_absoluteId, ForEachCallback in_handler, void *in_userData)
 Applies a user-defined handler to every child of a container. [詳解]
 

その他の継承メンバ

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

詳解

Interface used to interact with the frontend model.

The frontend model is the service in charge of building GUI views and managing the objects's lifetime. It takes the description of a view in the form of a WAFM file, creates the widget hierarchy, and stores the objects in a specific handle. The handle is shared to the user to allow interaction with the view's widgets.

HostFrontendModel.h266 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう