|
| AZ_COMPONENT (ExtenderSlotComponent, "{A86D8623-9D63-4D19-A4B3-344054FB8435}", SlotComponent) |
|
| ExtenderSlotComponent (const ExtenderSlotConfiguration &dataSlotConfiguration) |
|
void | Init () override |
|
void | Activate () override |
|
void | Deactivate () override |
|
void | OnSceneMemberAboutToSerialize (GraphSerialization &sceneSerialization) override |
|
void | AddConnectionId (const AZ::EntityId &connectionId, const Endpoint &endpoint) override |
|
void | RemoveConnectionId (const AZ::EntityId &connectionId, const Endpoint &endpoint) override |
|
void | SetNode (const AZ::EntityId &nodeId) override |
|
SlotConfiguration * | CloneSlotConfiguration () const override |
|
int | GetLayoutPriority () const override |
|
void | SetLayoutPriority (int priority) override |
|
void | OnMoveFinalized (bool isValidConnection) override |
|
void | OnSourceSlotIdChanged (const SlotId &oldSlotId, const SlotId &newSlotId) override |
|
void | OnTargetSlotIdChanged (const SlotId &oldSlotId, const SlotId &newSlotId) override |
|
void | TriggerExtension () override |
|
Endpoint | ExtendForConnectionProposal (const ConnectionId &connectionId, const Endpoint &endpoint) override |
|
| AZ_COMPONENT (SlotComponent, "{EACFC8FB-C75B-4ABA-988D-89C964B9A4E4}") |
|
| SlotComponent (const SlotType &slotType) |
|
| SlotComponent (const SlotType &slotType, const SlotConfiguration &slotConfiguration) |
|
void | Activate () override |
|
void | Deactivate () override |
|
void | SetScene (const AZ::EntityId &sceneId) override |
|
void | ClearScene (const AZ::EntityId &oldSceneId) override |
|
void | SignalMemberSetupComplete () override |
|
AZ::EntityId | GetScene () const override |
|
void | OnSceneSet (const AZ::EntityId &) override |
|
void | OnSceneReady () override |
|
const AZ::EntityId & | GetNode () const override |
|
void | SetNode (const AZ::EntityId &) override |
|
Endpoint | GetEndpoint () const override |
|
const AZStd::string | GetName () const override |
|
void | SetName (const AZStd::string &name) override |
|
void | SetDetails (const AZStd::string &name, const AZStd::string &tooltip) override |
|
const AZStd::string | GetTooltip () const override |
|
void | SetTooltip (const AZStd::string &tooltip) override |
|
void | DisplayProposedConnection (const AZ::EntityId &connectionId, const Endpoint &endpoint) override |
|
void | RemoveProposedConnection (const AZ::EntityId &connectionId, const Endpoint &endpoint) override |
|
void | AddConnectionId (const AZ::EntityId &connectionId, const Endpoint &endpoint) override |
|
void | RemoveConnectionId (const AZ::EntityId &connectionId, const Endpoint &endpoint) override |
|
ConnectionType | GetConnectionType () const override |
|
SlotGroup | GetSlotGroup () const override |
|
SlotType | GetSlotType () const override |
|
void | SetDisplayOrdering (int ordering) override |
|
int | GetDisplayOrdering () const override |
|
bool | IsConnectedTo (const Endpoint &endpoint) const override |
|
void | FindConnectionsForEndpoints (const AZStd::unordered_set< GraphCanvas::Endpoint > &searchEndpoints, AZStd::unordered_set< ConnectionId > &connections) override |
|
bool | CanDisplayConnectionTo (const Endpoint &endpoint) const override |
|
bool | CanCreateConnectionTo (const Endpoint &endpoint) const override |
|
AZ::EntityId | CreateConnectionWithEndpoint (const Endpoint &endpoint) override |
|
AZ::EntityId | DisplayConnection () override |
|
AZ::EntityId | DisplayConnectionWithEndpoint (const Endpoint &endpoint) override |
|
AZStd::any * | GetUserData () override |
|
bool | HasConnections () const override |
|
bool | IsNameHidden () const |
|
AZ::EntityId | GetLastConnection () const override |
|
AZStd::vector< AZ::EntityId > | GetConnections () const override |
|
void | SetConnectionDisplayState (RootGraphicsItemDisplayState displayState) override |
|
void | ReleaseConnectionDisplayState () override |
|
void | ClearConnections () override |
|
const SlotConfiguration & | GetSlotConfiguration () const override |
|
SlotConfiguration * | CloneSlotConfiguration () const override |
|
void | RemapSlotForModel (const Endpoint &endpoint) override |
|
bool | HasModelRemapping () const override |
|
AZStd::vector< Endpoint > | GetRemappedModelEndpoints () const override |
|
int | GetLayoutPriority () const override |
|
void | SetLayoutPriority (int priority) override |
|
void | Show () |
|
void | Hide () |
|
bool | IsVisible () const |
|