C# Class MediaPortal.GUI.Library.GUIWaitCursor

Inheritance: GUIControl
ファイルを表示 Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

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

Private Methods

Method Description
GUIWaitCursor ( ) : System.IO
GUIWaitCursorElapsedEventThread ( ) : void
GUIWaitCursorThread ( ) : void
SendElapsedEventMessage ( object data ) : void

Method Details

Dispose() public static method

public static Dispose ( ) : void
return void

ElapsedEvent() public static method

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
return void

ElapsedEvent() public static method

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
return void

ElapsedEventRunning() public static method

public static ElapsedEventRunning ( ) : bool
return bool

Hide() public static method

public static Hide ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

Render() public static method

public static Render ( ) : void
return void

Render() public method

public Render ( float timePassed ) : void
timePassed float
return void

Show() public static method

public static Show ( ) : void
return void