C# Class AcManager.Tools.Objects.ShowroomObject

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

Public Methods

Method Description
HandleChangedFile ( string filename ) : bool
Reload ( ) : void
ShowroomObject ( IFileAcManager manager, string id, bool enabled ) : System
ToggleSound ( ) : void

Protected Methods

Method Description
GetTagsList ( ) : AutocompleteValuesList
InitializeLocations ( ) : void
LoadOrThrow ( ) : void
LoadYear ( Newtonsoft.Json.Linq.JObject json ) : void
TestIfKunos ( ) : bool

Private Methods

Method Description
CheckKn5 ( ) : void
CheckSound ( ) : void
DownloadPreview ( ) : void
GetPreviewImage ( ) : string

Method Details

GetTagsList() protected method

protected GetTagsList ( ) : AutocompleteValuesList
return AutocompleteValuesList

HandleChangedFile() public method

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

InitializeLocations() protected method

protected InitializeLocations ( ) : void
return void

LoadOrThrow() protected method

protected LoadOrThrow ( ) : void
return void

LoadYear() protected method

protected LoadYear ( Newtonsoft.Json.Linq.JObject json ) : void
json Newtonsoft.Json.Linq.JObject
return void

Reload() public method

public Reload ( ) : void
return void

ShowroomObject() public method

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

TestIfKunos() protected method

protected TestIfKunos ( ) : bool
return bool

ToggleSound() public method

public ToggleSound ( ) : void
return void