C# 클래스 TvPlugin.TvMiniGuide

GUIMiniGuide
상속: MediaPortal.Dialogs.GUIDialogWindow
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

보호된 프로퍼티들

프로퍼티 타입 설명
lstChannels MediaPortal.GUI.Library.GUIListControl

공개 메소드들

메소드 설명
FillChannelList ( ) : void

Fill the list with channels

FillGroupList ( ) : void

Fill up the list with groups

Init ( ) : bool

Init method

OnAction ( MediaPortal.GUI.Library.Action action ) : void

On action

OnMessage ( GUIMessage message ) : bool

On Message

SplitChannelList ( List source, int maxListSize ) : List>
TvMiniGuide ( ) : System

Constructor

보호된 메소드들

메소드 설명
OnPageDestroy ( int new_windowId ) : void

Page gets destroyed

OnPageLoad ( ) : void

Page gets loaded

비공개 메소드들

메소드 설명
CalculateProgress ( System.DateTime start, System.DateTime end ) : double

Get current tv program

GetChannelListByGroup ( ) : List
GetChannels ( bool refresh ) : void

Renderer

GetNextEpgUpdate ( ) : System.DateTime
GetNowAndNext ( List tvChannelList, System.DateTime nextEPGupdate ) : NowAndNext>.Dictionary
LoadSettings ( ) : void
OnGroupChanged ( ) : void
SetNextEpgUpdate ( System.DateTime nextEPGupdate ) : void
getChannelList ( ) : GUIListControl

메소드 상세

FillChannelList() 공개 메소드

Fill the list with channels
public FillChannelList ( ) : void
리턴 void

FillGroupList() 공개 메소드

Fill up the list with groups
public FillGroupList ( ) : void
리턴 void

Init() 공개 메소드

Init method
public Init ( ) : bool
리턴 bool

OnAction() 공개 메소드

On action
public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
리턴 void

OnMessage() 공개 메소드

On Message
public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
리턴 bool

OnPageDestroy() 보호된 메소드

Page gets destroyed
protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
리턴 void

OnPageLoad() 보호된 메소드

Page gets loaded
protected OnPageLoad ( ) : void
리턴 void

SplitChannelList() 공개 정적인 메소드

public static SplitChannelList ( List source, int maxListSize ) : List>
source List
maxListSize int
리턴 List>

TvMiniGuide() 공개 메소드

Constructor
public TvMiniGuide ( ) : System
리턴 System

프로퍼티 상세

lstChannels 보호되어 있는 프로퍼티

protected GUIListControl,MediaPortal.GUI.Library lstChannels
리턴 MediaPortal.GUI.Library.GUIListControl