0.2.0
Loading...
Searching...
No Matches
NAV::Pin::Link Struct Reference

Link between two pins. More...

Public Attributes

NodeconnectedNode
 Pointer to the node, which is connected to this pin.
 
ax::NodeEditor::PinId connectedPinId
 Id of the pin, which is connected to this pin.
 
ax::NodeEditor::LinkId linkId
 Unique id of the link.
 

Protected Member Functions

 Link ()=default
 Default Constructor.
 
 Link (ax::NodeEditor::LinkId linkId, Node *connectedNode, ax::NodeEditor::PinId connectedPinId)
 Constructor.
 

Detailed Description

Link between two pins.

Constructor & Destructor Documentation

◆ Link()

NAV::Pin::Link::Link ( ax::NodeEditor::LinkId linkId,
Node * connectedNode,
ax::NodeEditor::PinId connectedPinId )
inlineprotected

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: