C# Class AcManager.Tools.Objects.WeatherObject

Inheritance: AcManager.Tools.AcObjectsNew.AcIniObject
Show file Open project: gro-ove/actools Class Usage Examples

Private Properties

Property Type Description
Entry_PropertyChanged void
LoadColorCurvesData void
LoadExtended void
ReloadColorCurves void
SaveColorCurves void
SaveColorCurvesData void
SaveExtended void
TryToDetectWeatherTypeById WeatherType

Public Methods

Method Description
CompareTo ( AcPlaceholderNew o ) : int
EnsureLoadedExtended ( ) : void
HandleChangedFile ( string filename ) : bool
Reload ( ) : void
SaveData ( IniFile ini ) : void
WeatherObject ( IFileAcManager manager, string id, bool enabled ) : System

Protected Methods

Method Description
InitializeLocations ( ) : void
LoadData ( IniFile ini ) : void

Private Methods

Method Description
Entry_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
LoadColorCurvesData ( IniFile ini ) : void
LoadExtended ( IniFile ini ) : void
ReloadColorCurves ( ) : void
SaveColorCurves ( ) : void
SaveColorCurvesData ( IniFile ini ) : void
SaveExtended ( IniFile ini ) : void
TryToDetectWeatherTypeById ( string id ) : WeatherType

Method Details

CompareTo() public method

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

EnsureLoadedExtended() public method

public EnsureLoadedExtended ( ) : void
return void

HandleChangedFile() public method

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

InitializeLocations() protected method

protected InitializeLocations ( ) : void
return void

LoadData() protected method

protected LoadData ( IniFile ini ) : void
ini IniFile
return void

Reload() public method

public Reload ( ) : void
return void

SaveData() public method

public SaveData ( IniFile ini ) : void
ini IniFile
return void

WeatherObject() public method

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