Property | Type | Description | |
---|---|---|---|
CanStopTimeshifting | bool | ||
ChangeChannelNr | void | ||
ChangeChannelNr | void | ||
CheckScreenState | bool | ||
CheckTimeOuts | void | ||
HideControl | void | ||
LoadSettings | void | ||
OnGetIMDBInfo | void | ||
OnKeyTimeout | void | ||
OnPageDown | void | ||
OnPageUp | void | ||
PrepareCiMenu | void | ||
RenderVolume | void | ||
ShowAspectRatioMenu | void | ||
ShowAudioDualMonoModeMenu | void | ||
ShowAudioLanguageMenu | void | ||
ShowChapterStreamsMenu | void | ||
ShowContextMenu | void | ||
ShowControl | void | ||
ShowLinkedChannelsMenu | void | ||
ShowMiniEpg | void | ||
ShowPostProcessingMenu | void | ||
ShowProgramInfo | void | ||
ShowQualitySettingsMenu | void | ||
ShowSubtitleStreamsMenu | void | ||
SortChannels | void | ||
UpdateGUI | void | ||
_autoZapTimer_Elapsed | void | ||
g_Player_PlayBackChanged | void | ||
g_Player_PlayBackEnded | void | ||
g_Player_PlayBackStopped | void |
Method | Description | |
---|---|---|
DeInit ( ) : void |
Gets called by the runtime when a window will be destroyed Every window window should override this method and cleanup any resources
|
|
GetControl ( int iControlId ) : |
||
GetFocusControlId ( ) : int | ||
HideMainOSD ( ) : void | ||
HideZapOSD ( ) : void | ||
Init ( ) : bool | ||
OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
OnActorInfoStarting ( |
||
OnActorsEnd ( |
||
OnActorsStarted ( |
||
OnActorsStarting ( |
||
OnDetailsEnd ( |
||
OnDetailsNotFound ( |
||
OnDetailsStarted ( |
||
OnDetailsStarting ( |
||
OnDisableCancel ( |
||
OnKeyCode ( char chKey ) : void | ||
OnMessage ( |
||
OnMovieNotFound ( |
||
OnProgress ( string line1, string line2, string line3, int percent ) : void | ||
OnRequestMovieTitle ( |
||
OnScanEnd ( ) : bool | ||
OnScanIterated ( int count ) : bool | ||
OnScanIterating ( int count ) : bool | ||
OnScanStart ( int total ) : bool | ||
OnSearchEnd ( |
||
OnSearchStarted ( |
||
OnSearchStarting ( |
||
OnSelectActor ( |
||
OnSelectMovie ( |
||
Process ( ) : void | ||
Render ( float timePassed ) : void | ||
RenderForm ( float timePassed ) : void | ||
RenderLayer ( float timePassed ) : void | ||
ResetAllControls ( ) : void | ||
ScreenStateChanged ( ) : bool | ||
SetObject ( object obj ) : void | ||
ShouldRenderLayer ( ) : bool | ||
ShowMainOSD ( ) : void | ||
ShowZapOSD ( TVHome errorInfo ) : void | ||
StartAutoZap ( ) : void | ||
StopAutoZap ( ) : void | ||
TvFullScreen ( ) : System | ||
UpdateOSD ( ) : void | ||
UpdateOSD ( TvPlugin message ) : void | ||
ZapNextChannel ( ) : void | ||
ZapPreviousChannel ( ) : void |
Method | Description | |
---|---|---|
GetKeyboard ( string &strLine ) : bool | ||
OnPageDestroy ( int newWindowId ) : void | ||
OnPageLoad ( ) : void |
Method | Description | |
---|---|---|
CanStopTimeshifting ( ) : bool | ||
ChangeChannelNr ( int channelNr ) : void | ||
ChangeChannelNr ( int channelNr, bool useZapDelay ) : void | ||
CheckScreenState ( ) : bool | ||
CheckTimeOuts ( ) : void | ||
HideControl ( int idSender, int idControl ) : void | ||
LoadSettings ( ) : void | ||
OnGetIMDBInfo ( ) : void | ||
OnKeyTimeout ( ) : void | ||
OnPageDown ( ) : void | ||
OnPageUp ( ) : void | ||
PrepareCiMenu ( ) : void |
Sets callbacks and calls EnterCiMenu; Actions are done from callbacks and handled in TVHome globally
|
|
RenderVolume ( bool show ) : void | ||
ShowAspectRatioMenu ( ) : void | ||
ShowAudioDualMonoModeMenu ( eAudioDualMonoMode dualMonoMode ) : void | ||
ShowAudioLanguageMenu ( ) : void | ||
ShowChapterStreamsMenu ( ) : void | ||
ShowContextMenu ( ) : void | ||
ShowControl ( int idSender, int idControl ) : void | ||
ShowLinkedChannelsMenu ( IList |
||
ShowMiniEpg ( ) : void | ||
ShowPostProcessingMenu ( ) : void | ||
ShowProgramInfo ( ) : void | ||
ShowQualitySettingsMenu ( ) : void | ||
ShowSubtitleStreamsMenu ( ) : void | ||
SortChannels ( ) : void | ||
UpdateGUI ( ) : void | ||
_autoZapTimer_Elapsed ( object sender, ElapsedEventArgs e ) : void | ||
g_Player_PlayBackChanged ( g_Player type, int stoptime, string filename ) : void | ||
g_Player_PlayBackEnded ( g_Player type, string filename ) : void | ||
g_Player_PlayBackStopped ( g_Player type, int stoptime, string filename ) : void |
public GetControl ( int iControlId ) : |
||
iControlId | int | |
return |
protected GetKeyboard ( string &strLine ) : bool | ||
strLine | string | |
return | bool |
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
public OnActorInfoStarting ( |
||
fetcher | ||
return | bool |
public OnActorsEnd ( |
||
fetcher | ||
return | bool |
public OnActorsStarted ( |
||
fetcher | ||
return | bool |
public OnActorsStarting ( |
||
fetcher | ||
return | bool |
public OnDetailsEnd ( |
||
fetcher | ||
return | bool |
public OnDetailsNotFound ( |
||
fetcher | ||
return | bool |
public OnDetailsStarted ( |
||
fetcher | ||
return | bool |
public OnDetailsStarting ( |
||
fetcher | ||
return | bool |
public OnDisableCancel ( |
||
fetcher | ||
return | bool |
public OnMessage ( |
||
message | ||
return | bool |
public OnMovieNotFound ( |
||
fetcher | ||
return | bool |
protected OnPageDestroy ( int newWindowId ) : void | ||
newWindowId | int | |
return | void |
public OnProgress ( string line1, string line2, string line3, int percent ) : void | ||
line1 | string | |
line2 | string | |
line3 | string | |
percent | int | |
return | void |
public OnRequestMovieTitle ( |
||
fetcher | ||
movieName | string | |
return | bool |
public OnSearchEnd ( |
||
fetcher | ||
return | bool |
public OnSearchStarted ( |
||
fetcher | ||
return | bool |
public OnSearchStarting ( |
||
fetcher | ||
return | bool |
public OnSelectActor ( |
||
fetcher | ||
selected | int | |
return | bool |
public OnSelectMovie ( |
||
fetcher | ||
selectedMovie | int | |
return | bool |
public RenderForm ( float timePassed ) : void | ||
timePassed | float | |
return | void |
public RenderLayer ( float timePassed ) : void | ||
timePassed | float | |
return | void |
public ShowZapOSD ( TVHome errorInfo ) : void | ||
errorInfo | TVHome | |
return | void |