Show / Hide Table of Contents

    Class AutosaveModule

    Preferences related to autosave in addition to utilities for importing and exporting configurations.

    Inheritance
    Object
    Module
    AutosaveModule
    Implements
    IModule
    IDrawOrder
    IWindowFocusLoss
    IContextDestroyed
    IBuildSetStart
    IBuildEventHandler
    ITriggerSave
    ITriggerSaveToPath
    ITriggerLoadFromPath
    IBuildEventTrigger
    Inherited Members
    Module.EventCallbackOrder
    Module.InitializeStyles()
    Module.DrawModule()
    Module.DrawAdditionalHeader(Rect)
    Namespace: QFSW.BA.Modules
    Assembly: QFSW.BA.dll
    Syntax
    public class AutosaveModule : Module, IModule, IDrawOrder, IWindowFocusLoss, IContextDestroyed, IBuildSetStart, IBuildEventHandler, ITriggerSave, ITriggerSaveToPath, ITriggerLoadFromPath, 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()

    OnBuildSetStart(IEnumerable<Platform>)

    Declaration
    public void OnBuildSetStart(IEnumerable<Platform> stagedPlatforms)
    Parameters
    Type Name Description
    IEnumerable<Platform> stagedPlatforms

    OnContextDestroyed()

    Declaration
    public void OnContextDestroyed()

    OnFocusLoss()

    Declaration
    public void OnFocusLoss()

    Events

    TriggerLoadFromPath

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

    TriggerSave

    Declaration
    public event Action TriggerSave
    Event Type
    Type Description
    Action

    TriggerSaveToPath

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

    Implements

    IModule
    IDrawOrder
    IWindowFocusLoss
    IContextDestroyed
    IBuildSetStart
    IBuildEventHandler
    ITriggerSave
    ITriggerSaveToPath
    ITriggerLoadFromPath
    IBuildEventTrigger

    Extension Methods

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