Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits GraphCanvas::NodeContextMenuAction.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (ManageUnusedSlotsMenuAction, AZ::SystemAllocator) | |
ManageUnusedSlotsMenuAction (QObject *parent, bool hideSlots) | |
void | RefreshAction (const GraphId &grpahId, const AZ::EntityId &targetId) override |
SceneReaction | TriggerAction (const GraphId &graphId, const AZ::Vector2 &) override |
Public Member Functions inherited from GraphCanvas::NodeContextMenuAction | |
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) |
Additional Inherited Members | |
Public Types inherited from GraphCanvas::ContextMenuAction | |
enum class | SceneReaction { Unknown , PostUndo , Nothing } |
Static Public Member Functions inherited from GraphCanvas::NodeContextMenuAction | |
static ActionGroupId | GetNodeContextMenuActionGroupId () |
Protected Member Functions inherited from GraphCanvas::NodeContextMenuAction | |
NodeContextMenuAction (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 () |