Lays out the parts of the Node Group node. More...
#include <NodeGroupLayoutComponent.h>
Inherits GraphCanvas::NodeLayoutComponent, NodeNotificationBus::Handler, and StyleNotificationBus::Handler.
Public Member Functions | |
| AZ_COMPONENT (NodeGroupLayoutComponent, "{0DD4204A-8A75-48C1-AA91-9878BCB0C4D0}", NodeLayoutComponent) | |
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 * | CreateNodeGroupEntity () |
| 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 | OnStyleChanged () override |
| void | Init () override |
| void | Activate () override |
| void | Deactivate () override |
| void | OnNodeActivated () override |
| 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 Node Group node.