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

Inheritance: ViewModelBase
Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
Cleanup ( ) : void
FormulaEditorViewModel ( ) : Catrobat.Core.Resources.Localization
NavigateTo ( ) : void
SensorService_SensorReadingChanged ( object sender, Utilities e ) : void
ToggleSensorButtonLabel ( ) : void

Méthodes protégées

Méthode Description
GoBackAction ( ) : void

Private Methods

Méthode Description
CancelAction ( ) : void
CompleteTokenAction ( int index ) : void
CurrentProgramChangedMessageAction ( GenericMessage message ) : void
KeyPressedAction ( FormulaKeyEventArgs e ) : void
RaiseReset ( ) : void
RedoAction ( ) : void
RedoCommand_CanExecute ( ) : bool
SaveAction ( ) : void
SelectedSpriteChangedMessageAction ( GenericMessage message ) : void
SendEvaluation ( LocalVariable localVariable = null, GlobalVariable globalVariable = null ) : void
SensorAction ( ) : void
ShowErrorPressedAction ( ) : void
ShowErrorPressedCommand_CanExecute ( ) : bool
UndoAction ( ) : void
UndoCommand_CanExecute ( ) : bool

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

FormulaEditorViewModel() public méthode

public FormulaEditorViewModel ( ) : Catrobat.Core.Resources.Localization
Résultat Catrobat.Core.Resources.Localization

GoBackAction() protected méthode

protected GoBackAction ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( ) : void
Résultat void

SensorService_SensorReadingChanged() public méthode

public SensorService_SensorReadingChanged ( object sender, Utilities e ) : void
sender object
e Utilities
Résultat void

ToggleSensorButtonLabel() public méthode

public ToggleSensorButtonLabel ( ) : void
Résultat void