C# Class FlatRedBall.Gui.UpDown

Summary description for UpDown.
Inheritance: Window, IInputReceiver
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ClearEvents ( ) : void
CurrentlyReceivingInput ( ) : bool
LoseFocus ( ) : void
OnFocusUpdate ( ) : void
OnGainFocus ( ) : void
ReceiveInput ( ) : void
TestCollision ( Cursor cursor ) : void
ToString ( ) : string
UpDown ( Cursor cursor ) : System
UpDownButtonClick ( Window callingWindow ) : void
UpDownButtonDrag ( Window callingWindow ) : void
UpdateValue ( ) : void
callOnGUIChange ( ) : void

Private Methods

Méthode Description
CallOnClick ( Window callingWindow ) : void
CallOnLosingFocus ( Window callingWindow ) : void
CallOnPush ( Window callingWindow ) : void
DrawSelfAndChildren ( Camera camera ) : void
ForceUpdateBeforeChangedValue ( ) : void
GetNumberOfVerticesToDraw ( ) : int
MouseWheelEvent ( Window callingWindow ) : void
SetInternalEvents ( ) : void
TextBoxGainFocus ( Window callingWindow ) : void
UpDownButtonPush ( Window callingWindow ) : void
textBoxChangeValue ( IWindow callingWindow ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearEvents() public méthode

public ClearEvents ( ) : void
Résultat void

CurrentlyReceivingInput() public méthode

public CurrentlyReceivingInput ( ) : bool
Résultat bool

LoseFocus() public méthode

public LoseFocus ( ) : void
Résultat void

OnFocusUpdate() public méthode

public OnFocusUpdate ( ) : void
Résultat void

OnGainFocus() public méthode

public OnGainFocus ( ) : void
Résultat void

ReceiveInput() public méthode

public ReceiveInput ( ) : void
Résultat void

TestCollision() public méthode

public TestCollision ( Cursor cursor ) : void
cursor Cursor
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpDown() public méthode

public UpDown ( Cursor cursor ) : System
cursor Cursor
Résultat System

UpDownButtonClick() public méthode

public UpDownButtonClick ( Window callingWindow ) : void
callingWindow Window
Résultat void

UpDownButtonDrag() public méthode

public UpDownButtonDrag ( Window callingWindow ) : void
callingWindow Window
Résultat void

UpdateValue() public méthode

public UpdateValue ( ) : void
Résultat void

callOnGUIChange() public méthode

public callOnGUIChange ( ) : void
Résultat void