#include <EditorViewActions.h>
Inherits ScriptCanvas::Developer::EditorAutomationAction.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (CenterOnScenePointAction, AZ::SystemAllocator) | |
| AZ_RTTI (CenterOnScenePointAction, "{527B3EE0-258F-4D0C-8642-6923D81A9C40}", EditorAutomationAction) | |
| CenterOnScenePointAction (GraphCanvas::GraphId graphId, QPointF scenePoint) | |
| bool | Tick () override |
Public Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction | |
| AZ_CLASS_ALLOCATOR (EditorAutomationAction, AZ::SystemAllocator) | |
| bool | IsAtPreconditionLimit () const |
| virtual bool | IsMissingPrecondition () |
| void | ResetPreconditionAttempts () |
| EditorAutomationAction * | GenerationPreconditionActions () |
| void | SignalActionBegin () |
| virtual ActionReport | GenerateReport () const |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction | |
| virtual EditorAutomationAction * | GenerateMissingPreconditionAction () |
| virtual void | SetupAction () |
EditorAutomationAction that will center the specified graph onto the specified point
|
overridevirtual |
Implements ScriptCanvas::Developer::EditorAutomationAction.