C# Class LayoutFarm.CustomWidgets.EaseBox

Inheritance: LayoutFarm.UI.UIBox
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddChild ( UIElement ui ) : void
ClearChildren ( ) : void
EaseBox ( int width, int height ) : System
GetChild ( int index ) : UIElement
GetChildIter ( ) : IEnumerable
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
PerformContentLayout ( ) : void
RemoveChild ( UIElement ui ) : void
RemoveSelf ( ) : void
SetViewport ( int x, int y ) : void

Protected Methods

Method Description
BuildChildrenRenderElement ( RenderElement parent ) : void
Describe ( UIVisitor visitor ) : void
OnContentLayout ( ) : void
OnDoubleClick ( UIMouseEventArgs e ) : void
OnGuestTalk ( UIGuestTalkEventArgs e ) : void
OnKeyDown ( UIKeyEventArgs e ) : void
OnKeyPress ( UIKeyEventArgs e ) : void
OnKeyUp ( UIKeyEventArgs e ) : void
OnLostMouseFocus ( UIMouseEventArgs e ) : void
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseLeave ( UIMouseEventArgs e ) : void
OnMouseMove ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void
OnMouseWheel ( UIMouseEventArgs e ) : void
OnProcessDialogKey ( UIKeyEventArgs e ) : bool
SetDesiredSize ( int w, int h ) : void
SetPrimaryRenderElement ( CustomRenderBox primElement ) : void

Method Details

AddChild() public method

public AddChild ( UIElement ui ) : void
ui LayoutFarm.UI.UIElement
return void

BuildChildrenRenderElement() protected method

protected BuildChildrenRenderElement ( RenderElement parent ) : void
parent RenderElement
return void

ClearChildren() public method

public ClearChildren ( ) : void
return void

Describe() protected method

protected Describe ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void

EaseBox() public method

public EaseBox ( int width, int height ) : System
width int
height int
return System

GetChild() public method

public GetChild ( int index ) : UIElement
index int
return LayoutFarm.UI.UIElement

GetChildIter() public method

public GetChildIter ( ) : IEnumerable
return IEnumerable

GetPrimaryRenderElement() public method

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

OnContentLayout() protected method

protected OnContentLayout ( ) : void
return void

OnDoubleClick() protected method

protected OnDoubleClick ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnGuestTalk() protected method

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

OnKeyDown() protected method

protected OnKeyDown ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
return void

OnKeyPress() protected method

protected OnKeyPress ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
return void

OnLostMouseFocus() protected method

protected OnLostMouseFocus ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

OnProcessDialogKey() protected method

protected OnProcessDialogKey ( UIKeyEventArgs e ) : bool
e LayoutFarm.UI.UIKeyEventArgs
return bool

PerformContentLayout() public method

public PerformContentLayout ( ) : void
return void

RemoveChild() public method

public RemoveChild ( UIElement ui ) : void
ui LayoutFarm.UI.UIElement
return void

RemoveSelf() public method

public RemoveSelf ( ) : void
return void

SetDesiredSize() protected method

protected SetDesiredSize ( int w, int h ) : void
w int
h int
return void

SetPrimaryRenderElement() protected method

protected SetPrimaryRenderElement ( CustomRenderBox primElement ) : void
primElement CustomRenderBox
return void

SetViewport() public method

public SetViewport ( int x, int y ) : void
x int
y int
return void