C# Class OOGL.GUI.Widgets.ScrollBar

Inheritance: BaseControl
Afficher le fichier Open project: tpb3d/TPB3D

Protected Properties

Свойство Type Description
buttonSize int
dragging bool
largeChange int
maxValue int
minValue int
screenRectDecreaseValueButton Rectangle
screenRectIncreaseValueButton Rectangle
screenRectScrollRange Rectangle
screenRectValueButton Rectangle
smallChange int
value int

Méthodes publiques

Méthode Description
OnMouseDown ( object sender, MouseButtonEventArgs e ) : bool
ScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System

Méthodes protégées

Méthode Description
OnValueChanged ( ) : void

Method Details

OnMouseDown() public méthode

public OnMouseDown ( object sender, MouseButtonEventArgs e ) : bool
sender object
e OpenTK.Input.MouseButtonEventArgs
Résultat bool

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

ScrollBar() public méthode

public ScrollBar ( BaseFrameMgr frameMgr, BaseControl parent ) : System
frameMgr OOGL.GUI.Abstract.BaseFrameMgr
parent BaseControl
Résultat System

Property Details

buttonSize protected_oe property

protected int buttonSize
Résultat int

dragging protected_oe property

protected bool dragging
Résultat bool

largeChange protected_oe property

protected int largeChange
Résultat int

maxValue protected_oe property

protected int maxValue
Résultat int

minValue protected_oe property

protected int minValue
Résultat int

screenRectDecreaseValueButton protected_oe property

protected Rectangle screenRectDecreaseValueButton
Résultat Rectangle

screenRectIncreaseValueButton protected_oe property

protected Rectangle screenRectIncreaseValueButton
Résultat Rectangle

screenRectScrollRange protected_oe property

protected Rectangle screenRectScrollRange
Résultat Rectangle

screenRectValueButton protected_oe property

protected Rectangle screenRectValueButton
Résultat Rectangle

smallChange protected_oe property

protected int smallChange
Résultat int

value protected_oe property

protected int value
Résultat int