Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::HotKeyWidgetRegistrationHelper Class Referencefinal

Inherits AzToolsFramework::ActionManagerRegistrationNotificationBus::Handler, and AzToolsFramework::HotKeyWidgetRegistrationInterface.

Public Member Functions

void AssignWidgetToActionContext (const AZStd::string &actionContextIdentifier, QWidget *widget) override
 
- Public Member Functions inherited from AzToolsFramework::HotKeyWidgetRegistrationInterface
 AZ_RTTI (HotKeyWidgetRegistrationInterface, "{B9197853-9655-4B72-885C-F02B9B63164F}")
 
virtual void AssignWidgetToActionContext (const AZStd::string &actionContextIdentifier, QWidget *widget)=0
 

Member Function Documentation

◆ AssignWidgetToActionContext()

void AzToolsFramework::HotKeyWidgetRegistrationHelper::AssignWidgetToActionContext ( const AZStd::string &  actionContextIdentifier,
QWidget *  widget 
)
overridevirtual

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.

Parameters
contextIdentifierThe identifier of the action context to assign the widget to.
widgetThe widget to assign to the action context.

Implements AzToolsFramework::HotKeyWidgetRegistrationInterface.


The documentation for this class was generated from the following file: