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

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
HandleTileSizeChanged ( object sender, EventArgs e ) : void
InitializeBrush ( StaticTileBrush 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
InitializeTileSizeList ( ) : void
RemoveTileFromBrush ( StaticTileBrush brush, Tile tile ) : void
SelectCurrentTileSize ( ) : void
SyncTilePoolListHandler ( object sender, EventArgs e ) : void
ValidateName ( ) : 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

StaticBrushForm() 공개 메소드

public StaticBrushForm ( ) : System
리턴 System

StaticBrushForm() 공개 메소드

public StaticBrushForm ( StaticTileBrush brush ) : System
brush Treefrog.Framework.Model.StaticTileBrush
리턴 System