Edites the data for the ImputEditorView
View code on GitHub
Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.InputEditor InputEditorViewModel
Namespace: DeltaEngine.Editor.InputEditor
Assembly: DeltaEngine.Editor.InputEditor (in DeltaEngine.Editor.InputEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The InputEditorViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InputEditorViewModel | Initializes a new instance of the InputEditorViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | AddNewCommand | |
![]() | AddNewTrigger | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | ChangeKey | |
![]() | ChangeState | |
![]() | ChangeType | |
![]() | CheckForLoad | |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | SaveAsXml | |
![]() | Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | UpdateTriggerList | |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
![]() | availableCommands | |
![]() | service |
Properties
Name | Description | |
---|---|---|
![]() | AddCommand | |
![]() | AddTrigger | |
![]() | CommandList | |
![]() | EditCommand | |
![]() | InputKeyAndButtonEditor | |
![]() | InputStateEditor | |
![]() | InputTypeEditor | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | NewCommand | |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | RemoveCommand | |
![]() | RemoveTrigger | |
![]() | SelectedCommand | |
![]() | SelectedTrigger | |
![]() | TriggerList |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also