Lays out the parts of the generic Node.
More...
#include <WrapperNodeLayoutComponent.h>
Inherits GraphCanvas::NodeLayoutComponent, NodeNotificationBus::MultiHandler, WrapperNodeRequestBus::Handler, StyleNotificationBus::Handler, and SceneMemberNotificationBus::MultiHandler.
|
| AZ_COMPONENT (WrapperNodeLayoutComponent, "{15A56424-0846-45D7-A4C2-ADCAE3E98DE0}", NodeLayoutComponent) |
|
void | Init () override |
|
void | Activate () override |
|
void | Deactivate () override |
|
void | SetActionString (const QString &actionString) override |
|
AZStd::vector< AZ::EntityId > | GetWrappedNodeIds () const override |
|
void | WrapNode (const AZ::EntityId &nodeId, const WrappedNodeConfiguration &nodeConfiguration) override |
|
void | UnwrapNode (const AZ::EntityId &nodeId) override |
|
void | SetWrapperType (const AZ::Crc32 &wrapperType) override |
|
AZ::Crc32 | GetWrapperType () const override |
|
void | OnNodeActivated () override |
|
void | OnAddedToScene (const AZ::EntityId &sceneId) override |
|
void | OnSceneMemberAboutToSerialize (GraphSerialization &sceneSerialization) override |
|
void | OnSceneMemberDeserialized (const AZ::EntityId &graphId, const GraphSerialization &sceneSerialization) override |
|
void | OnRemovedFromScene (const AZ::EntityId &sceneId) override |
|
void | OnStyleChanged () override |
|
| AZ_COMPONENT (NodeLayoutComponent, "{D3152CCC-1C6D-4E95-829D-0441002440AB}") |
|
void | Init () override |
|
void | Activate () override |
|
void | Deactivate () override |
|
QGraphicsLayout * | GetLayout () override |
|
|
static void | Reflect (AZ::ReflectContext *) |
|
static AZ::Entity * | CreateWrapperNodeEntity (const char *nodeType) |
|
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) |
|
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) |
|
|
void | RefreshActionStyle () |
|
bool | ShouldAcceptDrop (const QMimeData *mimeData) const |
|
void | OnDragLeave () const |
|
void | OnActionWidgetClicked (const QPointF &scenePoint, const QPoint &screenPoint) const |
|
void | ClearLayout () |
|
void | CreateLayout () |
|
void | UpdateLayout () |
|
void | RefreshDisplay () |
|
template<class T > |
T * | GetLayoutAs () |
|
template<class T > |
const T * | GetLayoutAs () const |
|
|
Styling::StyleHelper | m_styleHelper |
|
AZ::Crc32 | m_wrapperType |
|
AZ::u32 | m_elementCounter |
|
WrappedNodeConfigurationMap | m_wrappedNodeConfigurations |
|
WrappedNodeSet | m_wrappedNodes |
|
QGraphicsLayoutItem * | m_title |
|
QGraphicsLayoutItem * | m_slots |
|
WrappedNodeLayout * | m_wrappedNodeLayout |
|
WrappedNodeActionGraphicsWidget * | m_wrapperNodeActionWidget |
|
QGraphicsLayout * | m_layout |
|
|
class | AddWrappedNodeGraphicsWidget |
|
class | WrappedNodeLayout |
|
Lays out the parts of the generic Node.
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/Source/Components/Nodes/Wrapper/WrapperNodeLayoutComponent.h