C# Class MegaMan.Editor.Controls.ViewModels.LayoutEditingViewModel

Inheritance: IToolProvider, INotifyPropertyChanged
Exibir arquivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Private Properties

Property Type Description
AddScreen void
ChangeTool void
DeleteScreen void
HasStage bool
IconFor string
ImportScreen void
OnPropertyChanged void
StageChanged void
TestFromLocation void

Public Methods

Method Description
LayoutEditingViewModel ( ) : System

Private Methods

Method Description
AddScreen ( ) : void
ChangeTool ( object toolParam ) : void
DeleteScreen ( ScreenDocument screen ) : void
HasStage ( ) : bool
IconFor ( string icon ) : string
ImportScreen ( ) : void
OnPropertyChanged ( string name ) : void
StageChanged ( object sender, MegaMan.Editor.Mediator.StageChangedEventArgs e ) : void
TestFromLocation ( ) : void

Method Details

LayoutEditingViewModel() public method

public LayoutEditingViewModel ( ) : System
return System