Search Results for

    Show / Hide Table of Contents

    Class ExecutableNodeElement

    Base class for node visual element of ExecutableNodeView

    Inheritance
    object
    ExecutableNodeElement
    Namespace: Ceres.Editor.Graph.Flow
    Assembly: cs.temp.dll.dll
    Syntax
    public class ExecutableNodeElement : Node

    Constructors

    ExecutableNodeElement(ExecutableNodeView)

    Declaration
    public ExecutableNodeElement(ExecutableNodeView nodeView)
    Parameters
    Type Name Description
    ExecutableNodeView nodeView

    Properties

    View

    Declaration
    public ExecutableNodeView View { get; }
    Property Value
    Type Description
    ExecutableNodeView

    Methods

    AddBreakpointView()

    Declaration
    public void AddBreakpointView()

    BuildContextualMenu(ContextualMenuPopulateEvent)

    Declaration
    public override void BuildContextualMenu(ContextualMenuPopulateEvent evt)
    Parameters
    Type Name Description
    ContextualMenuPopulateEvent evt

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

    Declaration
    public override void CollectElements(HashSet<GraphElement> collectedElementSet, Func<GraphElement, bool> conditionFunc)
    Parameters
    Type Name Description
    System.Collections.Generic.HashSet<T><GraphElement> collectedElementSet
    Func<, ><GraphElement, bool> conditionFunc

    RemoveBreakpointView()

    Declaration
    public void RemoveBreakpointView()
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX