C# Class fCraft.GUI.FlatMapGenGui

Inheritance: MapGeneratorGui
Mostrar archivo Open project: fragmer/fCraft

Public Methods

Method Description
FlatMapGenGui ( ) : System
GetParameters ( ) : MapGeneratorParameters
OnMapDimensionChange ( int width, int length, int height ) : void
SetParameters ( MapGeneratorParameters generatorParameters ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

pgDetails_PropertyValueChanged ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void
xCustom_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FlatMapGenGui() public method

public FlatMapGenGui ( ) : System
return System

GetParameters() public method

public GetParameters ( ) : MapGeneratorParameters
return MapGeneratorParameters

OnMapDimensionChange() public method

public OnMapDimensionChange ( int width, int length, int height ) : void
width int
length int
height int
return void

SetParameters() public method

public SetParameters ( MapGeneratorParameters generatorParameters ) : void
generatorParameters MapGeneratorParameters
return void