Table of Contents

Class ExecutableNodeElement

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Base class for node visual element of ExecutableNodeView

public class ExecutableNodeElement : Node
Inheritance
ExecutableNodeElement

Constructors

ExecutableNodeElement(ExecutableNodeView)

public ExecutableNodeElement(ExecutableNodeView nodeView)

Parameters

nodeView ExecutableNodeView

Properties

View

public ExecutableNodeView View { get; }

Property Value

ExecutableNodeView

Methods

AddBreakpointView()

public void AddBreakpointView()

BuildContextualMenu(ContextualMenuPopulateEvent)

public override void BuildContextualMenu(ContextualMenuPopulateEvent evt)

Parameters

evt ContextualMenuPopulateEvent

CollectElements(HashSet<GraphElement>, Func<GraphElement, bool>)

public override void CollectElements(HashSet<GraphElement> collectedElementSet, Func<GraphElement, bool> conditionFunc)

Parameters

collectedElementSet HashSet<GraphElement>
conditionFunc Func<GraphElement, bool>

RemoveBreakpointView()

public void RemoveBreakpointView()