C# Класс TvPlugin.TvFullScreen

Наследование: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer, IMDB.IProgress
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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 ) : GUIControl
GetFocusControlId ( ) : int
HideMainOSD ( ) : void
HideZapOSD ( ) : void
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnActorInfoStarting ( IMDBFetcher fetcher ) : bool
OnActorsEnd ( IMDBFetcher fetcher ) : bool
OnActorsStarted ( IMDBFetcher fetcher ) : bool
OnActorsStarting ( IMDBFetcher fetcher ) : bool
OnDetailsEnd ( IMDBFetcher fetcher ) : bool
OnDetailsNotFound ( IMDBFetcher fetcher ) : bool
OnDetailsStarted ( IMDBFetcher fetcher ) : bool
OnDetailsStarting ( IMDBFetcher fetcher ) : bool
OnDisableCancel ( IMDBFetcher fetcher ) : bool
OnKeyCode ( char chKey ) : void
OnMessage ( GUIMessage message ) : bool
OnMovieNotFound ( IMDBFetcher fetcher ) : bool
OnProgress ( string line1, string line2, string line3, int percent ) : void
OnRequestMovieTitle ( IMDBFetcher fetcher, string &movieName ) : bool
OnScanEnd ( ) : bool
OnScanIterated ( int count ) : bool
OnScanIterating ( int count ) : bool
OnScanStart ( int total ) : bool
OnSearchEnd ( IMDBFetcher fetcher ) : bool
OnSearchStarted ( IMDBFetcher fetcher ) : bool
OnSearchStarting ( IMDBFetcher fetcher ) : bool
OnSelectActor ( IMDBFetcher fetcher, int &selected ) : bool
OnSelectMovie ( IMDBFetcher fetcher, int &selectedMovie ) : bool
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

Защищенные методы

Метод Описание
GetKeyboard ( string &strLine ) : bool
OnPageDestroy ( int newWindowId ) : void
OnPageLoad ( ) : void

Приватные методы

Метод Описание
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 linkages ) : void
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

Описание методов

DeInit() публичный Метод

Gets called by the runtime when a window will be destroyed Every window window should override this method and cleanup any resources
public DeInit ( ) : void
Результат void

GetControl() публичный Метод

public GetControl ( int iControlId ) : GUIControl
iControlId int
Результат MediaPortal.GUI.Library.GUIControl

GetFocusControlId() публичный Метод

public GetFocusControlId ( ) : int
Результат int

GetKeyboard() защищенный Метод

protected GetKeyboard ( string &strLine ) : bool
strLine string
Результат bool

HideMainOSD() публичный Метод

public HideMainOSD ( ) : void
Результат void

HideZapOSD() публичный Метод

public HideZapOSD ( ) : void
Результат void

Init() публичный Метод

public Init ( ) : bool
Результат bool

OnAction() публичный Метод

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Результат void

OnActorInfoStarting() публичный Метод

public OnActorInfoStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnActorsEnd() публичный Метод

public OnActorsEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnActorsStarted() публичный Метод

public OnActorsStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnActorsStarting() публичный Метод

public OnActorsStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnDetailsEnd() публичный Метод

public OnDetailsEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnDetailsNotFound() публичный Метод

public OnDetailsNotFound ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnDetailsStarted() публичный Метод

public OnDetailsStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnDetailsStarting() публичный Метод

public OnDetailsStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnDisableCancel() публичный Метод

public OnDisableCancel ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnKeyCode() публичный Метод

public OnKeyCode ( char chKey ) : void
chKey char
Результат void

OnMessage() публичный Метод

public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
Результат bool

OnMovieNotFound() публичный Метод

public OnMovieNotFound ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnPageDestroy() защищенный Метод

protected OnPageDestroy ( int newWindowId ) : void
newWindowId int
Результат void

OnPageLoad() защищенный Метод

protected OnPageLoad ( ) : void
Результат void

OnProgress() публичный Метод

public OnProgress ( string line1, string line2, string line3, int percent ) : void
line1 string
line2 string
line3 string
percent int
Результат void

OnRequestMovieTitle() публичный Метод

public OnRequestMovieTitle ( IMDBFetcher fetcher, string &movieName ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
movieName string
Результат bool

OnScanEnd() публичный Метод

public OnScanEnd ( ) : bool
Результат bool

OnScanIterated() публичный Метод

public OnScanIterated ( int count ) : bool
count int
Результат bool

OnScanIterating() публичный Метод

public OnScanIterating ( int count ) : bool
count int
Результат bool

OnScanStart() публичный Метод

public OnScanStart ( int total ) : bool
total int
Результат bool

OnSearchEnd() публичный Метод

public OnSearchEnd ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnSearchStarted() публичный Метод

public OnSearchStarted ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnSearchStarting() публичный Метод

public OnSearchStarting ( IMDBFetcher fetcher ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
Результат bool

OnSelectActor() публичный Метод

public OnSelectActor ( IMDBFetcher fetcher, int &selected ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
selected int
Результат bool

OnSelectMovie() публичный Метод

public OnSelectMovie ( IMDBFetcher fetcher, int &selectedMovie ) : bool
fetcher MediaPortal.Video.Database.IMDBFetcher
selectedMovie int
Результат bool

Process() публичный Метод

public Process ( ) : void
Результат void

Render() публичный Метод

public Render ( float timePassed ) : void
timePassed float
Результат void

RenderForm() публичный Метод

public RenderForm ( float timePassed ) : void
timePassed float
Результат void

RenderLayer() публичный Метод

public RenderLayer ( float timePassed ) : void
timePassed float
Результат void

ResetAllControls() публичный Метод

public ResetAllControls ( ) : void
Результат void

ScreenStateChanged() публичный Метод

public ScreenStateChanged ( ) : bool
Результат bool

SetObject() публичный Метод

public SetObject ( object obj ) : void
obj object
Результат void

ShouldRenderLayer() публичный Метод

public ShouldRenderLayer ( ) : bool
Результат bool

ShowMainOSD() публичный Метод

public ShowMainOSD ( ) : void
Результат void

ShowZapOSD() публичный Метод

public ShowZapOSD ( TVHome errorInfo ) : void
errorInfo TVHome
Результат void

StartAutoZap() публичный Метод

public StartAutoZap ( ) : void
Результат void

StopAutoZap() публичный Метод

public StopAutoZap ( ) : void
Результат void

TvFullScreen() публичный Метод

public TvFullScreen ( ) : System
Результат System

UpdateOSD() публичный Метод

public UpdateOSD ( ) : void
Результат void

UpdateOSD() публичный Метод

public UpdateOSD ( TvPlugin message ) : void
message TvPlugin
Результат void

ZapNextChannel() публичный Метод

public ZapNextChannel ( ) : void
Результат void

ZapPreviousChannel() публичный Метод

public ZapPreviousChannel ( ) : void
Результат void