Property | Type | Description | |
---|---|---|---|
lstChannels |
Method | 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 ( |
On Message
|
|
SplitChannelList ( List
|
||
TvMiniGuide ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnPageDestroy ( int new_windowId ) : void |
Page gets destroyed
|
|
OnPageLoad ( ) : void |
Page gets loaded
|
Method | 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 |
||
LoadSettings ( ) : void | ||
OnGroupChanged ( ) : void | ||
SetNextEpgUpdate ( System.DateTime nextEPGupdate ) : void | ||
getChannelList ( ) : |
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
public OnMessage ( |
||
message | ||
return | bool |
protected OnPageDestroy ( int new_windowId ) : void | ||
new_windowId | int | |
return | void |
public static SplitChannelList ( List
|
||
source | List |
|
maxListSize | int | |
return | List
|