C# Class CodeImp.Gluon.DisplayManager

Exibir arquivo Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
CloseDisplay ( ) : void
DisplayManager ( ) : System
Dispose ( ) : void
GetSecondaryLeftPosition ( ) : int
OpenDisplay ( string cmdargs ) : void
ShowHTML ( string html ) : void
ShowMediaPlayer ( string playfilename, int startpos, string muxfilename ) : void
ShowNothing ( ) : void
ShowURL ( string url ) : void

Private Methods

Method Description
NvGetLastErrorMessageW ( ) : string
RunVideoCmd ( string cmd ) : void
SetDisplayMode ( DisplayMode mode ) : void
dtcfgex ( string cmdline ) : int

Method Details

CloseDisplay() public method

public CloseDisplay ( ) : void
return void

DisplayManager() public method

public DisplayManager ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

GetSecondaryLeftPosition() public method

public GetSecondaryLeftPosition ( ) : int
return int

OpenDisplay() public method

public OpenDisplay ( string cmdargs ) : void
cmdargs string
return void

ShowHTML() public method

public ShowHTML ( string html ) : void
html string
return void

ShowMediaPlayer() public method

public ShowMediaPlayer ( string playfilename, int startpos, string muxfilename ) : void
playfilename string
startpos int
muxfilename string
return void

ShowNothing() public method

public ShowNothing ( ) : void
return void

ShowURL() public method

public ShowURL ( string url ) : void
url string
return void