#include <HotKeyWidgetRegistrationInterface.h>
Inherited by AzToolsFramework::HotKeyWidgetRegistrationHelper.
Public Member Functions | |
| AZ_RTTI (HotKeyWidgetRegistrationInterface, "{B9197853-9655-4B72-885C-F02B9B63164F}") | |
| virtual void | AssignWidgetToActionContext (const AZStd::string &actionContextIdentifier, QWidget *widget)=0 |
HotKeyWidgetRegistrationInterface Interface to manage hotkeys in the Editor.
|
pure virtual |
Tries assigning a widget to an Action Context. If the system has not yet been initialized, the system will store the arguments and assign the widgets after the registration hooks have been called.
| contextIdentifier | The identifier of the action context to assign the widget to. |
| widget | The widget to assign to the action context. |
Implemented in AzToolsFramework::HotKeyWidgetRegistrationHelper.