C# 클래스 OOGL.GUI.Widgets.ScrollBar

상속: BaseControl
파일 보기 프로젝트 열기: tpb3d/TPB3D

보호된 프로퍼티들

프로퍼티 타입 설명
buttonSize int
dragging bool
largeChange int
maxValue int
minValue int
screenRectDecreaseValueButton Rectangle
screenRectIncreaseValueButton Rectangle
screenRectScrollRange Rectangle
screenRectValueButton Rectangle
smallChange int
value int

공개 메소드들

메소드 설명
OnMouseDown ( object sender, MouseButtonEventArgs e ) : bool
ScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System

보호된 메소드들

메소드 설명
OnValueChanged ( ) : void

메소드 상세

OnMouseDown() 공개 메소드

public OnMouseDown ( object sender, MouseButtonEventArgs e ) : bool
sender object
e OpenTK.Input.MouseButtonEventArgs
리턴 bool

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void

ScrollBar() 공개 메소드

public ScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System
frameMgr OOGL.GUI.Abstract.BaseFrameMgr
parent BaseControl
리턴 System

프로퍼티 상세

buttonSize 보호되어 있는 프로퍼티

protected int buttonSize
리턴 int

dragging 보호되어 있는 프로퍼티

protected bool dragging
리턴 bool

largeChange 보호되어 있는 프로퍼티

protected int largeChange
리턴 int

maxValue 보호되어 있는 프로퍼티

protected int maxValue
리턴 int

minValue 보호되어 있는 프로퍼티

protected int minValue
리턴 int

screenRectDecreaseValueButton 보호되어 있는 프로퍼티

protected Rectangle screenRectDecreaseValueButton
리턴 Rectangle

screenRectIncreaseValueButton 보호되어 있는 프로퍼티

protected Rectangle screenRectIncreaseValueButton
리턴 Rectangle

screenRectScrollRange 보호되어 있는 프로퍼티

protected Rectangle screenRectScrollRange
리턴 Rectangle

screenRectValueButton 보호되어 있는 프로퍼티

protected Rectangle screenRectValueButton
리턴 Rectangle

smallChange 보호되어 있는 프로퍼티

protected int smallChange
리턴 int

value 보호되어 있는 프로퍼티

protected int value
리턴 int