Method | Description | |
---|---|---|
AddChild ( |
||
ClearChildren ( ) : void | ||
EaseBox ( int width, int height ) : System | ||
GetChild ( int index ) : |
||
GetChildIter ( ) : IEnumerable |
||
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
PerformContentLayout ( ) : void | ||
RemoveChild ( |
||
RemoveSelf ( ) : void | ||
SetViewport ( int x, int y ) : void |
Method | Description | |
---|---|---|
BuildChildrenRenderElement ( RenderElement parent ) : void | ||
Describe ( |
||
OnContentLayout ( ) : void | ||
OnDoubleClick ( |
||
OnGuestTalk ( |
||
OnKeyDown ( |
||
OnKeyPress ( |
||
OnKeyUp ( |
||
OnLostMouseFocus ( |
||
OnMouseDown ( |
||
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnMouseWheel ( |
||
OnProcessDialogKey ( |
||
SetDesiredSize ( int w, int h ) : void | ||
SetPrimaryRenderElement ( |
public AddChild ( |
||
ui | ||
return | void |
protected BuildChildrenRenderElement ( RenderElement parent ) : void | ||
parent | RenderElement | |
return | void |
protected Describe ( |
||
visitor | ||
return | void |
public EaseBox ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public GetChild ( int index ) : |
||
index | int | |
return |
public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
rootgfx | RootGraphic | |
return | RenderElement |
protected OnDoubleClick ( |
||
e | ||
return | void |
protected OnGuestTalk ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected OnLostMouseFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( |
||
e | ||
return | void |
protected OnMouseUp ( |
||
e | ||
return | void |
protected OnMouseWheel ( |
||
e | ||
return | void |
protected OnProcessDialogKey ( |
||
e | ||
return | bool |
public RemoveChild ( |
||
ui | ||
return | void |
protected SetDesiredSize ( int w, int h ) : void | ||
w | int | |
h | int | |
return | void |
protected SetPrimaryRenderElement ( |
||
primElement | ||
return | void |