C# Класс XNAInterfaceComponents.ParentComponents.XNASlider

Наследование: XNAInterfaceComponents.AbstractComponents.ParentComponent, MouseMotionListener
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
UpdateSlider void

Открытые методы

Метод Описание
Draw ( SpriteBatch sb ) : void
OnMouseDrag ( MouseEvent e ) : void
OnMouseEnter ( MouseEvent e ) : void
OnMouseExit ( MouseEvent e ) : void
OnMouseMotion ( MouseEvent e ) : void
OnTextFieldValueChanged ( ) : void
SetSliderButtonHeight ( int height ) : void

Sets the slider button height.

SetSliderButtonWidth ( int width ) : void
Unload ( ) : void
Update ( ) : void
UpdateValue ( ) : void

Updates the value of this slider, according to the slider position

XNASlider ( ParentComponent parent, Rectangle bounds ) : System

Приватные методы

Метод Описание
UpdateSlider ( float value ) : void

Updates the slider position, according to given value.

Описание методов

Draw() публичный Метод

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

OnMouseDrag() публичный Метод

public OnMouseDrag ( MouseEvent e ) : void
e MouseEvent
Результат void

OnMouseEnter() публичный Метод

public OnMouseEnter ( MouseEvent e ) : void
e MouseEvent
Результат void

OnMouseExit() публичный Метод

public OnMouseExit ( MouseEvent e ) : void
e MouseEvent
Результат void

OnMouseMotion() публичный Метод

public OnMouseMotion ( MouseEvent e ) : void
e MouseEvent
Результат void

OnTextFieldValueChanged() публичный Метод

public OnTextFieldValueChanged ( ) : void
Результат void

SetSliderButtonHeight() публичный Метод

Sets the slider button height.
public SetSliderButtonHeight ( int height ) : void
height int The new height
Результат void

SetSliderButtonWidth() публичный Метод

public SetSliderButtonWidth ( int width ) : void
width int
Результат void

Unload() публичный Метод

public Unload ( ) : void
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void

UpdateValue() публичный Метод

Updates the value of this slider, according to the slider position
public UpdateValue ( ) : void
Результат void

XNASlider() публичный Метод

public XNASlider ( ParentComponent parent, Rectangle bounds ) : System
parent XNAInterfaceComponents.AbstractComponents.ParentComponent
bounds Microsoft.Xna.Framework.Rectangle
Результат System