C# 클래스 Treefrog.Plugins.Tiles.UI.DynamicBrushForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
BindTileController ( Treefrog.Presentation.TilePoolListPresenter controller ) : void
DynamicBrushForm ( ) : System
DynamicBrushForm ( DynamicTileBrush brush ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BindTileController() 공개 메소드

public BindTileController ( Treefrog.Presentation.TilePoolListPresenter controller ) : void
controller Treefrog.Presentation.TilePoolListPresenter
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DynamicBrushForm() 공개 메소드

public DynamicBrushForm ( ) : System
리턴 System

DynamicBrushForm() 공개 메소드

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