Show / Hide Table of Contents

    Class PresetPipelineModule

    Creates a pipeline of presets that can be executed in succession.

    Inheritance
    Object
    Module
    PresetPipelineModule
    Implements
    IModule
    IDrawOrder
    ITriggerLoadWithName
    ITriggerBuildSet
    IBuildEventTrigger
    Inherited Members
    Module.EventCallbackOrder
    Module.InitializeStyles()
    Module.DrawModule()
    Module.DrawAdditionalHeader(Rect)
    Namespace: QFSW.BA.Modules
    Assembly: QFSW.BA.dll
    Syntax
    public class PresetPipelineModule : Module, IModule, IDrawOrder, ITriggerLoadWithName, ITriggerBuildSet, IBuildEventTrigger

    Properties

    DisplayName

    Declaration
    public override string DisplayName { get; }
    Property Value
    Type Description
    String
    Overrides
    Module.DisplayName

    DrawOrder

    Declaration
    public override int DrawOrder { get; }
    Property Value
    Type Description
    Int32
    Overrides
    Module.DrawOrder

    ID

    Declaration
    public override string ID { get; }
    Property Value
    Type Description
    String
    Overrides
    Module.ID

    Tooltip

    Declaration
    public override string Tooltip { get; }
    Property Value
    Type Description
    String
    Overrides
    Module.Tooltip

    Methods

    DrawModuleContents()

    Declaration
    protected override void DrawModuleContents()
    Overrides
    Module.DrawModuleContents()

    Events

    TriggerBuildSet

    Declaration
    public event Action TriggerBuildSet
    Event Type
    Type Description
    Action

    TriggerLoadWithName

    Declaration
    public event Action<string> TriggerLoadWithName
    Event Type
    Type Description
    Action<String>

    Implements

    IModule
    IDrawOrder
    ITriggerLoadWithName
    ITriggerBuildSet
    IBuildEventTrigger

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top