Method | Description | |
---|---|---|
ChangeEnginePath ( object arg ) : void | ||
CloseProject ( object arg ) : void | ||
MainWindowViewModel ( IProjectDocumentFactory projectFactory, IDialogService dialogService, IDataAccessService dataService ) : System.Collections.Generic | ||
OpenProject ( string filename ) : void | ||
SaveProject ( ) : void | ||
TestLocation ( object arg ) : void | ||
TestProject ( object arg ) : void | ||
TestStage ( object arg ) : void |
Method | Description | |
---|---|---|
CheckProjectForDuplicateIncludes ( MegaMan.Editor.Bll.ProjectDocument project ) : bool | ||
DestroyProjectDependencies ( ) : void | ||
GetEngineStartInfo ( ) : |
||
GetOrFindEnginePath ( ) : string | ||
NewEntity ( object obj ) : void | ||
OnPropertyChanged ( string property ) : void | ||
OpenProjectDialog ( object param ) : void | ||
OpenRecentProject ( object param ) : void | ||
ProjectOpened ( object sender, MegaMan.Editor.Mediator.ProjectOpenedEventArgs args ) : void | ||
PromptForEnginePath ( ) : void | ||
Redo ( object param ) : void | ||
RunTest ( string arguments ) : void | ||
SetupProjectDependencies ( MegaMan.Editor.Bll.ProjectDocument project ) : void | ||
TestLocationSelected ( object sender, TestLocationSelectedEventArgs args ) : void | ||
TryOpenProject ( string filename ) : void | ||
Undo ( object param ) : void | ||
UpdateLayerVisibility ( object obj ) : void |
public ChangeEnginePath ( object arg ) : void | ||
arg | object | |
return | void |
public MainWindowViewModel ( IProjectDocumentFactory projectFactory, IDialogService dialogService, IDataAccessService dataService ) : System.Collections.Generic | ||
projectFactory | IProjectDocumentFactory | |
dialogService | IDialogService | |
dataService | IDataAccessService | |
return | System.Collections.Generic |
public OpenProject ( string filename ) : void | ||
filename | string | |
return | void |