C# Class Catrobat.IDE.Core.ViewModels.Editor.Looks.ChangeLookViewModel

Inheritance: ViewModelBase
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
ChangeLookViewModel ( ) : System.Threading.Tasks

Protected Methods

Method Description
GoBackAction ( ) : void

Private Methods

Method Description
CancelAction ( ) : void
ChangeLookNameMessageAction ( GenericMessage message ) : void
CurrentProgramChangedMessageAction ( GenericMessage message ) : void
EditLookAction ( ) : void
ReceiveSelectedSpriteMessageAction ( GenericMessage message ) : void
ResetViewModel ( ) : void
SaveAction ( ) : void
SaveCommand_CanExecute ( ) : bool

Method Details

ChangeLookViewModel() public method

public ChangeLookViewModel ( ) : System.Threading.Tasks
return System.Threading.Tasks

GoBackAction() protected method

protected GoBackAction ( ) : void
return void