Show / Hide Table of Contents

    Class PresetsModule

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

    Constructors

    PresetsModule()

    Declaration
    public PresetsModule()

    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

    CreatePreset(String)

    Declaration
    public void CreatePreset(string presetName)
    Parameters
    Type Name Description
    String presetName

    DeletePreset(String)

    Declaration
    public void DeletePreset(string presetName)
    Parameters
    Type Name Description
    String presetName

    DrawModuleContents()

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

    LoadPreset(String)

    Declaration
    public void LoadPreset(string presetName)
    Parameters
    Type Name Description
    String presetName

    SavePreset(String)

    Declaration
    public void SavePreset(string presetName)
    Parameters
    Type Name Description
    String presetName

    ShowNewPresetPopup()

    Declaration
    public void ShowNewPresetPopup()

    Events

    TriggerLoadWithName

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

    TriggerSaveWithName

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

    Implements

    IModule
    IDrawOrder
    ITriggerLoadWithName
    ITriggerSaveWithName
    IBuildEventTrigger

    Extension Methods

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