Method | Description | |
---|---|---|
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
MoveTo ( int left, int top ) : void | ||
ReleaseTarget ( ) : void | ||
SetLocation ( int left, int top ) : void | ||
SetSize ( int width, int height ) : void | ||
UIControllerBox ( int w, int h ) : System.Collections.Generic | ||
Walk ( |
Method | Description | |
---|---|---|
OnKeyDown ( |
||
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
Method | Description | |
---|---|---|
CreateTinyControlBox ( SpaceName name ) : CustomWidgets.EaseBox | ||
MoveWithSnapToGrid ( |
||
MoveWithSnapToGrid ( |
||
RelaseTargetAndRemoveSelf ( ) : void | ||
RemoveTarget ( IEventListener target ) : void | ||
ResizeTargetWithSnapToGrid2 ( SpaceName tinyBoxSpaceName, |
||
ResizeTargetWithSnapToGridWhenDragRelease ( |
||
SetupDockSpaces ( ) : void |
public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
rootgfx | RootGraphic | |
return | RenderElement |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( |
||
e | ||
return | void |
protected OnMouseUp ( |
||
e | ||
return | void |
public SetLocation ( int left, int top ) : void | ||
left | int | |
top | int | |
return | void |
public SetSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public UIControllerBox ( int w, int h ) : System.Collections.Generic | ||
w | int | |
h | int | |
return | System.Collections.Generic |
public Walk ( |
||
visitor | ||
return | void |