AnimationEditorViewModel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  ObservableObject
    ViewModelBase
      DeltaEngine.Editor.ImageAnimationEditor AnimationEditorViewModel

Namespace: DeltaEngine.Editor.ImageAnimationEditor
Assembly: DeltaEngine.Editor.ImageAnimationEditor (in DeltaEngine.Editor.ImageAnimationEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class AnimationEditorViewModel : ViewModelBase

The AnimationEditorViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAnimationEditorViewModel
Initializes a new instance of the AnimationEditorViewModel class
Top
Methods

  NameDescription
Public methodActivateAnimation
Public methodAddImage
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Public methodCreateAnimationFromFile
Public methodMoveImageDown
Public methodMoveImageUp
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 methodRefreshOnContentChange
Public methodRemoveImage
Public methodResetOnProjectChange
Public methodSaveAnimation
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 methodShowSpritesheetAnimation
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Fields

  NameDescription
Public fieldrenderExample
Top
Properties

  NameDescription
Public propertyAnimationList
Public propertyAnimationName
Public propertyCanSaveAnimation
Public propertyDuration
Public propertyImageList
Public propertyIsAddEnabled
Public propertyIsDisplayingAnimation
Public propertyIsDisplayingImage
Public propertyIsFrameSizeEnabled
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyIsMovingEnabled
Public propertyIsRemoveEnabled
Public propertyLoadedImageList
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertySelectedImageToAdd
Public propertySelectedIndex
Public propertySubImageSize
Top
Events

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