C# Class Catrobat.IDE.Core.ViewModels.Editor.Formula.AddNewGlobalVariableViewModel

Inheritance: ViewModelBase
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
AddNewGlobalVariableViewModel ( ) : Catrobat.Core.Resources.Localization

Protected Methods

Method Description
GoBackAction ( ) : void

Private Methods

Method Description
CancelAction ( ) : void
CurrentProgramChangedMessageAction ( GenericMessage message ) : void
ResetViewModel ( ) : void
SaveAction ( ) : void
SaveCommand_CanExecute ( ) : bool
SelectedSpriteChangedMessageAction ( GenericMessage message ) : void

Method Details

AddNewGlobalVariableViewModel() public method

public AddNewGlobalVariableViewModel ( ) : Catrobat.Core.Resources.Localization
return Catrobat.Core.Resources.Localization

GoBackAction() protected method

protected GoBackAction ( ) : void
return void