0.2.0
Loading...
Searching...
No Matches
NAV::OutputPin::OutgoingLink Struct Reference

Collection of information about the connected node and pin. More...

Public Member Functions

InputPingetConnectedPin () const
 Returns a pointer to the pin which is connected to this one.
 
 OutgoingLink ()=default
 Default Constructor.
 
 OutgoingLink (ax::NodeEditor::LinkId linkId, Node *connectedNode, ax::NodeEditor::PinId connectedPinId)
 Constructor.
 

Public Attributes

bool dataChangeNotification
 Flag to signal the connected node, that the data was changed.
 

Additional Inherited Members

Detailed Description

Collection of information about the connected node and pin.

Constructor & Destructor Documentation

◆ OutgoingLink()

NAV::OutputPin::OutgoingLink::OutgoingLink ( ax::NodeEditor::LinkId linkId,
Node * connectedNode,
ax::NodeEditor::PinId connectedPinId )
inline

Constructor.

Parameters
[in]linkIdUnique id of the link
[in]connectedNodeNode connected on the other end of the link
[in]connectedPinIdId of the pin, which is connected on the other end of the link

The documentation for this struct was generated from the following file: