C# Class TvPlugin.TvMiniGuide

GUIMiniGuide
Inheritance: MediaPortal.Dialogs.GUIDialogWindow
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Protected Properties

Свойство Type Description
lstChannels MediaPortal.GUI.Library.GUIListControl

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnPageDestroy ( int new_windowId ) : void

Page gets destroyed

OnPageLoad ( ) : void

Page gets loaded

Private Methods

Méthode Description
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

Method Details

FillChannelList() public méthode

Fill the list with channels
public FillChannelList ( ) : void
Résultat void

FillGroupList() public méthode

Fill up the list with groups
public FillGroupList ( ) : void
Résultat void

Init() public méthode

Init method
public Init ( ) : bool
Résultat bool

OnAction() public méthode

On action
public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

OnMessage() public méthode

On Message
public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
Résultat bool

OnPageDestroy() protected méthode

Page gets destroyed
protected OnPageDestroy ( int new_windowId ) : void
new_windowId int
Résultat void

OnPageLoad() protected méthode

Page gets loaded
protected OnPageLoad ( ) : void
Résultat void

SplitChannelList() public static méthode

public static SplitChannelList ( List source, int maxListSize ) : List>
source List
maxListSize int
Résultat List>

TvMiniGuide() public méthode

Constructor
public TvMiniGuide ( ) : System
Résultat System

Property Details

lstChannels protected_oe property

protected GUIListControl,MediaPortal.GUI.Library lstChannels
Résultat MediaPortal.GUI.Library.GUIListControl