C# Class FlatRedBall.Gui.UpDown

Summary description for UpDown.
Inheritance: Window, IInputReceiver
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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

Method 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 method

public Clear ( ) : void
return void

ClearEvents() public method

public ClearEvents ( ) : void
return void

CurrentlyReceivingInput() public method

public CurrentlyReceivingInput ( ) : bool
return bool

LoseFocus() public method

public LoseFocus ( ) : void
return void

OnFocusUpdate() public method

public OnFocusUpdate ( ) : void
return void

OnGainFocus() public method

public OnGainFocus ( ) : void
return void

ReceiveInput() public method

public ReceiveInput ( ) : void
return void

TestCollision() public method

public TestCollision ( Cursor cursor ) : void
cursor Cursor
return void

ToString() public method

public ToString ( ) : string
return string

UpDown() public method

public UpDown ( Cursor cursor ) : System
cursor Cursor
return System

UpDownButtonClick() public method

public UpDownButtonClick ( Window callingWindow ) : void
callingWindow Window
return void

UpDownButtonDrag() public method

public UpDownButtonDrag ( Window callingWindow ) : void
callingWindow Window
return void

UpdateValue() public method

public UpdateValue ( ) : void
return void

callOnGUIChange() public method

public callOnGUIChange ( ) : void
return void