C# Class FC3Editor.Tools.ToolEnvironment

Inheritance: ITool, IToolBase, IParameterProvider
Mostra file Open project: Azerothian/fc3editor

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
ToolEnvironment ( ) : System

Private Methods

Method Description
cloudType_ValueChanged ( object sender, EventArgs e ) : void
stormFactor_ValueChanged ( object sender, EventArgs e ) : void
time_ValueChanged ( object sender, EventArgs e ) : void
waterLevel_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetMainParameter() public method

public GetMainParameter ( ) : IParameter
return IParameter

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

ToolEnvironment() public method

public ToolEnvironment ( ) : System
return System