C# 클래스 LayoutFarm.Demo_DragSelectionBox.UIControllerBox

상속: LayoutFarm.CustomWidgets.EaseBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UIControllerBox ( int w, int h ) : System.Collections.Generic
Walk ( UIVisitor visitor ) : void

보호된 메소드들

메소드 설명
OnGuestTalk ( UIGuestTalkEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateTinyControlBox ( SpaceName name ) : EaseBox
ResizeTargetWithSnapToGrid ( SpaceName tinyBoxSpaceName, UIControllerBox controllerBox, int dx, int dy ) : void
SetupDockSpaces ( ) : void

메소드 상세

GetPrimaryRenderElement() 공개 메소드

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
리턴 RenderElement

OnGuestTalk() 보호된 메소드

protected OnGuestTalk ( UIGuestTalkEventArgs e ) : void
e LayoutFarm.UI.UIGuestTalkEventArgs
리턴 void

SetSize() 공개 메소드

public SetSize ( int width, int height ) : void
width int
height int
리턴 void

UIControllerBox() 공개 메소드

public UIControllerBox ( int w, int h ) : System.Collections.Generic
w int
h int
리턴 System.Collections.Generic

Walk() 공개 메소드

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
리턴 void