C# Класс LayoutFarm.Demo_DragSelectionBox.UIControllerBox

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

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

Метод Описание
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UIControllerBox ( int w, int h ) : System.Collections.Generic
Walk ( UIVisitor visitor ) : void

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

Метод Описание
OnGuestTalk ( UIGuestTalkEventArgs e ) : void

Приватные методы

Метод Описание
CreateTinyControlBox ( SpaceName name ) : EaseBox
ResizeTargetWithSnapToGrid ( SpaceName tinyBoxSpaceName, UIControllerBox controllerBox, int dx, int dy ) : void
SetupDockSpaces ( ) : void

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

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

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

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

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

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

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

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

public UIControllerBox ( int w, int h ) : System.Collections.Generic
w int
h int
Результат System.Collections.Generic

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

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