C# 클래스 MediaPortal.GUI.Library.GUIWaitCursor

상속: GUIControl
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ElapsedEvent ( int countDownMs, GUIMessage message ) : void

Send a user specified message when the wait cursor count down has reached zero.

ElapsedEvent ( int countDownMs, OnWaitCursorElapsed target, object paramObj ) : void

Invokes a user specified method when the wait cursor count down has reached zero.

ElapsedEventRunning ( ) : bool
Hide ( ) : void
Init ( ) : void
Render ( ) : void
Render ( float timePassed ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
GUIWaitCursor ( ) : System.IO
GUIWaitCursorElapsedEventThread ( ) : void
GUIWaitCursorThread ( ) : void
SendElapsedEventMessage ( object data ) : void

메소드 상세

Dispose() 공개 정적인 메소드

public static Dispose ( ) : void
리턴 void

ElapsedEvent() 공개 정적인 메소드

Send a user specified message when the wait cursor count down has reached zero.
public static ElapsedEvent ( int countDownMs, GUIMessage message ) : void
countDownMs int
message GUIMessage
리턴 void

ElapsedEvent() 공개 정적인 메소드

Invokes a user specified method when the wait cursor count down has reached zero.
public static ElapsedEvent ( int countDownMs, OnWaitCursorElapsed target, object paramObj ) : void
countDownMs int
target OnWaitCursorElapsed
paramObj object
리턴 void

ElapsedEventRunning() 공개 정적인 메소드

public static ElapsedEventRunning ( ) : bool
리턴 bool

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Render() 공개 정적인 메소드

public static Render ( ) : void
리턴 void

Render() 공개 메소드

public Render ( float timePassed ) : void
timePassed float
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void