C# Class FC3Editor.Tools.ToolRoad

Inheritance: ToolSpline
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

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

Private Methods

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

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

OnEditorEvent() public méthode

public OnEditorEvent ( uint eventType, IntPtr eventPtr ) : void
eventType uint
eventPtr System.IntPtr
Résultat void

ToolRoad() public méthode

public ToolRoad ( ) : System
Résultat System