C# Class Treefrog.Plugins.Tiles.TileBrushManagerPresenter

Inheritance: Presenter, ICommandSubscriber
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
ActionEditBrush ( System.Guid brushId ) : void
ActionSelectBrush ( System.Guid brushId ) : void
RefreshTileBrushCollection ( ) : void
TileBrushManagerPresenter ( ) : System

Méthodes protégées

Méthode Description
InitializeCore ( ) : void
OnSyncCurrentBrush ( SyncTileBrushEventArgs e ) : void
OnSyncTileBrushCollection ( EventArgs e ) : void
OnSyncTileBrushManager ( EventArgs e ) : void
OnTileBrushSelected ( EventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

ActionEditBrush() public méthode

public ActionEditBrush ( System.Guid brushId ) : void
brushId System.Guid
Résultat void

ActionSelectBrush() public méthode

public ActionSelectBrush ( System.Guid brushId ) : void
brushId System.Guid
Résultat void

InitializeCore() protected méthode

protected InitializeCore ( ) : void
Résultat void

OnSyncCurrentBrush() protected méthode

protected OnSyncCurrentBrush ( SyncTileBrushEventArgs e ) : void
e SyncTileBrushEventArgs
Résultat void

OnSyncTileBrushCollection() protected méthode

protected OnSyncTileBrushCollection ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSyncTileBrushManager() protected méthode

protected OnSyncTileBrushManager ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnTileBrushSelected() protected méthode

protected OnTileBrushSelected ( EventArgs e ) : void
e System.EventArgs
Résultat void

RefreshTileBrushCollection() public méthode

public RefreshTileBrushCollection ( ) : void
Résultat void

TileBrushManagerPresenter() public méthode

public TileBrushManagerPresenter ( ) : System
Résultat System