C# Class Treefrog.Plugins.Tiles.UI.DynamicBrushForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
BindTileController ( Treefrog.Presentation.TilePoolListPresenter controller ) : void
DynamicBrushForm ( ) : System
DynamicBrushForm ( DynamicTileBrush brush ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HandlePrototypeChanged ( object sender, EventArgs e ) : void
HandleTileSizeChanged ( object sender, EventArgs e ) : void
InitializeBrush ( DynamicTileBrush brush ) : void
InitializeComponent ( ) : void

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

InitializeForm ( ) : void
InitializeLayers ( ) : void
InitializeNewBrush ( ) : void
InitializePrototypeList ( ) : void
InitializeTileSizeList ( ) : void
RemoveTileFromBrush ( DynamicTileBrush brush, Tile tile ) : void
SelectCurrentPrototype ( ) : void
SelectCurrentTileSize ( ) : void
SyncTilePoolListHandler ( object sender, EventArgs e ) : void
ValidateName ( ) : string
ValidatePrototype ( ) : string
ValidateTileSize ( ) : string
_buttonCancel_Click ( object sender, EventArgs e ) : void
_buttonOk_Click ( object sender, EventArgs e ) : void
_toggleDraw_Click ( object sender, EventArgs e ) : void
_toggleErase_Click ( object sender, EventArgs e ) : void

Method Details

BindTileController() public method

public BindTileController ( Treefrog.Presentation.TilePoolListPresenter controller ) : void
controller Treefrog.Presentation.TilePoolListPresenter
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DynamicBrushForm() public method

public DynamicBrushForm ( ) : System
return System

DynamicBrushForm() public method

public DynamicBrushForm ( DynamicTileBrush brush ) : System
brush Treefrog.Framework.Model.DynamicTileBrush
return System