C# Class Catrobat.IDE.Core.ViewModels.Editor.Sprites.SpritesViewModel

Inheritance: ViewModelBase
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
NavigateTo ( ) : void
SpritesViewModel ( ) : System.Collections.Generic

Protected Methods

Method Description
GoBackAction ( ) : void

Private Methods

Method Description
AddNewSpriteAction ( ) : void
CanExecuteCopySpriteCommand ( ) : bool
CanExecuteDeleteSpriteCommand ( ) : bool
ClearObjectSelectionAction ( ) : void
CopySpriteAction ( ) : void
CurrentProgramChangedAction ( GenericMessage message ) : void
DeleteSpriteAction ( ) : void
DeleteSpriteMessageBoxResult ( MessageboxResult result ) : void
EditSpriteAction ( Sprite sprite ) : void
RedoAction ( ) : void
SelectedSpritesOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void
StartPlayerAction ( ) : void
UndoAction ( ) : void

Method Details

GoBackAction() protected method

protected GoBackAction ( ) : void
return void

NavigateTo() public method

public NavigateTo ( ) : void
return void

SpritesViewModel() public method

public SpritesViewModel ( ) : System.Collections.Generic
return System.Collections.Generic