C# Class AcManager.Tools.Objects.ReplayObject

Inheritance: AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject
Show file Open project: gro-ove/actools

Private Properties

Property Type Description

Public Methods

Method Description
CompareTo ( AcPlaceholderNew o ) : int
HandleChangedFile ( string filename ) : bool
ReplayObject ( IFileAcManager manager, string id, bool enabled ) : System

Protected Methods

Method Description
LoadOrThrow ( ) : void
Rename ( ) : void

Method Details

CompareTo() public method

public CompareTo ( AcPlaceholderNew o ) : int
o AcManager.Tools.AcObjectsNew.AcPlaceholderNew
return int

HandleChangedFile() public method

public HandleChangedFile ( string filename ) : bool
filename string
return bool

LoadOrThrow() protected method

protected LoadOrThrow ( ) : void
return void

Rename() protected method

protected Rename ( ) : void
return void

ReplayObject() public method

public ReplayObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
return System