Inherits GraphCanvas::CommentContextMenuAction.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (EditCommentMenuAction, AZ::SystemAllocator) | |
| EditCommentMenuAction (QObject *parent) | |
| void | RefreshAction () override | 
| SceneReaction | TriggerAction (const AZ::Vector2 &scenePos) override | 
| virtual void | RefreshAction () | 
| virtual void | RefreshAction (const GraphId &graphId, const AZ::EntityId &targetId) | 
  Public Member Functions inherited from GraphCanvas::CommentContextMenuAction | |
| 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 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::CommentContextMenuAction | |
| static ActionGroupId | GetCommentContextMenuActionGroupId () | 
  Protected Member Functions inherited from GraphCanvas::CommentContextMenuAction | |
| CommentContextMenuAction (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 | 
Reimplemented from GraphCanvas::CommentContextMenuAction.
      
  | 
  overridevirtual | 
Reimplemented from GraphCanvas::CommentContextMenuAction.
      
  | 
  virtual | 
Reimplemented from GraphCanvas::CommentContextMenuAction.
      
  | 
  overridevirtual | 
Reimplemented from GraphCanvas::ContextMenuAction.