C# Class LayoutFarm.Demo_DragSelectionBox.UIControllerBox

Inheritance: LayoutFarm.CustomWidgets.EaseBox
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
SetSize ( int width, int height ) : void
UIControllerBox ( int w, int h ) : System.Collections.Generic
Walk ( UIVisitor visitor ) : void

Méthodes protégées

Méthode Description
OnGuestTalk ( UIGuestTalkEventArgs e ) : void

Private Methods

Méthode Description
CreateTinyControlBox ( SpaceName name ) : EaseBox
ResizeTargetWithSnapToGrid ( SpaceName tinyBoxSpaceName, UIControllerBox controllerBox, int dx, int dy ) : void
SetupDockSpaces ( ) : void

Method Details

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

OnGuestTalk() protected méthode

protected OnGuestTalk ( UIGuestTalkEventArgs e ) : void
e LayoutFarm.UI.UIGuestTalkEventArgs
Résultat void

SetSize() public méthode

public SetSize ( int width, int height ) : void
width int
height int
Résultat void

UIControllerBox() public méthode

public UIControllerBox ( int w, int h ) : System.Collections.Generic
w int
h int
Résultat System.Collections.Generic

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void