|
Open 3D Engine ScriptCanvas Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits QWidget, Handler, and Handler.
Inherited by ScriptCanvasEditor::LiveLoggingWindowSession.
Public Member Functions | |
| const LoggingDataId & | GetDataId () const |
| void | ClearFilter () |
| void | OnActiveGraphChanged (const AZ::EntityId &graphId) override |
| void | OnSelectionChanged () override |
Protected Member Functions | |
| LoggingWindowSession (QWidget *parentWidget=nullptr) | |
| void | RegisterTreeRoot (DebugLogRootItem *debugRoot) |
| void | SetDataId (const LoggingDataId &loggingDataId) |
| virtual void | OnCaptureButtonPressed ()=0 |
| virtual void | OnPlaybackButtonPressed ()=0 |
| virtual void | OnOptionsButtonPressed ()=0 |
| virtual void | OnTargetChanged (int currentIndex)=0 |
| void | OnExpandAll () |
| void | OnCollapseAll () |
Protected Attributes | |
|
AZStd::unique_ptr < Ui::LoggingWindowSession > | m_ui |