Collection of information about the connected node and pin.
More...
|
bool | dataChangeNotification |
| Flag to signal the connected node, that the data was changed.
|
|
Node * | connectedNode |
| 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.
|
|
Collection of information about the connected node and pin.
Definition at line 411 of file Pin.hpp.
◆ OutgoingLink() [1/2]
NAV::OutputPin::OutgoingLink::OutgoingLink |
( |
| ) |
|
|
default |
◆ OutgoingLink() [2/2]
NAV::OutputPin::OutgoingLink::OutgoingLink |
( |
ax::NodeEditor::LinkId | linkId, |
|
|
Node * | connectedNode, |
|
|
ax::NodeEditor::PinId | connectedPinId ) |
|
inline |
Constructor.
- Parameters
-
[in] | linkId | Unique id of the link |
[in] | connectedNode | Node connected on the other end of the link |
[in] | connectedPinId | Id of the pin, which is connected on the other end of the link |
Definition at line 420 of file Pin.hpp.
◆ getConnectedPin()
NAV::InputPin * NAV::OutputPin::OutgoingLink::getConnectedPin |
( |
| ) |
const |
|
nodiscard |
Returns a pointer to the pin which is connected to this one.
Definition at line 334 of file Pin.cpp.
◆ dataChangeNotification
bool NAV::OutputPin::OutgoingLink::dataChangeNotification |
Flag to signal the connected node, that the data was changed.
Definition at line 429 of file Pin.hpp.
The documentation for this struct was generated from the following files:
- /home/runner/work/INSTINCT/INSTINCT/src/internal/Node/Pin.hpp
- /home/runner/work/INSTINCT/INSTINCT/src/internal/Node/Pin.cpp