Inherits AZ::Component, UiRadioButtonGroupBus::Handler, and UiRadioButtonGroupCommunicationBus::Handler.
|
| 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::ActionName & | GetChangedActionName () 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 |
|
|
void | Activate () override |
|
void | Deactivate () override |
|
|
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:
- Gems/LyShine/Code/Source/UiRadioButtonGroupComponent.h