Function GraphEdit.isNodeConnected

Returns true if the from_port slot of the from GraphNode is connected to the to_port slot of the to GraphNode.

bool isNodeConnected (
  const(String) from,
  const(long) from_port,
  const(String) to,
  const(long) to_port
) nothrow @nogc;