C# Class OpenTkEngine.Core.Gui.ScrollPanel

Inheritance: Panel
ファイルを表示 Open project: jikoriko/OpentkEngine Class Usage Examples

Protected Properties

Property Type Description
_horizontalEnabled bool
_horizontalScroll HorizontalScrollBar
_verticalEnabled bool
_verticalScroll VerticalScrollBar

Public Methods

Method Description
DisableHorizontalScroll ( ) : void
DisableVerticalScroll ( ) : void
EnableHorizontalScroll ( ) : void
EnableVerticalScroll ( ) : void
GetRelativeX ( ) : int
GetRelativeY ( ) : int
Render ( ) : void
RenderContent ( ) : void
Resize ( int width, int height ) : void
ScrollPanel ( int x, int y, int z, int width, int height, State state ) : System
SetContentDimensions ( int width, int height ) : void
SetParent ( Panel parent ) : void
Update ( ) : void

Method Details

DisableHorizontalScroll() public method

public DisableHorizontalScroll ( ) : void
return void

DisableVerticalScroll() public method

public DisableVerticalScroll ( ) : void
return void

EnableHorizontalScroll() public method

public EnableHorizontalScroll ( ) : void
return void

EnableVerticalScroll() public method

public EnableVerticalScroll ( ) : void
return void

GetRelativeX() public method

public GetRelativeX ( ) : int
return int

GetRelativeY() public method

public GetRelativeY ( ) : int
return int

Render() public method

public Render ( ) : void
return void

RenderContent() public method

public RenderContent ( ) : void
return void

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

ScrollPanel() public method

public ScrollPanel ( int x, int y, int z, int width, int height, State state ) : System
x int
y int
z int
width int
height int
state State
return System

SetContentDimensions() public method

public SetContentDimensions ( int width, int height ) : void
width int
height int
return void

SetParent() public method

public SetParent ( Panel parent ) : void
parent Panel
return void

Update() public method

public Update ( ) : void
return void

Property Details

_horizontalEnabled protected_oe property

protected bool _horizontalEnabled
return bool

_horizontalScroll protected_oe property

protected HorizontalScrollBar,OpenTkEngine.Core.Gui _horizontalScroll
return HorizontalScrollBar

_verticalEnabled protected_oe property

protected bool _verticalEnabled
return bool

_verticalScroll protected_oe property

protected VerticalScrollBar,OpenTkEngine.Core.Gui _verticalScroll
return VerticalScrollBar