C# Class TvPlugin.TvNotifyManager

Datei anzeigen Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method Description
ForceUpdate ( ) : void
OnNotifiesChanged ( ) : void
Start ( ) : void
Stop ( ) : void
TvNotifyManager ( ) : System

Private Methods

Method Description
AddActiveRecordings ( ) : TvDatabase.Recording
CheckForStoppedRecordings ( ) : TvDatabase.Recording
LoadNotifies ( ) : void
Notify ( string heading, string mainMsg, TvDatabase.Channel channel ) : bool
ProcessNotifies ( System.DateTime preNotifySecs ) : void
ProcessRecordings ( System.DateTime preNotifySecs ) : void
UpdateActiveRecordings ( ) : void
_timer_Tick ( object sender, EventArgs e ) : void

Method Details

ForceUpdate() public static method

public static ForceUpdate ( ) : void
return void

OnNotifiesChanged() public static method

public static OnNotifiesChanged ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TvNotifyManager() public method

public TvNotifyManager ( ) : System
return System