The editor main window manages the login and plugin selection (see EditorWindowModel).
View code on GitHub
EditorView
Inheritance Hierarchy
System.Windows.Threading DispatcherObject
System.Windows DependencyObject
System.Windows.Media Visual
System.Windows UIElement
System.Windows FrameworkElement
System.Windows.Controls Control
System.Windows.Controls ContentControl
System.Windows Window
DeltaEngine.Editor EditorView
Namespace: DeltaEngine.Editor
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The EditorView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EditorView | Initializes a new instance of the EditorView class |
![]() | EditorView(EditorViewModel) | Initializes a new instance of the EditorView class |
Methods
Name | Description | |
---|---|---|
![]() | InitializeComponent |
InitializeComponent
View code on GitHub |
![]() | OnRenderSizeChanged | (Overrides FrameworkElement OnRenderSizeChanged(SizeChangedInfo).) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IComponentConnector Connect |
See Also