C# Class Banshee.Podcasting.Gui.PodcastSource

Inheritance: Banshee.Library.LibrarySource
Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Public Methods

Method Description
AcceptsInputFromSource ( Source source ) : bool
GetPluralItemCountString ( int count ) : string
PodcastSource ( ) : System
UpdateFeedMessages ( ) : void

Protected Methods

Method Description
CreateFiltersFor ( DatabaseSource src ) : IEnumerable
CreateTrackModelFor ( DatabaseSource src ) : DatabaseTrackListModel

Private Methods

Method Description
GetPodcastInfoObject ( DatabaseTrackInfo track ) : object
GetTrackArtworkId ( DatabaseTrackInfo track ) : string
OnReloaded ( object sender, EventArgs e ) : void

Method Details

AcceptsInputFromSource() public method

public AcceptsInputFromSource ( Source source ) : bool
source Source
return bool

CreateFiltersFor() protected method

protected CreateFiltersFor ( DatabaseSource src ) : IEnumerable
src Banshee.Sources.DatabaseSource
return IEnumerable

CreateTrackModelFor() protected method

protected CreateTrackModelFor ( DatabaseSource src ) : DatabaseTrackListModel
src Banshee.Sources.DatabaseSource
return Banshee.Collection.Database.DatabaseTrackListModel

GetPluralItemCountString() public method

public GetPluralItemCountString ( int count ) : string
count int
return string

PodcastSource() public method

public PodcastSource ( ) : System
return System

UpdateFeedMessages() public method

public UpdateFeedMessages ( ) : void
return void