Lays out the parts of the comment node. More...
#include <CommentNodeLayoutComponent.h>
Inherits GraphCanvas::NodeLayoutComponent, NodeNotificationBus::Handler, StyleNotificationBus::Handler, and AZ::EntityBus::Handler.
Public Member Functions | |
| AZ_COMPONENT (CommentNodeLayoutComponent, "{6926658C-372A-43D5-8758-FB67DDE3D857}", NodeLayoutComponent) | |
| void | Init () override |
| void | Activate () override |
| void | Deactivate () override |
| void | OnEntityExists (const AZ::EntityId &entityId) override |
| void | OnStyleChanged () override |
| void | OnNodeActivated () override |
Public Member Functions inherited from GraphCanvas::NodeLayoutComponent | |
| AZ_COMPONENT (NodeLayoutComponent, "{D3152CCC-1C6D-4E95-829D-0441002440AB}") | |
| void | Init () override |
| void | Activate () override |
| void | Deactivate () override |
| QGraphicsLayout * | GetLayout () override |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *) |
| static AZ::Entity * | CreateCommentNodeEntity () |
| static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
| static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
Static Public Member Functions inherited from GraphCanvas::NodeLayoutComponent | |
| static void | Reflect (AZ::ReflectContext *context) |
| static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
| static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
| static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
| static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
Protected Member Functions | |
| void | UpdateLayoutParameters () |
Protected Member Functions inherited from GraphCanvas::NodeLayoutComponent | |
| template<class T > | |
| T * | GetLayoutAs () |
| template<class T > | |
| const T * | GetLayoutAs () const |
Protected Attributes | |
| Styling::StyleHelper | m_style |
| QGraphicsLinearLayout * | m_comment |
Protected Attributes inherited from GraphCanvas::NodeLayoutComponent | |
| QGraphicsLayout * | m_layout |
Lays out the parts of the comment node.