C# 클래스 Core2D.Wpf.Views.EditorControl

Interaction logic for EditorControl xaml.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Core2D/Core2D

공개 메소드들

메소드 설명
AttachEditor ( ) : void

Attach project editor to container control.

AutoLoadLayout ( ) : void

Auto load docking manager layout.

AutoSaveLayout ( ) : void

Auto save docking manager layout.

DetachEditor ( ) : void

Detach project editor from container control.

EditorControl ( ) : System

Initializes a new instance of the EditorControl class.

OnLoadLayout ( ) : void

Load editor layout.

OnResetLayout ( ) : void

Reset editor layout.

OnSaveLayout ( ) : void

Save editor layout.

비공개 메소드들

메소드 설명
InvalidateChild ( double zoomX, double zoomY, double offsetX, double offsetY ) : void
LoadLayout ( string path ) : void

Load docking manager layout.

LoadLayoutFromResource ( string path ) : void

Load docking manager layout from resource.

OnLoaded ( ) : void

Initialize editor after loaded.

OnUnloaded ( ) : void

De-initialize editor after unloaded.

SaveLayout ( string path ) : void

Save docking manager layout.

ZoomBorder_DragEnter ( object sender, System.Windows.DragEventArgs e ) : void
ZoomBorder_Drop ( object sender, System.Windows.DragEventArgs e ) : void

메소드 상세

AttachEditor() 공개 메소드

Attach project editor to container control.
public AttachEditor ( ) : void
리턴 void

AutoLoadLayout() 공개 메소드

Auto load docking manager layout.
public AutoLoadLayout ( ) : void
리턴 void

AutoSaveLayout() 공개 메소드

Auto save docking manager layout.
public AutoSaveLayout ( ) : void
리턴 void

DetachEditor() 공개 메소드

Detach project editor from container control.
public DetachEditor ( ) : void
리턴 void

EditorControl() 공개 메소드

Initializes a new instance of the EditorControl class.
public EditorControl ( ) : System
리턴 System

OnLoadLayout() 공개 메소드

Load editor layout.
public OnLoadLayout ( ) : void
리턴 void

OnResetLayout() 공개 메소드

Reset editor layout.
public OnResetLayout ( ) : void
리턴 void

OnSaveLayout() 공개 메소드

Save editor layout.
public OnSaveLayout ( ) : void
리턴 void