C# Class MediaPortal.GUI.Library.GUIWaitCursor

Inheritance: GUIControl
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GUIWaitCursor ( ) : System.IO
GUIWaitCursorElapsedEventThread ( ) : void
GUIWaitCursorThread ( ) : void
SendElapsedEventMessage ( object data ) : void

Method Details

Dispose() public static méthode

public static Dispose ( ) : void
Résultat void

ElapsedEvent() public static méthode

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
Résultat void

ElapsedEvent() public static méthode

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
Résultat void

ElapsedEventRunning() public static méthode

public static ElapsedEventRunning ( ) : bool
Résultat bool

Hide() public static méthode

public static Hide ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

Render() public static méthode

public static Render ( ) : void
Résultat void

Render() public méthode

public Render ( float timePassed ) : void
timePassed float
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void