C# Class FC3Editor.Tools.ToolEnvironment

Inheritance: ITool, IToolBase, IParameterProvider
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

GetContextHelp() public méthode

public GetContextHelp ( ) : string
Résultat string

GetMainParameter() public méthode

public GetMainParameter ( ) : IParameter
Résultat IParameter

GetParameters() public méthode

public GetParameters ( ) : IEnumerable
Résultat IEnumerable

GetToolImage() public méthode

public GetToolImage ( ) : Image
Résultat Image

GetToolName() public méthode

public GetToolName ( ) : string
Résultat string

ToolEnvironment() public méthode

public ToolEnvironment ( ) : System
Résultat System