Open 3D Engine LyShine Gem 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.
UiRadioButtonGroupComponent Class Reference

Inherits AZ::Component, UiRadioButtonGroupBus::Handler, and UiRadioButtonGroupCommunicationBus::Handler.

Public Member Functions

 AZ_COMPONENT (UiRadioButtonGroupComponent, LyShine::UiRadioButtonGroupComponentUuid, AZ::Component)
 
AZ::EntityId GetCheckedRadioButton () override
 
void SetState (AZ::EntityId radioButton, bool isOn) override
 
bool GetAllowUncheck () override
 
void SetAllowUncheck (bool allowUncheck) override
 
void AddRadioButton (AZ::EntityId radioButton) override
 
void RemoveRadioButton (AZ::EntityId radioButton) override
 
bool ContainsRadioButton (AZ::EntityId radioButton) override
 
const LyShine::ActionNameGetChangedActionName () override
 
void SetChangedActionName (const LyShine::ActionName &actionName) override
 
bool RegisterRadioButton (AZ::EntityId radioButton) override
 
void UnregisterRadioButton (AZ::EntityId radioButton) override
 
void RequestRadioButtonStateChange (AZ::EntityId radioButton, bool newState) override
 

Protected Member Functions

void Activate () override
 
void Deactivate () override
 

Static Protected Member Functions

static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void Reflect (AZ::ReflectContext *context)
 

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