GraphNode.Overlay/overlay - multiple declarations

Function GraphNode.overlay

Sets the overlay shown above the GraphNode. See overlay.

GraphNode.Overlay overlay() nothrow @property @nogc;

void overlay (
  long v
) nothrow @property @nogc;

Enum GraphNode.Overlay

enum Overlay : int { ... }

Enum members

NameDescription
overlayBreakpoint Show overlay set in the breakpoint theme property.
overlayDisabled No overlay is shown.
overlayPosition Show overlay set in the position theme property.