C# Class MediaPortal.FullScreenSplashScreen

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

Méthodes publiques

Méthode Description
FadeIn ( ) : void

FullScreenSplashScreen ( ) : System
RetrieveSplashScreenInfo ( ) : void

Tries to load settings of the splash screen (color, background image...)

SetInformation ( string information ) : void

SetVersion ( string version ) : void

Private Methods

Méthode Description
ReadReferenceXML ( ) : void

Tries to find the background of the current skin by analysing the reference.xml

ReadSplashScreenXML ( ) : void

Tries to read the splashscreen.xml file of the current skin

Method Details

FadeIn() public méthode

public FadeIn ( ) : void
Résultat void

FullScreenSplashScreen() public méthode

public FullScreenSplashScreen ( ) : System
Résultat System

RetrieveSplashScreenInfo() public méthode

Tries to load settings of the splash screen (color, background image...)
public RetrieveSplashScreenInfo ( ) : void
Résultat void

SetInformation() public méthode

public SetInformation ( string information ) : void
information string
Résultat void

SetVersion() public méthode

public SetVersion ( string version ) : void
version string
Résultat void