C# Class FC3Editor.Tools.ToolProperties

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
ToolProperties ( ) : System

Private Methods

Method Description
ConfirmMapIdChange ( ) : bool
action_GenerateMapId ( ) : void
authorName_ValueChanged ( object sender, EventArgs e ) : void
battlefield_ValueChanged ( object sender, EventArgs e ) : void
mapId_ValueChanged ( object sender, EventArgs e ) : void
mapName_ValueChanged ( object sender, EventArgs e ) : void
paramNavmeshEnabled_ValueChanged ( object sender, EventArgs e ) : void
players_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

ToolProperties() public method

public ToolProperties ( ) : System
return System