C# 클래스 Nez.UI.SplitPane

상속: Group, IInputListener
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
SplitPane ( Element firstWidget, Element secondWidget, IDrawable handle, bool vertical = false ) : System
SplitPane ( Element firstWidget, Element secondWidget, SplitPaneStyle style, bool vertical = false ) : System
SplitPane ( SplitPaneStyle style, bool vertical = false ) : System
draw ( Graphics graphics, float parentAlpha ) : void
getStyle ( ) : SplitPaneStyle
layout ( ) : void
setFirstWidget ( Element firstWidget ) : SplitPane
setHandle ( IDrawable handle ) : SplitPane
setMaxSplitAmount ( float amount ) : SplitPane
setMinSplitAmount ( float amount ) : SplitPane
setSecondWidget ( Element secondWidget ) : SplitPane
setSplitAmount ( float amount ) : SplitPane

The split amount between the min and max amount

setStyle ( SplitPaneStyle style ) : SplitPane

비공개 메소드들

메소드 설명
IInputListener ( Vector2 mousePos ) : bool
IInputListener ( int mouseWheelDelta ) : bool
IInputListener ( ) : void
IInputListener ( Vector2 mousePos ) : void
calculateHorizBoundsAndPositions ( ) : void
calculateVertBoundsAndPositions ( ) : void

메소드 상세

SplitPane() 공개 메소드

public SplitPane ( Element firstWidget, Element secondWidget, IDrawable handle, bool vertical = false ) : System
firstWidget Element
secondWidget Element
handle IDrawable
vertical bool
리턴 System

SplitPane() 공개 메소드

public SplitPane ( Element firstWidget, Element secondWidget, SplitPaneStyle style, bool vertical = false ) : System
firstWidget Element
secondWidget Element
style SplitPaneStyle
vertical bool
리턴 System

SplitPane() 공개 메소드

public SplitPane ( SplitPaneStyle style, bool vertical = false ) : System
style SplitPaneStyle
vertical bool
리턴 System

draw() 공개 메소드

public draw ( Graphics graphics, float parentAlpha ) : void
graphics Graphics
parentAlpha float
리턴 void

getStyle() 공개 메소드

public getStyle ( ) : SplitPaneStyle
리턴 SplitPaneStyle

layout() 공개 메소드

public layout ( ) : void
리턴 void

setFirstWidget() 공개 메소드

public setFirstWidget ( Element firstWidget ) : SplitPane
firstWidget Element
리턴 SplitPane

setHandle() 공개 메소드

public setHandle ( IDrawable handle ) : SplitPane
handle IDrawable
리턴 SplitPane

setMaxSplitAmount() 공개 메소드

public setMaxSplitAmount ( float amount ) : SplitPane
amount float
리턴 SplitPane

setMinSplitAmount() 공개 메소드

public setMinSplitAmount ( float amount ) : SplitPane
amount float
리턴 SplitPane

setSecondWidget() 공개 메소드

public setSecondWidget ( Element secondWidget ) : SplitPane
secondWidget Element
리턴 SplitPane

setSplitAmount() 공개 메소드

The split amount between the min and max amount
public setSplitAmount ( float amount ) : SplitPane
amount float Amount.
리턴 SplitPane

setStyle() 공개 메소드

public setStyle ( SplitPaneStyle style ) : SplitPane
style SplitPaneStyle
리턴 SplitPane