A bus to handle post notifications to the console views of Python output. More...
#include <EditorPythonConsoleBus.h>
Inherits AZ::EBusTraits.
Classes | |
| struct | BusHandlerOrderCompare |
Public Member Functions | |
| virtual int | GetOrder () |
| virtual void | OnTraceMessage (AZStd::string_view message)=0 |
| post a normal message to the console | |
| virtual void | OnErrorMessage (AZStd::string_view message)=0 |
| post an error message to the console | |
| virtual void | OnExceptionMessage (AZStd::string_view message)=0 |
| post an internal Python exception from a script call | |
Static Public Attributes | |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::MultipleAndOrdered |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
A bus to handle post notifications to the console views of Python output.
|
inlinevirtual |
Specifies the order a handler receives events relative to other handlers