C# 클래스 Treefrog.Plugins.Tiles.TileBrushManagerPresenter

상속: Presenter, ICommandSubscriber
파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
ActionEditBrush ( System.Guid brushId ) : void
ActionSelectBrush ( System.Guid brushId ) : void
RefreshTileBrushCollection ( ) : void
TileBrushManagerPresenter ( ) : System

보호된 메소드들

메소드 설명
InitializeCore ( ) : void
OnSyncCurrentBrush ( SyncTileBrushEventArgs e ) : void
OnSyncTileBrushCollection ( EventArgs e ) : void
OnSyncTileBrushManager ( EventArgs e ) : void
OnTileBrushSelected ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CommandCanCloneBrush ( ) : bool
CommandCanCreateDynamicBrush ( ) : bool
CommandCanCreateStaticBrush ( ) : bool
CommandCanDeleteBrush ( ) : bool
CommandCloneBrush ( ) : void
CommandCreateDynamicBrush ( ) : void
CommandCreateStaticBrush ( ) : void
CommandDeleteBrush ( ) : void
FindCloneBrushName ( string basename ) : string
InitializeCommandManager ( ) : void
SelectBrush ( System.Guid brushId ) : void
SyncCurrentProjectHandler ( object sender, Treefrog.Presentation.SyncProjectEventArgs e ) : void

메소드 상세

ActionEditBrush() 공개 메소드

public ActionEditBrush ( System.Guid brushId ) : void
brushId System.Guid
리턴 void

ActionSelectBrush() 공개 메소드

public ActionSelectBrush ( System.Guid brushId ) : void
brushId System.Guid
리턴 void

InitializeCore() 보호된 메소드

protected InitializeCore ( ) : void
리턴 void

OnSyncCurrentBrush() 보호된 메소드

protected OnSyncCurrentBrush ( SyncTileBrushEventArgs e ) : void
e SyncTileBrushEventArgs
리턴 void

OnSyncTileBrushCollection() 보호된 메소드

protected OnSyncTileBrushCollection ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSyncTileBrushManager() 보호된 메소드

protected OnSyncTileBrushManager ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnTileBrushSelected() 보호된 메소드

protected OnTileBrushSelected ( EventArgs e ) : void
e System.EventArgs
리턴 void

RefreshTileBrushCollection() 공개 메소드

public RefreshTileBrushCollection ( ) : void
리턴 void

TileBrushManagerPresenter() 공개 메소드

public TileBrushManagerPresenter ( ) : System
리턴 System