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

Inheritance: ViewModelBase
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
ChangeSpriteViewModel ( ) : Catrobat.IDE.Core.Models
ResetViewModel ( ) : void

Protected Methods

Method Description
GoBackAction ( ) : void

Private Methods

Method Description
CancelAction ( ) : void
CurrentProgramChangedAction ( GenericMessage message ) : void
CurrentProgramChangedMessageAction ( GenericMessage message ) : void
CurrentSpriteChangedMessageAction ( GenericMessage message ) : void
SaveAction ( ) : void
SaveCommand_CanExecute ( ) : bool

Method Details

ChangeSpriteViewModel() public method

public ChangeSpriteViewModel ( ) : Catrobat.IDE.Core.Models
return Catrobat.IDE.Core.Models

GoBackAction() protected method

protected GoBackAction ( ) : void
return void

ResetViewModel() public method

public ResetViewModel ( ) : void
return void