Inheritance Hierarchy
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
The AnimationEditorViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AnimationEditorViewModel | Initializes a new instance of the AnimationEditorViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | ActivateAnimation | |
![]() | AddImage | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | CreateAnimationFromFile | |
![]() | MoveImageDown | |
![]() | MoveImageUp | |
![]() | 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.) |
![]() | RefreshOnContentChange | |
![]() | RemoveImage | |
![]() | ResetOnProjectChange | |
![]() | SaveAnimation | |
![]() | 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.) |
![]() | ShowSpritesheetAnimation | |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
![]() | renderExample |
Properties
Name | Description | |
---|---|---|
![]() | AnimationList | |
![]() | AnimationName | |
![]() | CanSaveAnimation | |
![]() | Duration | |
![]() | ImageList | |
![]() | IsAddEnabled | |
![]() | IsDisplayingAnimation | |
![]() | IsDisplayingImage | |
![]() | IsFrameSizeEnabled | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | IsMovingEnabled | |
![]() | IsRemoveEnabled | |
![]() | LoadedImageList | |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | SelectedImageToAdd | |
![]() | SelectedIndex | |
![]() | SubImageSize |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also