C# Class LayoutFarm.CustomWidgets.HingeBox

Inheritance: LayoutFarm.UI.UIBox
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
CloseHinge ( ) : void
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
HingeBox ( int width, int height ) : System
OpenHinge ( ) : void
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void

Method Details

CloseHinge() public method

public CloseHinge ( ) : void
return void

GetPrimaryRenderElement() public method

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

HingeBox() public method

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

OnMouseDown() protected method

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

OnMouseUp() protected method

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

OpenHinge() public method

public OpenHinge ( ) : void
return void

Walk() public method

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