C# 클래스 FlatRedBall.Gui.UpDown

Summary description for UpDown.
상속: Window, IInputReceiver
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearEvents() 공개 메소드

public ClearEvents ( ) : void
리턴 void

CurrentlyReceivingInput() 공개 메소드

public CurrentlyReceivingInput ( ) : bool
리턴 bool

LoseFocus() 공개 메소드

public LoseFocus ( ) : void
리턴 void

OnFocusUpdate() 공개 메소드

public OnFocusUpdate ( ) : void
리턴 void

OnGainFocus() 공개 메소드

public OnGainFocus ( ) : void
리턴 void

ReceiveInput() 공개 메소드

public ReceiveInput ( ) : void
리턴 void

TestCollision() 공개 메소드

public TestCollision ( Cursor cursor ) : void
cursor Cursor
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpDown() 공개 메소드

public UpDown ( Cursor cursor ) : System
cursor Cursor
리턴 System

UpDownButtonClick() 공개 메소드

public UpDownButtonClick ( Window callingWindow ) : void
callingWindow Window
리턴 void

UpDownButtonDrag() 공개 메소드

public UpDownButtonDrag ( Window callingWindow ) : void
callingWindow Window
리턴 void

UpdateValue() 공개 메소드

public UpdateValue ( ) : void
리턴 void

callOnGUIChange() 공개 메소드

public callOnGUIChange ( ) : void
리턴 void