C# Class FC3Editor.Tools.ToolRoad

Inheritance: ToolSpline
Mostra file Open project: Azerothian/fc3editor

Public Methods

Method Description
Activate ( ) : void
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
OnEditorEvent ( uint eventType, IntPtr eventPtr ) : void
ToolRoad ( ) : System

Private Methods

Method Description
SetSplineRoad ( SplineRoad splineRoad ) : void
UpdateSelectedSpline ( ) : void
roadWidth_ValueChanged ( object sender, EventArgs e ) : void
spline_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : 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

OnEditorEvent() public method

public OnEditorEvent ( uint eventType, IntPtr eventPtr ) : void
eventType uint
eventPtr System.IntPtr
return void

ToolRoad() public method

public ToolRoad ( ) : System
return System