C# 클래스 Flood.GUI.Controls.DockBase

Base for dockable containers.
상속: Control
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
DockBase ( Control parent ) : System

Initializes a new instance of the DockBase class.

DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool
DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool
DragAndDrop_Hover ( DragDrop p, int x, int y ) : void
DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void
DragAndDrop_HoverLeave ( DragDrop p ) : void

보호된 메소드들

메소드 설명
DoConsolidateCheck ( ) : void
DoRedundancyCheck ( ) : void
GetChildDock ( Pos pos ) : DockBase

Gets an inner docked control for the specified position.

GetDroppedTabDirection ( int x, int y ) : Pos

Calculates dock direction from dragdrop coordinates.

OnKeySpace ( bool down ) : bool

Handler for Space keyboard event.

OnRedundantChildDock ( DockBase dock ) : void
OnTabRemoved ( Control control ) : void
Render ( Skins skin ) : void

Renders the control using specified skin.

RenderOver ( Skins skin ) : void

Renders over the actual control (overlays).

SetupChildDock ( Pos pos ) : void

Initializes an inner docked control for the specified position.

메소드 상세

DoConsolidateCheck() 보호된 메소드

protected DoConsolidateCheck ( ) : void
리턴 void

DoRedundancyCheck() 보호된 메소드

protected DoRedundancyCheck ( ) : void
리턴 void

DockBase() 공개 메소드

Initializes a new instance of the DockBase class.
public DockBase ( Control parent ) : System
parent Control Parent control.
리턴 System

DragAndDrop_CanAcceptPackage() 공개 메소드

public DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool
p DragDrop
리턴 bool

DragAndDrop_HandleDrop() 공개 메소드

public DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool
p DragDrop
x int
y int
리턴 bool

DragAndDrop_Hover() 공개 메소드

public DragAndDrop_Hover ( DragDrop p, int x, int y ) : void
p DragDrop
x int
y int
리턴 void

DragAndDrop_HoverEnter() 공개 메소드

public DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void
p DragDrop
x int
y int
리턴 void

DragAndDrop_HoverLeave() 공개 메소드

public DragAndDrop_HoverLeave ( DragDrop p ) : void
p DragDrop
리턴 void

GetChildDock() 보호된 메소드

Gets an inner docked control for the specified position.
protected GetChildDock ( Pos pos ) : DockBase
pos Pos
리턴 DockBase

GetDroppedTabDirection() 보호된 메소드

Calculates dock direction from dragdrop coordinates.
protected GetDroppedTabDirection ( int x, int y ) : Pos
x int X coordinate.
y int Y coordinate.
리턴 Pos

OnKeySpace() 보호된 메소드

Handler for Space keyboard event.
protected OnKeySpace ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

OnRedundantChildDock() 보호된 메소드

protected OnRedundantChildDock ( DockBase dock ) : void
dock DockBase
리턴 void

OnTabRemoved() 보호된 메소드

protected OnTabRemoved ( Control control ) : void
control Control
리턴 void

Render() 보호된 메소드

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

RenderOver() 보호된 메소드

Renders over the actual control (overlays).
protected RenderOver ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

SetupChildDock() 보호된 메소드

Initializes an inner docked control for the specified position.
protected SetupChildDock ( Pos pos ) : void
pos Pos Dock position.
리턴 void