Inherits GraphCanvas::SceneContextMenuAction.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (RemoveUnusedNodesMenuAction, AZ::SystemAllocator) | |
| RemoveUnusedNodesMenuAction (QObject *parent) | |
| bool | IsInSubMenu () const override |
| AZStd::string | GetSubMenuPath () const override |
| SceneReaction | TriggerAction (const AZ::Vector2 &scenePos) override |
Public Member Functions inherited from GraphCanvas::SceneContextMenuAction | |
| ActionGroupId | GetActionGroupId () const override |
Public Member Functions inherited from GraphCanvas::ContextMenuAction | |
| void | SetTarget (const GraphId &graphId, const AZ::EntityId &targetId) |
| virtual SceneReaction | TriggerAction (const GraphId &graphId, const AZ::Vector2 &scenePos) |
Additional Inherited Members | |
Public Types inherited from GraphCanvas::ContextMenuAction | |
| enum class | SceneReaction { Unknown , PostUndo , Nothing } |
Static Public Member Functions inherited from GraphCanvas::SceneContextMenuAction | |
| static ActionGroupId | GetSceneContextMenuActionGroupId () |
Protected Member Functions inherited from GraphCanvas::SceneContextMenuAction | |
| 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) |
|
overridevirtual |
Reimplemented from GraphCanvas::ContextMenuAction.
|
overridevirtual |
Reimplemented from GraphCanvas::ContextMenuAction.
|
overridevirtual |
Reimplemented from GraphCanvas::ContextMenuAction.