InputEditorViewModel ClassDelta Engine Documentation
Edites the data for the ImputEditorView View code on GitHub
Inheritance Hierarchy

System Object
  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

public class InputEditorViewModel : ViewModelBase

The InputEditorViewModel type exposes the following members.

Constructors

  NameDescription
Public methodInputEditorViewModel
Initializes a new instance of the InputEditorViewModel class
Top
Methods

  NameDescription
Public methodAddNewCommand
Public methodAddNewTrigger
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodChangeKey
Public methodChangeState
Public methodChangeType
Public methodCheckForLoad
Public methodCleanup (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  , UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanging``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Public methodSaveAsXml
Protected methodSet``1(Expression Func UMP  , UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(String, UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodSet``1(String, UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Public methodUpdateTriggerList
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Fields

  NameDescription
Public fieldavailableCommands
Public fieldservice
Top
Properties

  NameDescription
Public propertyAddCommand
Public propertyAddTrigger
Public propertyCommandList
Public propertyEditCommand
Public propertyInputKeyAndButtonEditor
Public propertyInputStateEditor
Public propertyInputTypeEditor
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Public propertyNewCommand
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertyRemoveCommand
Public propertyRemoveTrigger
Public propertySelectedCommand
Public propertySelectedTrigger
Public propertyTriggerList
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from ObservableObject.)
Public eventPropertyChanging (Inherited from ObservableObject.)
Top
See Also