C# Class LayoutFarm.Demo_DragSelectionBox.UIControllerBox

Inheritance: LayoutFarm.CustomWidgets.EaseBox
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UIControllerBox ( int w, int h ) : System.Collections.Generic
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
OnGuestTalk ( UIGuestTalkEventArgs e ) : void

Private Methods

Method Description
CreateTinyControlBox ( SpaceName name ) : EaseBox
ResizeTargetWithSnapToGrid ( SpaceName tinyBoxSpaceName, UIControllerBox controllerBox, int dx, int dy ) : void
SetupDockSpaces ( ) : void

Method Details

GetPrimaryRenderElement() public method

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
return RenderElement

OnGuestTalk() protected method

protected OnGuestTalk ( UIGuestTalkEventArgs e ) : void
e LayoutFarm.UI.UIGuestTalkEventArgs
return void

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void

UIControllerBox() public method

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

Walk() public method

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void