Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor EditorViewModel
Namespace: DeltaEngine.Editor
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The EditorViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EditorViewModel | Initializes a new instance of the EditorViewModel class |
![]() | EditorViewModel(EditorPluginLoader, Settings) | Initializes a new instance of the EditorViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | AddAllPlugins | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | 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.) |
![]() | SaveApiKey | |
![]() | 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.) |
![]() | ShowMessageBoxToDeleteCurrentProject | |
![]() | UpdateBorderThicknessOfChromeStyle | |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DefaultContentProjectName |
Properties
Name | Description | |
---|---|---|
![]() | AccountImage | |
![]() | ApiKey | |
![]() | AvailableProjects | |
![]() | DeleteProjectVisibility | |
![]() | EditorPanelVisibility | |
![]() | EditorPlugins | |
![]() | Error | |
![]() | ErrorBackgroundColor | |
![]() | ErrorForegroundColor | |
![]() | ErrorVisibility | |
![]() | IsContentReady | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | IsLoggedIn | |
![]() | LoginPanelVisibility | |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | OnLoginButtonClicked | |
![]() | OnLogoutButtonClicked | |
![]() | PopupText | |
![]() | PopupVisibility | |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | ResizeBorderThickness | |
![]() | SelectedProject | |
![]() | Service | |
![]() | StartEditorMaximized | |
![]() | TextLogger | |
![]() | VersionNumber |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also