Method |
Description |
|
AddFavoriteAction ( FormulaKey data ) : void |
|
|
AddGlobalVariableAction ( FormulaKey data ) : void |
|
|
AddLocalVariableAction ( FormulaKey data ) : void |
|
|
CurrentProgramChangedAction ( System.Program program ) : void |
|
|
CurrentSpriteChangedAction ( Sprite sprite ) : void |
|
|
DeleteVariableAction ( FormulaKey data ) : void |
|
|
DeleteVariableCanExecute ( FormulaKey formulaKey ) : bool |
|
|
DeserializeFormulaKeyCollection ( string>.IEnumerable graph, FormulaKey>.ILookup localVariables, FormulaKey>.ILookup globalVariables ) : IEnumerable |
|
|
Favorites_OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void |
|
|
GlobalVariablesSource_OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void |
|
|
KeyPressedAction ( FormulaKey data ) : void |
|
|
LoadSettingsAction ( LocalSettings settings ) : void |
|
|
LocalVariablesSource_OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void |
|
|
RemoveFavoriteAction ( FormulaKey data ) : void |
|
|
RenameVariableAction ( FormulaKey data ) : void |
|
|
ResetViewModel ( ) : void |
|
|
SaveSettingsAction ( LocalSettings settings ) : void |
|
|
SerializeFormulaKeyCollection ( IEnumerable collection ) : string>>.IEnumerable |
|
|