Deki 1.3.0
Modular C++ 2D engine for embedded displays and desktop
Loading...
Searching...
No Matches
DekiEditor::NodeCanvasLink Struct Reference

One link to draw, by node ids + pin indices. More...

#include <NodeCanvas.h>

Public Attributes

uint32_t fromNode = 0
int fromPin = 0
uint32_t toNode = 0
int toPin = 0
bool selected = false

Detailed Description

One link to draw, by node ids + pin indices.

Member Data Documentation

◆ fromNode

uint32_t DekiEditor::NodeCanvasLink::fromNode = 0

◆ fromPin

int DekiEditor::NodeCanvasLink::fromPin = 0

◆ toNode

uint32_t DekiEditor::NodeCanvasLink::toNode = 0

◆ toPin

int DekiEditor::NodeCanvasLink::toPin = 0

◆ selected

bool DekiEditor::NodeCanvasLink::selected = false

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