C# Class MediaPortal.FullScreenSplashScreen

Exibir arquivo Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method 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

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

public FadeIn ( ) : void
return void

FullScreenSplashScreen() public method

public FullScreenSplashScreen ( ) : System
return System

RetrieveSplashScreenInfo() public method

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

SetInformation() public method

public SetInformation ( string information ) : void
information string
return void

SetVersion() public method

public SetVersion ( string version ) : void
version string
return void