C# 클래스 Flood.Editor.Client.GUI.PaneGroup

Display a group of panes that share the same boundaries. Navigation through the panes is done with tabs.
상속: Flood.GUI.Controls.TabControl
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
AddPane ( Editor.Services.Pane pane ) : void
DragAndDrop_CanAcceptPackage ( Package p ) : bool
PaneGroup ( Container parent, Editor.Services.PaneManager paneManager ) : System.Collections.Generic
RemovePane ( Editor.Services.Pane pane ) : void

보호된 메소드들

메소드 설명
OnKeyboardFocus ( ) : void

비공개 메소드들

메소드 설명
GetParentContainer ( Control control ) : Container
HideDockHelper ( ) : void
MovePane ( TabButton pane, PaneGroup targetPaneGroup ) : void

Move pane from the current PaneGroup to the targetPaneGroup.

MovePaneHorizontally ( TabButton pane, uint depth, bool moveRight ) : void

Move pane to a container relative to targetPaneGroup.

MovePaneVertically ( TabButton pane, uint depth, bool moveUp ) : void

Move pane to a container relative to targetPaneGroup.

ShowDockHelper ( ) : void

메소드 상세

AddPane() 공개 메소드

public AddPane ( Editor.Services.Pane pane ) : void
pane Editor.Services.Pane
리턴 void

DragAndDrop_CanAcceptPackage() 공개 메소드

public DragAndDrop_CanAcceptPackage ( Package p ) : bool
p Flood.GUI.DragDrop.Package
리턴 bool

OnKeyboardFocus() 보호된 메소드

protected OnKeyboardFocus ( ) : void
리턴 void

PaneGroup() 공개 메소드

public PaneGroup ( Container parent, Editor.Services.PaneManager paneManager ) : System.Collections.Generic
parent Container
paneManager Editor.Services.PaneManager
리턴 System.Collections.Generic

RemovePane() 공개 메소드

public RemovePane ( Editor.Services.Pane pane ) : void
pane Editor.Services.Pane
리턴 void