C# Класс LayoutFarm.CustomWidgets.EaseBox

Наследование: LayoutFarm.UI.UIBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Описание методов

AddChild() публичный Метод

public AddChild ( UIElement ui ) : void
ui LayoutFarm.UI.UIElement
Результат void

BuildChildrenRenderElement() защищенный Метод

protected BuildChildrenRenderElement ( RenderElement parent ) : void
parent RenderElement
Результат void

ClearChildren() публичный Метод

public ClearChildren ( ) : void
Результат void

Describe() защищенный Метод

protected Describe ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Результат void

EaseBox() публичный Метод

public EaseBox ( int width, int height ) : System
width int
height int
Результат System

GetChild() публичный Метод

public GetChild ( int index ) : UIElement
index int
Результат LayoutFarm.UI.UIElement

GetChildIter() публичный Метод

public GetChildIter ( ) : IEnumerable
Результат IEnumerable

GetPrimaryRenderElement() публичный Метод

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Результат RenderElement

OnContentLayout() защищенный Метод

protected OnContentLayout ( ) : void
Результат void

OnDoubleClick() защищенный Метод

protected OnDoubleClick ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnGuestTalk() защищенный Метод

protected OnGuestTalk ( UIGuestTalkEventArgs e ) : void
e LayoutFarm.UI.UIGuestTalkEventArgs
Результат void

OnKeyDown() защищенный Метод

protected OnKeyDown ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Результат void

OnKeyPress() защищенный Метод

protected OnKeyPress ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Результат void

OnKeyUp() защищенный Метод

protected OnKeyUp ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Результат void

OnLostMouseFocus() защищенный Метод

protected OnLostMouseFocus ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnMouseDown() защищенный Метод

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnMouseLeave() защищенный Метод

protected OnMouseLeave ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnMouseMove() защищенный Метод

protected OnMouseMove ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnMouseUp() защищенный Метод

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnMouseWheel() защищенный Метод

protected OnMouseWheel ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Результат void

OnProcessDialogKey() защищенный Метод

protected OnProcessDialogKey ( UIKeyEventArgs e ) : bool
e LayoutFarm.UI.UIKeyEventArgs
Результат bool

PerformContentLayout() публичный Метод

public PerformContentLayout ( ) : void
Результат void

RemoveChild() публичный Метод

public RemoveChild ( UIElement ui ) : void
ui LayoutFarm.UI.UIElement
Результат void

RemoveSelf() публичный Метод

public RemoveSelf ( ) : void
Результат void

SetDesiredSize() защищенный Метод

protected SetDesiredSize ( int w, int h ) : void
w int
h int
Результат void

SetPrimaryRenderElement() защищенный Метод

protected SetPrimaryRenderElement ( CustomRenderBox primElement ) : void
primElement CustomRenderBox
Результат void

SetViewport() публичный Метод

public SetViewport ( int x, int y ) : void
x int
y int
Результат void