Owns the model for each currently opened graph. More...
#include <GraphValidationDockWidget.h>
Inherits ScriptCanvas::StatusRequestBus::Handler, and AzToolsFramework::ToastNotificationBus::MultiHandler.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (ValidationData, AZ::SystemAllocator) | |
| ValidationData (GraphCanvas::GraphId graphCanvasId, ScriptCanvas::ScriptCanvasId scriptCanvasId) | |
| void | ValidateGraph (ScriptCanvas::ValidationResults &validationEvents) override |
| void | ReportValidationResults (ScriptCanvas::ValidationResults &validationEvents) override |
| ValidationEffect * | GetEffect (int row) |
| void | SetEffect (int row, ValidationEffect *effect) |
| void | ClearEffect (int row) |
| void | ClearEffects () |
| GraphValidationModel * | GetModel () |
| void | DisplayToast () |
Owns the model for each currently opened graph.