Inherits GraphCanvas::ContextMenuAction.
Inherited by GraphCanvas::RemoveUnusedElementsMenuAction, and GraphCanvas::RemoveUnusedNodesMenuAction.
Public Member Functions | |
| ActionGroupId | GetActionGroupId () const override |
Public Member Functions inherited from GraphCanvas::ContextMenuAction | |
| void | SetTarget (const GraphId &graphId, const AZ::EntityId &targetId) |
| virtual bool | IsInSubMenu () const |
| virtual AZStd::string | GetSubMenuPath () const |
| virtual SceneReaction | TriggerAction (const AZ::Vector2 &scenePos) |
| virtual SceneReaction | TriggerAction (const GraphId &graphId, const AZ::Vector2 &scenePos) |
Static Public Member Functions | |
| static ActionGroupId | GetSceneContextMenuActionGroupId () |
Protected Member Functions | |
| SceneContextMenuAction (AZStd::string_view actionName, QObject *parent) | |
Protected Member Functions inherited from GraphCanvas::ContextMenuAction | |
| ContextMenuAction (AZStd::string_view actionName, QObject *parent) | |
| const AZ::EntityId & | GetTargetId () const |
| const GraphId & | GetGraphId () const |
| EditorId | GetEditorId () const |
| virtual void | RefreshAction () |
| virtual void | RefreshAction (const GraphId &graphId, const AZ::EntityId &targetId) |
Additional Inherited Members | |
Public Types inherited from GraphCanvas::ContextMenuAction | |
| enum class | SceneReaction { Unknown , PostUndo , Nothing } |
|
inlineoverridevirtual |
Implements GraphCanvas::ContextMenuAction.