fluid.node

Members

Aliases

RunCallback
alias RunCallback = void delegate(Node node) @(safe)
Undocumented in source.

Classes

Node
class Node

Represents a Fluid node.

Functions

mockRun
RunCallback mockRun(RunCallback callback)

Set a new function to use instead of run.

mockRun
RunCallback mockRun()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(Node node)
void run(Node node, FluidEntrypointBackend backend)

Start a Fluid GUI app.

runWhileDrawing
int runWhileDrawing(Publisher!() publisher, Node node, int frameLimit)

Draw the node in a loop until an event happens.

Meta