Inherits AZ::EBusTraits.
|
typedef AZ::u32(MessagePopupRequests::* | ShowToasterFunc) (const AZStd::string &_message, float _showTime) |
|
typedef AZ::u32(MessagePopupRequests::* | ShowPopupFunc) (const AZStd::string &_message, EPopupButtons _buttons) |
|
|
virtual AZ::u32 | ShowPopup (const AZStd::string &_message, EPopupButtons _buttons)=0 |
|
virtual AZ::u32 | ShowPopupWithCallback (const AZStd::string &_message, EPopupButtons _buttons, AZStd::function< void(int _button)> _callback)=0 |
|
virtual AZ::u32 | ShowToasterPopup (const AZStd::string &_message, float _showTime)=0 |
|
virtual AZ::u32 | ShowToasterPopupWithCallback (const AZStd::string &_message, float _showTime, AZStd::function< void(int _button)> _callback)=0 |
|
virtual bool | HidePopup (AZ::u32 _popupID, int _buttonPressed)=0 |
|
virtual AZ::u32 | GetNumActivePopups () const =0 |
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
|
The documentation for this class was generated from the following file:
- Gems/MessagePopup/Code/Include/MessagePopup/MessagePopupBus.h